HomeSort by relevance Sort by last modified time
    Searched refs:tSign (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 125 float tSign = 1.0f;
130 case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; break;
131 case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; break;
132 case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; break;
134 case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign = -1.0f; break;
135 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break;
153 dst[0+tRow] = tSign * bottomLeft.y();
154 dst[3+tRow] = tSign * topRight.y();
155 dst[6+tRow] = tSign * bottomLeft.y();
156 dst[9+tRow] = tSign * topRight.y()
    [all...]

Completed in 172 milliseconds