Searched refs:projectToFace (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 5071 tcu::projectToFace(face, packetTexcoords[0]), in sample4() 5072 tcu::projectToFace(face, packetTexcoords[1]), in sample4() 5073 tcu::projectToFace(face, packetTexcoords[2]), in sample4() 5074 tcu::projectToFace(face, packetTexcoords[3]), in sample4() 5297 tcu::projectToFace(face, cubeCoords[0]), in sample4() 5298 tcu::projectToFace(face, cubeCoords[1]), in sample4() 5299 tcu::projectToFace(face, cubeCoords[2]), in sample4() 5300 tcu::projectToFace(face, cubeCoords[3]), in sample4()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 1419 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid() 1722 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid() 1950 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isGatherCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 1765 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid() 2117 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid() 2638 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isCubeGatherResultValid()
|
D | tcuTexture.hpp | 519 Vec2 projectToFace (CubeFace face, const Vec3& coords);
|
D | tcuTexture.cpp | 2827 Vec2 projectToFace (CubeFace face, const Vec3& coord) in projectToFace() function 2865 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords()
|