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

/frameworks/rs/driver/runtime/
H A Drs_structs.h43 uint32_t elementSizeBytes; member in struct:Allocation::__anon1565::__anon1566
214 uint32_t elementSizeBytes; member in struct:Element::__anon1573::__anon1574
H A Drs_allocation.c129 const uint32_t sizeOf = alloc->mHal.state.elementSizeBytes;;
193 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
201 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
210 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
219 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
227 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
236 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
H A Drs_element.c82 return element->mHal.state.elementSizeBytes;
/frameworks/support/v8/renderscript/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.h46 uint32_t elementSizeBytes; member in struct:android::renderscript::Element::Hal::State
H A DrsAllocation.cpp140 mHal.state.elementSizeBytes = type->getElementSizeBytes();
230 const size_t eSize = mHal.state.elementSizeBytes;
248 const size_t eSize = mHal.state.elementSizeBytes;
260 size_t eSize = mHal.state.elementSizeBytes;
295 size_t eSize = mHal.state.elementSizeBytes;
H A DrsElement.cpp182 mHal.state.elementSizeBytes = getSizeBytes();
225 mHal.state.elementSizeBytes = getSizeBytes();
H A DrsAllocation.h64 uint32_t elementSizeBytes; member in struct:android::renderscript::Allocation::Hal::State
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup.cpp69 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.cpp102 uint32_t stride = elem->mHal.state.elementSizeBytes;
H A DrsdAllocation.cpp98 ptr += xoff * alloc->mHal.state.elementSizeBytes;
596 size_t stride = alloc->mHal.state.elementSizeBytes;
705 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
868 size_t eSize = alloc->mHal.state.elementSizeBytes;
930 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
977 size_t eSize = alloc->mHal.state.elementSizeBytes;
1007 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
H A DrsdShader.cpp313 uint32_t elementSize = field->mHal.state.elementSizeBytes / sizeof(float);

Completed in 79 milliseconds