Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp3275 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamless() local
3282 return sampleCubeSeamlessNearest(levels[0], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
3301 return sampleCubeSeamlessNearest(levels[level], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
3327 t0 = sampleCubeSeamlessNearest(levels[level0], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
3328 t1 = sampleCubeSeamlessNearest(levels[level1], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
3357 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamlessCompare() local
3364 return sampleCubeSeamlessNearestCompare(levels[0], sampler, ref, s, t, faceDepth); in sampleCubeArraySeamlessCompare()
3383 return sampleCubeSeamlessNearestCompare(levels[level], sampler, ref, s, t, faceDepth); in sampleCubeArraySeamlessCompare()
3409 t0 = sampleCubeSeamlessNearestCompare(levels[level0], sampler, ref, s, t, faceDepth); in sampleCubeArraySeamlessCompare()
3410 t1 = sampleCubeSeamlessNearestCompare(levels[level1], sampler, ref, s, t, faceDepth); in sampleCubeArraySeamlessCompare()
[all …]