Searched refs:tex1Size (Results 1 – 2 of 2) sorted by relevance
201 const auto targetSize = targets_.tex1Size[0]; in ComputeDownscaleAndThreshold()236 const auto targetSize = targets_.tex1Size[i]; in ComputeDownscale()271 const auto targetSize = targets_.tex1Size[i - 1]; in ComputeUpscale()348 const auto targetSize = targets_.tex1Size[0]; in RenderDownscaleAndThreshold()391 const auto targetSize = targets_.tex1Size[idx]; in RenderDownscale()440 const auto targetSize = targets_.tex1Size[idx - 1]; in RenderUpscale()570 targets_.tex1Size[idx] = Math::UVec2(desc.width, desc.height); in CreateTargets()
87 std::array<BASE_NS::Math::UVec2, TARGET_COUNT> tex1Size; in RENDER_BEGIN_NAMESPACE() member