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.cpp2919 const int depth = (slice * 6) + getCubeArrayFaceIndex(face); in getCubeArrayFaceAccess()
2926 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamless()
3008 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamlessCompare()
3716 const int faceDepth = (layer * 6) + getCubeArrayFaceIndex(coords.face); in sample()
3730 const int faceDepth = (layer * 6) + getCubeArrayFaceIndex(coords.face); in sampleCompare()
DtcuTextureUtil.cpp1204 int getCubeArrayFaceIndex (CubeFace face) in getCubeArrayFaceIndex() function
DtcuTexLookupVerifier.cpp2009 …out[faceNdx] = getSubregion(level, 0, 0, layerDepth + getCubeArrayFaceIndex(face), level.getWidth(… in getCubeArrayLevelFaces()