Home
last modified time | relevance | path

Searched refs:mSign (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp1131 float mSign = 1.0f; in computeQuadTexCoordCube() local
1135 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
1137 …case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
1139 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCube()
1148 dst[0+mRow] = mSign; in computeQuadTexCoordCube()
1149 dst[3+mRow] = mSign; in computeQuadTexCoordCube()
1150 dst[6+mRow] = mSign; in computeQuadTexCoordCube()
1151 dst[9+mRow] = mSign; in computeQuadTexCoordCube()
1172 float mSign = 1.0f; in computeQuadTexCoordCubeArray() local
1178 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCubeArray()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp126 float mSign = 1.0f; in computeQuadTexCoordCube() local
130 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
132 …case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
134 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCube()
143 dst[0+mRow] = mSign; in computeQuadTexCoordCube()
144 dst[3+mRow] = mSign; in computeQuadTexCoordCube()
145 dst[6+mRow] = mSign; in computeQuadTexCoordCube()
146 dst[9+mRow] = mSign; in computeQuadTexCoordCube()