Searched refs:faceDepth (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 2926 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamless() local 2933 return sampleCubeSeamlessNearest(levels[0], sampler, s, t, faceDepth); in sampleCubeArraySeamless() 2952 return sampleCubeSeamlessNearest(levels[level], sampler, s, t, faceDepth); in sampleCubeArraySeamless() 2978 t0 = sampleCubeSeamlessNearest(levels[level0], sampler, s, t, faceDepth); in sampleCubeArraySeamless() 2979 t1 = sampleCubeSeamlessNearest(levels[level1], sampler, s, t, faceDepth); in sampleCubeArraySeamless() 3008 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamlessCompare() local 3015 return sampleCubeSeamlessNearestCompare(levels[0], sampler, ref, s, t, faceDepth); in sampleCubeArraySeamlessCompare() 3034 return sampleCubeSeamlessNearestCompare(levels[level], sampler, ref, s, t, faceDepth); in sampleCubeArraySeamlessCompare() 3060 t0 = sampleCubeSeamlessNearestCompare(levels[level0], sampler, ref, s, t, faceDepth); in sampleCubeArraySeamlessCompare() 3061 t1 = sampleCubeSeamlessNearestCompare(levels[level1], sampler, ref, s, t, faceDepth); in sampleCubeArraySeamlessCompare() [all …]
|