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

/external/deqp/framework/common/
H A DtcuTexture.cpp2431 static Vec4 sampleCubeSeamlessNearest (const ConstPixelBufferAccess& faceAccess, const Sampler& sampler, float s, float t, int depth) function in namespace:tcu
2671 return sampleCubeSeamlessNearest(faces[face][0], sampler, s, t, depth);
2690 return sampleCubeSeamlessNearest(faces[face][level], sampler, s, t, depth);
2716 t0 = sampleCubeSeamlessNearest(faces[face][level0], sampler, s, t, depth);
2717 t1 = sampleCubeSeamlessNearest(faces[face][level1], sampler, s, t, depth);
2933 return sampleCubeSeamlessNearest(levels[0], sampler, s, t, faceDepth);
2952 return sampleCubeSeamlessNearest(levels[level], sampler, s, t, faceDepth);
2978 t0 = sampleCubeSeamlessNearest(levels[level0], sampler, s, t, faceDepth);
2979 t1 = sampleCubeSeamlessNearest(levels[level1], sampler, s, t, faceDepth);

Completed in 183 milliseconds