Searched refs:sSign (Results 1 – 1 of 1) sorted by relevance
1595 float sSign = 1.0f; in computeQuadTexCoordCube() local1602 …case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; brea… in computeQuadTexCoordCube()1605 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCube()1619 dst[0+sRow] = sSign * bottomLeft.x(); in computeQuadTexCoordCube()1620 dst[3+sRow] = sSign * bottomLeft.x(); in computeQuadTexCoordCube()1621 dst[6+sRow] = sSign * topRight.x(); in computeQuadTexCoordCube()1622 dst[9+sRow] = sSign * topRight.x(); in computeQuadTexCoordCube()1636 float sSign = 1.0f; in computeQuadTexCoordCubeArray() local1645 …case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; brea… in computeQuadTexCoordCubeArray()1648 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCubeArray()[all …]