Searched refs:viewportScale (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 242 Vec4 viewportScale = Vec4((float)width, (float)height, 0.0f, 0.0f); in QuadGrid() local 266 m_screenPos[vtxNdx] = Vec4(sx, sy, 0.0f, 1.0f) * viewportScale; in QuadGrid()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 185 Vec4 viewportScale = Vec4((float)width, (float)height, 0.0f, 0.0f); in QuadGrid() local 209 m_screenPos[vtxNdx] = Vec4(sx, sy, 0.0f, 1.0f) * viewportScale; in QuadGrid()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 219 const tcu::Vec4 viewportScale ((float)width, (float)height, 0.0f, 0.0f); in QuadGrid() local 246 m_screenPos[vtxNdx] = tcu::Vec4(sx, sy, 0.0f, 1.0f) * viewportScale; in QuadGrid()
|