Searched refs:sampleCubeSeamlessNearest (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 2775 static Vec4 sampleCubeSeamlessNearest (const ConstPixelBufferAccess& faceAccess, const Sampler& sam… in sampleCubeSeamlessNearest() function 3020 return sampleCubeSeamlessNearest(faces[face][0], sampler, s, t, depth); in sampleLevelArrayCubeSeamless() 3039 return sampleCubeSeamlessNearest(faces[face][level], sampler, s, t, depth); in sampleLevelArrayCubeSeamless() 3065 t0 = sampleCubeSeamlessNearest(faces[face][level0], sampler, s, t, depth); in sampleLevelArrayCubeSeamless() 3066 t1 = sampleCubeSeamlessNearest(faces[face][level1], sampler, s, t, depth); in sampleLevelArrayCubeSeamless() 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()
|