Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp1979 static Vec4 sampleCubeSeamlessNearest (const ConstPixelBufferAccess& faceAccess, const Sampler& sam… in sampleCubeSeamlessNearest() function
2219 return sampleCubeSeamlessNearest(faces[face][0], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2238 return sampleCubeSeamlessNearest(faces[face][level], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2264 t0 = sampleCubeSeamlessNearest(faces[face][level0], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2265 t1 = sampleCubeSeamlessNearest(faces[face][level1], sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2481 return sampleCubeSeamlessNearest(levels[0], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
2500 return sampleCubeSeamlessNearest(levels[level], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
2526 t0 = sampleCubeSeamlessNearest(levels[level0], sampler, s, t, faceDepth); in sampleCubeArraySeamless()
2527 t1 = sampleCubeSeamlessNearest(levels[level1], sampler, s, t, faceDepth); in sampleCubeArraySeamless()