Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp134 int getCubeArrayFaceIndex (CubeFace face);
DtcuTexture.cpp3197 const int depth = (slice * 6) + getCubeArrayFaceIndex(face); in getCubeArrayFaceAccess()
3204 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamless()
3286 const int faceDepth = (slice * 6) + getCubeArrayFaceIndex(face); in sampleCubeArraySeamlessCompare()
4003 const int faceDepth = (layer * 6) + getCubeArrayFaceIndex(coords.face); in sample()
4017 const int faceDepth = (layer * 6) + getCubeArrayFaceIndex(coords.face); in sampleCompare()
DtcuTextureUtil.cpp1316 int getCubeArrayFaceIndex (CubeFace face) in getCubeArrayFaceIndex() function
DtcuTexLookupVerifier.cpp2095 …out[faceNdx] = getSubregion(level, 0, 0, layerDepth + getCubeArrayFaceIndex(face), level.getWidth(… in getCubeArrayLevelFaces()