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/
DsglrReferenceContext.cpp5071 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/
DtcuTexCompareVerifier.cpp1419 …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()
DtcuTexLookupVerifier.cpp1765 …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()
DtcuTexture.hpp519 Vec2 projectToFace (CubeFace face, const Vec3& coords);
DtcuTexture.cpp2827 Vec2 projectToFace (CubeFace face, const Vec3& coord) in projectToFace() function
2865 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords()