Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_structs.h43 uint32_t elementSizeBytes; member
214 uint32_t elementSizeBytes; member
Drs_allocation.c129 const uint32_t sizeOf = alloc->mHal.state.elementSizeBytes;; in rsOffsetNs()
193 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
201 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
210 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsGetElementAt()
219 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt()
227 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt()
236 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsSetElementAt()
Drs_element.c82 return element->mHal.state.elementSizeBytes; in rsElementGetBytesSize()
/frameworks/support/v8/renderscript/jni/
Dandroid_rscompat_usage_io_driver.cpp29 … alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes; in IoGetBuffer()
/frameworks/rs/cpu_ref/
DrsCpuScriptGroup.cpp69 mkinfo->inStride[0] = sl->ins[ct]->mHal.state.elementSizeBytes; in scriptGroupRoot()
96 ostep = sl->outs[ct]->mHal.state.elementSizeBytes; in scriptGroupRoot()
DrsCpuScriptGroup2.cpp56 const uint32_t eStride = a->mHal.state.elementSizeBytes; in groupRoot()
68 const uint32_t ostep = out->mHal.state.elementSizeBytes; in groupRoot()
/frameworks/rs/driver/
DrsdAllocation.cpp98 ptr += xoff * alloc->mHal.state.elementSizeBytes; in GetOffsetPtr()
596 size_t stride = alloc->mHal.state.elementSizeBytes; in rsdAllocationResize()
705 … alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes; in IoGetBuffer()
868 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData2D()
930 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationData3D()
977 size_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead2D()
1007 uint32_t eSize = alloc->mHal.state.elementSizeBytes; in rsdAllocationRead3D()
DrsdMeshObj.cpp102 uint32_t stride = elem->mHal.state.elementSizeBytes; in init()
DrsdShader.cpp313 uint32_t elementSize = field->mHal.state.elementSizeBytes / sizeof(float); in logUniform()
/frameworks/rs/
DrsElement.h46 uint32_t elementSizeBytes; member
DrsAllocation.cpp140 mHal.state.elementSizeBytes = type->getElementSizeBytes(); in updateCache()
230 const size_t eSize = mHal.state.elementSizeBytes; in read()
248 const size_t eSize = mHal.state.elementSizeBytes; in read()
260 size_t eSize = mHal.state.elementSizeBytes; in elementData()
295 size_t eSize = mHal.state.elementSizeBytes; in elementRead()
DrsElement.cpp182 mHal.state.elementSizeBytes = getSizeBytes(); in compute()
225 mHal.state.elementSizeBytes = getSizeBytes(); in compute()
DrsAllocation.h64 uint32_t elementSizeBytes; member