Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2709 static Vec4 sampleCubeSeamlessNearest (const ConstPixelBufferAccess& faceAccess, const Sampler& sam… in sampleCubeSeamlessNearest() function
2949 return sampleCubeSeamlessNearest(faces[face][0], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2968 return sampleCubeSeamlessNearest(faces[face][level], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2994 t0 = sampleCubeSeamlessNearest(faces[face][level0], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2995 t1 = sampleCubeSeamlessNearest(faces[face][level1], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
3211 return sampleCubeSeamlessNearest(levels[0], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
3230 return sampleCubeSeamlessNearest(levels[level], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
3256 t0 = sampleCubeSeamlessNearest(levels[level0], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
3257 t1 = sampleCubeSeamlessNearest(levels[level1], sampler, s, t, faceDepth); in sampleCubeArraySeamless()