Lines Matching refs:topRight
1485 …uteQuadTexCoord2D (std::vector<float>& dst, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2D() argument
1490 dst[2] = bottomLeft.x(); dst[3] = topRight.y(); in computeQuadTexCoord2D()
1491 dst[4] = topRight.x(); dst[5] = bottomLeft.y(); in computeQuadTexCoord2D()
1492 dst[6] = topRight.x(); dst[7] = topRight.y(); in computeQuadTexCoord2D()
1495 …ray (std::vector<float>& dst, int layerNdx, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoord2DArray() argument
1500 dst[3] = bottomLeft.x(); dst[ 4] = topRight.y(); dst[ 5] = (float)layerNdx; in computeQuadTexCoord2DArray()
1501 dst[6] = topRight.x(); dst[ 7] = bottomLeft.y(); dst[ 8] = (float)layerNdx; in computeQuadTexCoord2DArray()
1502 dst[9] = topRight.x(); dst[10] = topRight.y(); dst[11] = (float)layerNdx; in computeQuadTexCoord2DArray()
1590 …td::vector<float>& dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight) in computeQuadTexCoordCube() argument
1621 dst[6+sRow] = sSign * topRight.x(); in computeQuadTexCoordCube()
1622 dst[9+sRow] = sSign * topRight.x(); in computeQuadTexCoordCube()
1625 dst[3+tRow] = tSign * topRight.y(); in computeQuadTexCoordCube()
1627 dst[9+tRow] = tSign * topRight.y(); in computeQuadTexCoordCube()
1630 … dst, tcu::CubeFace face, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2&… in computeQuadTexCoordCubeArray() argument
1664 dst[ 8+sRow] = sSign * topRight.x(); in computeQuadTexCoordCubeArray()
1665 dst[12+sRow] = sSign * topRight.x(); in computeQuadTexCoordCubeArray()
1668 dst[ 4+tRow] = tSign * topRight.y(); in computeQuadTexCoordCubeArray()
1670 dst[12+tRow] = tSign * topRight.y(); in computeQuadTexCoordCubeArray()