Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2121 static void getCubeLinearSamples (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], Cube… in getCubeLinearSamples()
2123 DE_ASSERT(faceAccesses[0].getWidth() == faceAccesses[0].getHeight()); in getCubeLinearSamples()
2124 int size = faceAccesses[0].getWidth(); in getCubeLinearSamples()
2146 sampleColors[i] = lookup(faceAccesses[coords.face], coords.s, coords.t, depth); in getCubeLinearSamples()
2180 static Vec4 sampleCubeSeamlessLinear (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], … in sampleCubeSeamlessLinear()
2182 DE_ASSERT(faceAccesses[0].getWidth() == faceAccesses[0].getHeight()); in sampleCubeSeamlessLinear()
2184 int size = faceAccesses[0].getWidth(); in sampleCubeSeamlessLinear()
2198 getCubeLinearSamples(faceAccesses, baseFace, u, v, depth, sampleColors); in sampleCubeSeamlessLinear()
2223 ConstPixelBufferAccess faceAccesses[CUBEFACE_LAST]; in sampleLevelArrayCubeSeamless() local
2225 faceAccesses[i] = faces[i][0]; in sampleLevelArrayCubeSeamless()
[all …]