Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp132 int getCubeArrayFaceIndex (CubeFace face);
DtcuTexture.cpp2863 const int depth = (slice * 6) + getCubeArrayFaceIndex(face); in getCubeArrayFaceAccess()
2870 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamless()
2952 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamlessCompare()
3660 const int faceDepth = (layer * 6) + getCubeArrayFaceIndex(coords.face); in sample()
3674 const int faceDepth = (layer * 6) + getCubeArrayFaceIndex(coords.face); in sampleCompare()
DtcuTextureUtil.cpp1186 int getCubeArrayFaceIndex (CubeFace face) in getCubeArrayFaceIndex() function
DtcuTexLookupVerifier.cpp2009 …out[faceNdx] = getSubregion(level, 0, 0, layerDepth + getCubeArrayFaceIndex(face), level.getWidth(… in getCubeArrayLevelFaces()