Searched refs:faceOffset (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h54 size_t faceOffset; member in struct:Allocation::__anon1234::DrvState
/frameworks/rs/
H A DrsType.cpp169 uint32_t faceOffset = getSizeBytes() / 6; local
170 offset += faceOffset * face;
H A DrsAllocation.h74 size_t faceOffset; member in struct:android::renderscript::Allocation::Hal::DrvState
/frameworks/rs/driver/
H A DrsdAllocation.cpp96 ptr += face * alloc->mHal.drvState.faceOffset;
335 alloc->mHal.drvState.faceOffset = o;
342 size_t allocSize = alloc->mHal.drvState.faceOffset;

Completed in 76 milliseconds