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

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_allocation.c40 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
48 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
57 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
H A Drs_structs.h38 uint32_t elementSizeBytes; member in struct:Allocation::__anon1205::__anon1206
173 uint32_t elementSizeBytes; member in struct:Element::__anon1213::__anon1214
H A Drs_element.c83 return element->mHal.state.elementSizeBytes;
H A Drs_sample.c15 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
26 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
/frameworks/rs/
H A DrsElement.h46 uint32_t elementSizeBytes; member in struct:android::renderscript::Element::Hal::State
H A DrsAllocation.cpp61 mHal.state.elementSizeBytes = type->getElementSizeBytes();
93 const size_t eSize = mHal.state.elementSizeBytes;
129 const size_t eSize = mHal.state.elementSizeBytes;
148 size_t eSize = mHal.state.elementSizeBytes;
176 size_t eSize = mHal.state.elementSizeBytes;
H A DrsAllocation.h60 uint32_t elementSizeBytes; member in struct:android::renderscript::Allocation::Hal::State
H A DrsElement.cpp176 mHal.state.elementSizeBytes = getSizeBytes();
219 mHal.state.elementSizeBytes = getSizeBytes();
/frameworks/support/renderscript/v8/rs_support/
H A DrsElement.h46 uint32_t elementSizeBytes; member in struct:android::renderscript::Element::Hal::State
H A DrsAllocation.cpp58 mHal.state.elementSizeBytes = type->getElementSizeBytes();
88 const size_t eSize = mHal.state.elementSizeBytes;
124 const size_t eSize = mHal.state.elementSizeBytes;
143 size_t eSize = mHal.state.elementSizeBytes;
171 size_t eSize = mHal.state.elementSizeBytes;
H A DrsAllocation.h57 uint32_t elementSizeBytes; member in struct:android::renderscript::Allocation::Hal::State
H A DrsElement.cpp176 mHal.state.elementSizeBytes = getSizeBytes();
219 mHal.state.elementSizeBytes = getSizeBytes();
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp47 ptr += xoff * alloc->mHal.state.elementSizeBytes;
203 uint32_t stride = alloc->mHal.state.elementSizeBytes;
290 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
334 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
427 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
447 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
/frameworks/rs/driver/
H A DrsdAllocation.cpp87 ptr += xoff * alloc->mHal.state.elementSizeBytes;
385 uint32_t stride = alloc->mHal.state.elementSizeBytes;
487 drv->lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
597 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
641 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
734 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
754 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
H A DrsdMeshObj.cpp102 uint32_t stride = elem->mHal.state.elementSizeBytes;
H A DrsdShader.cpp311 uint32_t elementSize = field->mHal.state.elementSizeBytes / sizeof(float);

Completed in 706 milliseconds