Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2227 static Vec4 sampleCubeSeamlessNearest (const ConstPixelBufferAccess& faceAccess, const Sampler& sam… in sampleCubeSeamlessNearest() function
2467 return sampleCubeSeamlessNearest(faces[face][0], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2486 return sampleCubeSeamlessNearest(faces[face][level], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2512 t0 = sampleCubeSeamlessNearest(faces[face][level0], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2513 t1 = sampleCubeSeamlessNearest(faces[face][level1], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2729 return sampleCubeSeamlessNearest(levels[0], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
2748 return sampleCubeSeamlessNearest(levels[level], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
2774 t0 = sampleCubeSeamlessNearest(levels[level0], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
2775 t1 = sampleCubeSeamlessNearest(levels[level1], sampler, s, t, faceDepth); in sampleCubeArraySeamless()