Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp5034 tcu::projectToFace(face, packetTexcoords[0]), in sample4()
5035 tcu::projectToFace(face, packetTexcoords[1]), in sample4()
5036 tcu::projectToFace(face, packetTexcoords[2]), in sample4()
5037 tcu::projectToFace(face, packetTexcoords[3]), in sample4()
5260 tcu::projectToFace(face, cubeCoords[0]), in sample4()
5261 tcu::projectToFace(face, cubeCoords[1]), in sample4()
5262 tcu::projectToFace(face, cubeCoords[2]), in sample4()
5263 tcu::projectToFace(face, cubeCoords[3]), in sample4()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp1097 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid()
1399 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isGatherCompareResultValid()
DtcuTexLookupVerifier.cpp1679 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid()
2031 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid()
2547 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isCubeGatherResultValid()
DtcuTexture.hpp484 Vec2 projectToFace (CubeFace face, const Vec3& coords);
DtcuTexture.cpp2483 Vec2 projectToFace (CubeFace face, const Vec3& coord) in projectToFace() function
2516 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords()