Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp3720 static Vec4 sampleCubeSeamlessLinear(const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], C… in sampleCubeSeamlessLinear() function
3799 Vec4 result = sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
3810 …result += sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, depth) * deFloatFrac(minLodR… in sampleLevelArrayCubeSeamless()
3836 return sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
3872 t0 = sampleCubeSeamlessLinear(faceAccesses0, face, sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
3873 t1 = sampleCubeSeamlessLinear(faceAccesses1, face, sampler, s, t, depth); in sampleLevelArrayCubeSeamless()
4084 return sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, 0); in sampleCubeArraySeamless()
4105 return sampleCubeSeamlessLinear(faceAccesses, face, sampler, s, t, 0); in sampleCubeArraySeamless()
4138 t0 = sampleCubeSeamlessLinear(faceAccesses0, face, sampler, s, t, 0); in sampleCubeArraySeamless()
4139 t1 = sampleCubeSeamlessLinear(faceAccesses1, face, sampler, s, t, 0); in sampleCubeArraySeamless()