• Home
  • Raw
  • Download

Lines Matching refs:tRow

1193 	int		tRow		= 0;  in computeQuadTexCoordCube()  local
1201 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
1202 …case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; brea… in computeQuadTexCoordCube()
1203 …case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
1204 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCube()
1205 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… 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 * topRight.y(); in computeQuadTexCoordCube()
1233 int tRow = 0; in computeQuadTexCoordCubeArray() local
1244 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCubeArray()
1245 …case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; brea… in computeQuadTexCoordCubeArray()
1246 …case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCubeArray()
1247 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCubeArray()
1248 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCubeArray()
1249 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCubeArray()
1267 dst[ 0+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCubeArray()
1268 dst[ 4+tRow] = tSign * topRight.y(); in computeQuadTexCoordCubeArray()
1269 dst[ 8+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCubeArray()
1270 dst[12+tRow] = tSign * topRight.y(); in computeQuadTexCoordCubeArray()