Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_structs.h72 uint32_t faceCount; member
/frameworks/rs/driver/
DrsdAllocation.cpp124 uint32_t faceCount = 1; in Upload2DTexture() local
126 faceCount = 6; in Upload2DTexture()
130 for (uint32_t face = 0; face < faceCount; face ++) { in Upload2DTexture()
309 alloc->mHal.drvState.faceCount = type->getDimFaces(); in AllocationBuildPointerTable()
348 if(alloc->mHal.drvState.faceCount) { in AllocationBuildPointerTable()
/frameworks/rs/
DrsAllocation.h94 uint32_t faceCount; member