Searched refs:forceZero (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/driver/ |
D | rsdAllocation.h | 84 bool forceZero); 88 bool forceZero, size_t requiredAlignment);
|
D | rsdAllocation.cpp | 360 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero, size_t requiredAlignment) { in allocAlignedMemory() argument 366 if (forceZero) { in allocAlignedMemory() 372 bool rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t require… in rsdAllocationInitStrided() argument 426 ptr = allocAlignedMemory(allocSize, forceZero, requiredAlignment); in rsdAllocationInitStrided() 438 ptr = allocAlignedMemory(allocSize, forceZero, requiredAlignment); in rsdAllocationInitStrided() 495 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsdAllocationInit() argument 496 return rsdAllocationInitStrided(rsc, alloc, forceZero, Allocation::kMinimumRSAlignment); in rsdAllocationInit()
|
/frameworks/rs/ |
D | rs_hal.h | 221 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero); 222 bool (*initOem)(const Context *rsc, Allocation *alloc, bool forceZero, void *usrPtr); 312 …bool (*initStrided)(const Context *rsc, Allocation *alloc, bool forceZero, size_t requiredAlignmen…
|
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.h | 83 bool forceZero);
|
D | rsovAllocation.cpp | 299 bool rsovAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsovAllocationInit() argument
|