Home
last modified time | relevance | path

Searched refs:projectToFace (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp5073 tcu::projectToFace(face, packetTexcoords[0]),
5074 tcu::projectToFace(face, packetTexcoords[1]),
5075 tcu::projectToFace(face, packetTexcoords[2]),
5076 tcu::projectToFace(face, packetTexcoords[3]),
5299 tcu::projectToFace(face, cubeCoords[0]),
5300 tcu::projectToFace(face, cubeCoords[1]),
5301 tcu::projectToFace(face, cubeCoords[2]),
5302 tcu::projectToFace(face, cubeCoords[3]),
/third_party/vk-gl-cts/framework/common/
H A DtcuTexCompareVerifier.cpp1419 const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFaceNdx], coord));
1722 const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFaceNdx], coord3));
1950 const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFaceNdx], coord));
H A DtcuTexLookupVerifier.cpp1765 const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFaceNdx], coord)); in isLookupResultValid()
2117 const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFaceNdx], layerCoord)); in isLookupResultValid()
2638 const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFaceNdx], coord)); in isCubeGatherResultValid()
H A DtcuTexture.hpp544 Vec2 projectToFace (CubeFace face, const Vec3& coords);
H A DtcuTexture.cpp3017 Vec2 projectToFace (CubeFace face, const Vec3& coord) in projectToFace() function
3055 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords()

Completed in 23 milliseconds