Home
last modified time | relevance | path

Searched refs:unitCoords (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderAlgorithmTests.cpp185 float H = c.unitCoords.x(); in init()
186 float S = c.unitCoords.y(); in init()
187 float L = c.unitCoords.z(); in init()
236 float r = c.unitCoords.x(); in init()
237 float g = c.unitCoords.y(); in init()
238 float b = c.unitCoords.z(); in init()
/external/deqp/modules/glshared/
DglsShaderRenderCase.hpp155 tcu::Vec4 unitCoords; member in deqp::gls::ShaderEvalContext
DglsShaderRenderCase.cpp305 unitCoords = quadGrid.getUnitCoords(sx, sy); in reset()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp207 tcu::Vec4 unitCoords; member in vkt::sr::ShaderEvalContext
DvktShaderRender.cpp425 unitCoords = m_quadGrid.getUnitCoords(sx, sy); in reset()