Searched refs:CubeFaceFloatCoords (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 606 tcu::CubeFaceFloatCoords c00 = in initTexture() 608 tcu::CubeFaceFloatCoords c10 = in initTexture() 610 tcu::CubeFaceFloatCoords c01 = in initTexture() 686 tcu::CubeFaceFloatCoords c00 = in initTexture() 688 tcu::CubeFaceFloatCoords c10 = in initTexture() 690 tcu::CubeFaceFloatCoords c01 = in initTexture()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 886 const CubeFaceFloatCoords& coords, in isSeamplessLinearMipmapLinearCompareResultValid() 990 const CubeFaceFloatCoords& coords, in isCubeMipmapLinearCompareResultValid() 1014 const CubeFaceFloatCoords& coords, in isSeamlessLinearCompareResultValid() 1074 const CubeFaceFloatCoords& coords, in isCubeLevelCompareResultValid() 1094 const CubeFaceFloatCoords& coords, in isCubeLevelCompareResultValid() 1145 const CubeFaceFloatCoords& coords, in isCubeMipmapLinearCompareResultValid() 1419 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid() 1722 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isTexCompareResultValid() 1873 const CubeFaceFloatCoords& coords, in isGatherCompareResultValid() 1950 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isGatherCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 1522 const CubeFaceFloatCoords& coords, in isSeamlessLinearSampleResultValid() 1595 const CubeFaceFloatCoords& coords, in isSeamplessLinearMipmapLinearSampleResultValid() 1711 const CubeFaceFloatCoords& coords, in isCubeLevelSampleResultValid() 1730 const CubeFaceFloatCoords& coords, in isCubeMipmapLinearSampleResultValid() 1765 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid() 2117 …const CubeFaceFloatCoords faceCoords (possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryF… in isLookupResultValid() 2567 const CubeFaceFloatCoords& coords, in isGatherResultValid() 2638 …const CubeFaceFloatCoords faceCoords(possibleFaces[tryFaceNdx], projectToFace(possibleFaces[tryFac… in isCubeGatherResultValid()
|
D | tcuTexture.cpp | 2862 CubeFaceFloatCoords getCubeFaceCoords (const Vec3& coords) in getCubeFaceCoords() 2865 return CubeFaceFloatCoords(face, projectToFace(face, coords)); in getCubeFaceCoords() 3651 const CubeFaceFloatCoords coords = getCubeFaceCoords(Vec3(s, t, r)); in sample() 3663 const CubeFaceFloatCoords coords = getCubeFaceCoords(Vec3(s, t, r)); in sampleCompare() 3678 const CubeFaceFloatCoords coords = getCubeFaceCoords(Vec3(s, t, r)); in gather() 4075 const CubeFaceFloatCoords coords = getCubeFaceCoords(Vec3(s, t, r)); in sample() 4089 const CubeFaceFloatCoords coords = getCubeFaceCoords(Vec3(s, t, r)); in sampleCompare()
|
D | tcuTexture.hpp | 515 typedef CubeFaceCoords<float> CubeFaceFloatCoords; typedef 520 CubeFaceFloatCoords getCubeFaceCoords (const Vec3& coords);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 394 …tcu::CubeFaceFloatCoords c00 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() 395 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_looku… in initTexture() 396 …tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 958 …tcu::CubeFaceFloatCoords c00 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() 959 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_looku… in initTexture() 960 …tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() 1162 …tcu::CubeFaceFloatCoords c00 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() 1163 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_looku… in initTexture() 1164 …tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() 2698 …tcu::CubeFaceFloatCoords c00 = tcu::getCubeFaceCoords(Vec3(m_minCoord[0], m_minCoord[1], m_minCoo… in TextureQueryLodInstance() 2699 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_maxCoord[0], m_minCoord[1], m_minCoo… in TextureQueryLodInstance() 2700 …tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_minCoord[0], m_maxCoord[1], m_minCoo… in TextureQueryLodInstance()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 653 …tcu::CubeFaceFloatCoords c00 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() 654 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_looku… in initTexture() 655 …tcu::CubeFaceFloatCoords c01 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture()
|