Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp129 float tSign = 1.0f; in computeQuadTexCoordCube() local
134 case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
135 case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
136 case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
138 case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
139 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
157 dst[0+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
158 dst[3+tRow] = tSign * topRight.y(); in computeQuadTexCoordCube()
159 dst[6+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
160 dst[9+tRow] = tSign * topRigh in computeQuadTexCoordCube()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp129 float tSign = 1.0f; in computeQuadTexCoordCube() local
134 case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
135 case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
136 case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
138 case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
139 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
157 dst[0+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
158 dst[3+tRow] = tSign * topRight.y(); in computeQuadTexCoordCube()
159 dst[6+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
160 dst[9+tRow] = tSign * topRigh in computeQuadTexCoordCube()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp1196 float tSign = 1.0f; in computeQuadTexCoordCube() local
1201 case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
1202 case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
1203 case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
1205 case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign = -1.0f; break; in computeQuadTexCoordCube()
1206 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
1224 dst[0+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
1225 dst[3+tRow] = tSign * topRight.y(); in computeQuadTexCoordCube()
1226 dst[6+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
1227 dst[9+tRow] = tSign * topRigh in computeQuadTexCoordCube()
1237 float tSign = 1.0f; computeQuadTexCoordCubeArray() local
[all...]

Completed in 14 milliseconds