Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2369 static void getCubeLinearSamples (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], Cube… in getCubeLinearSamples()
2371 DE_ASSERT(faceAccesses[0].getWidth() == faceAccesses[0].getHeight()); in getCubeLinearSamples()
2372 int size = faceAccesses[0].getWidth(); in getCubeLinearSamples()
2394 sampleColors[i] = lookup(faceAccesses[coords.face], coords.s, coords.t, depth); in getCubeLinearSamples()
2428 static Vec4 sampleCubeSeamlessLinear (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], … in sampleCubeSeamlessLinear()
2430 DE_ASSERT(faceAccesses[0].getWidth() == faceAccesses[0].getHeight()); in sampleCubeSeamlessLinear()
2432 int size = faceAccesses[0].getWidth(); in sampleCubeSeamlessLinear()
2446 getCubeLinearSamples(faceAccesses, baseFace, u, v, depth, sampleColors); in sampleCubeSeamlessLinear()
2471 ConstPixelBufferAccess faceAccesses[CUBEFACE_LAST]; in sampleLevelArrayCubeSeamless() local
2473 faceAccesses[i] = faces[i][0]; in sampleLevelArrayCubeSeamless()
[all …]