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::__anon1654::__anon1655
214 uint32_t elementSizeBytes; member in struct:Element::__anon1662::__anon1663
H A Drs_allocation.c132 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.c84 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.cpp150 mHal.state.elementSizeBytes = type->getElementSizeBytes();
240 const size_t eSize = mHal.state.elementSizeBytes;
258 const size_t eSize = mHal.state.elementSizeBytes;
270 size_t eSize = mHal.state.elementSizeBytes;
305 size_t eSize = mHal.state.elementSizeBytes;
H A DrsElement.cpp182 mHal.state.elementSizeBytes = getSizeBytes();
227 mHal.state.elementSizeBytes = getSizeBytes();
H A DrsAllocation.h68 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;
623 size_t stride = alloc->mHal.state.elementSizeBytes;
732 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
895 size_t eSize = alloc->mHal.state.elementSizeBytes;
959 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
1006 size_t eSize = alloc->mHal.state.elementSizeBytes;
1036 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
H A DrsdShader.cpp313 uint32_t elementSize = field->mHal.state.elementSizeBytes / sizeof(float);

Completed in 140 milliseconds