Searched refs:elementSizeBytes (Results 1 - 14 of 14) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_structs.h43 uint32_t elementSizeBytes; member in struct:Allocation::__anon1998::__anon1999
214 uint32_t elementSizeBytes; member in struct:Element::__anon2006::__anon2007
H A Drs_allocation.c84 const uint32_t sizeOf = alloc->mHal.state.elementSizeBytes;;
257 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
265 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
274 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
283 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
291 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
300 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
H A Drs_element.c89 return element->mHal.state.elementSizeBytes;
/frameworks/rs/support/jni/
H A Dandroid_rscompat_usage_io_driver.cpp29 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
/frameworks/rs/
H A DrsElement.h48 uint32_t elementSizeBytes; member in struct:android::renderscript::Element::Hal::State
H A DrsElement.cpp182 mHal.state.elementSizeBytes = getSizeBytes();
227 mHal.state.elementSizeBytes = getSizeBytes();
H A DrsAllocation.h64 uint32_t elementSizeBytes; member in struct:android::renderscript::Allocation::Hal::State
H A DrsAllocation.cpp149 mHal.state.elementSizeBytes = type->getElementSizeBytes();
244 const size_t eSize = mHal.state.elementSizeBytes;
263 const size_t eSize = mHal.state.elementSizeBytes;
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp155 ptr += xoff * alloc->mHal.state.elementSizeBytes;
342 size_t eSize = alloc->mHal.state.elementSizeBytes;
394 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
435 size_t eSize = alloc->mHal.state.elementSizeBytes;
464 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.cpp71 mkinfo->inStride[0] = sl->ins[ct]->mHal.state.elementSizeBytes;
96 ostep = sl->outs[ct]->mHal.state.elementSizeBytes;
H A DrsCpuScriptGroup2.cpp56 const uint32_t eStride = a->mHal.state.elementSizeBytes;
68 const uint32_t ostep = out->mHal.state.elementSizeBytes;
/frameworks/rs/driver/
H A DrsdMeshObj.cpp106 uint32_t stride = elem->mHal.state.elementSizeBytes;
H A DrsdAllocation.cpp91 ptr += xoff * alloc->mHal.state.elementSizeBytes;
613 size_t stride = alloc->mHal.state.elementSizeBytes;
724 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
841 size_t eSize = alloc->mHal.state.elementSizeBytes;
905 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
952 size_t eSize = alloc->mHal.state.elementSizeBytes;
982 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
H A DrsdShader.cpp317 uint32_t elementSize = field->mHal.state.elementSizeBytes / sizeof(float);

Completed in 5642 milliseconds