Home
last modified time | relevance | path

Searched refs:forceZero (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/driver/
DrsdAllocation.h84 bool forceZero);
88 bool forceZero, size_t requiredAlignment);
DrsdAllocation.cpp359 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero, size_t requiredAlignment) { in allocAlignedMemory() argument
365 if (forceZero) { in allocAlignedMemory()
371 bool rsdAllocationInitStrided(const Context *rsc, Allocation *alloc, bool forceZero, size_t require… in rsdAllocationInitStrided() argument
425 ptr = allocAlignedMemory(allocSize, forceZero, requiredAlignment); in rsdAllocationInitStrided()
437 ptr = allocAlignedMemory(allocSize, forceZero, requiredAlignment); in rsdAllocationInitStrided()
494 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsdAllocationInit() argument
495 return rsdAllocationInitStrided(rsc, alloc, forceZero, Allocation::kMinimumRSAlignment); in rsdAllocationInit()
/frameworks/rs/
Drs_hal.h221 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/
DrsovAllocation.h83 bool forceZero);
DrsovAllocation.cpp299 bool rsovAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsovAllocationInit() argument