Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2428 static Vec4 sampleCubeSeamlessLinear (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], … in sampleCubeSeamlessLinear() function
2475 return sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2495 return sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2527 t0 = sampleCubeSeamlessLinear(faceAccesses0, face, sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2528 t1 = sampleCubeSeamlessLinear(faceAccesses1, face, sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
2737 return sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, 0); in sampleCubeArraySeamless()
2757 return sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, 0); in sampleCubeArraySeamless()
2789 t0 = sampleCubeSeamlessLinear(faceAccesses0, face, sampler, s, t, 0); in sampleCubeArraySeamless()
2790 t1 = sampleCubeSeamlessLinear(faceAccesses1, face, sampler, s, t, 0); in sampleCubeArraySeamless()