Home
last modified time | relevance | path

Searched refs:elementSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/driver/
DrsdShader.cpp311 uint32_t elementSize = field->mHal.state.elementSizeBytes / sizeof(float); in logUniform() local
349 ALOGE("Element size %u data=%p", elementSize, fd); in logUniform()
350 fd += elementSize; in logUniform()
DrsdAllocation.cpp691 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData2D_alloc_script() local
695 memcpy(dstPtr, srcPtr, w * elementSize); in rsdAllocationData2D_alloc_script()
/frameworks/support/renderscript/v8/rs_support/driver/
DrsdAllocation.cpp384 uint32_t elementSize = dstAlloc->getType()->getElementSizeBytes(); in rsdAllocationData2D_alloc_script() local
388 memcpy(dstPtr, srcPtr, w * elementSize); in rsdAllocationData2D_alloc_script()