Searched refs:sfy (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp757 float sfy = (float)iy + 0.5f; local
759 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp704 float sfy = (float)iy + 0.5f; local
706 float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp3126 const float sfy = (float)iy + 0.5f; local
3128 const float fy1 = deFloatClamp((sfy - sy0) * oosy, 0.0f, 1.0f);

Completed in 361 milliseconds