Searched refs:mSign (Results 1 – 2 of 2) sorted by relevance
1131 float mSign = 1.0f; in computeQuadTexCoordCube() local1135 …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() local1178 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCubeArray()[all …]
126 float mSign = 1.0f; in computeQuadTexCoordCube() local130 …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()