Searched refs:forceZero (Results 1 – 3 of 3) sorted by relevance
359 static uint8_t* allocAlignedMemory(size_t allocSize, bool forceZero) { in allocAlignedMemory() argument365 if (forceZero) { in allocAlignedMemory()371 bool rsdAllocationInit(const Context *rsc, Allocation *alloc, bool forceZero) { in rsdAllocationInit() argument406 ptr = allocAlignedMemory(allocSize, forceZero); in rsdAllocationInit()418 ptr = allocAlignedMemory(allocSize, forceZero); in rsdAllocationInit()
83 bool forceZero);
165 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero);