Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2573 static void getCubeLinearSamples (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], Cube… in getCubeLinearSamples()
2575 DE_ASSERT(faceAccesses[0].getWidth() == faceAccesses[0].getHeight()); in getCubeLinearSamples()
2576 int size = faceAccesses[0].getWidth(); in getCubeLinearSamples()
2598 sampleColors[i] = lookup(faceAccesses[coords.face], coords.s, coords.t, depth); in getCubeLinearSamples()
2632 static Vec4 sampleCubeSeamlessLinear (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], … in sampleCubeSeamlessLinear()
2634 DE_ASSERT(faceAccesses[0].getWidth() == faceAccesses[0].getHeight()); in sampleCubeSeamlessLinear()
2636 int size = faceAccesses[0].getWidth(); in sampleCubeSeamlessLinear()
2650 getCubeLinearSamples(faceAccesses, baseFace, u, v, depth, sampleColors); in sampleCubeSeamlessLinear()
2675 ConstPixelBufferAccess faceAccesses[CUBEFACE_LAST]; in sampleLevelArrayCubeSeamless() local
2677 faceAccesses[i] = faces[i][0]; in sampleLevelArrayCubeSeamless()
[all …]