Searched refs:valloc2 (Results 1 – 4 of 4) sorted by relevance
103 …tic void AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation valloc2);
866 void rsi_AllocationShareBufferQueue(Context *rsc, RsAllocation valloc1, RsAllocation valloc2) { in rsi_AllocationShareBufferQueue() argument868 Allocation *alloc2 = static_cast<Allocation *>(valloc2); in rsi_AllocationShareBufferQueue()
1070 …aptation::AllocationShareBufferQueue(RsContext context, RsAllocation valloc1, RsAllocation valloc2) in AllocationShareBufferQueue() argument1073 uint64_t _valloc2 = (uint64_t)(uintptr_t)valloc2; in AllocationShareBufferQueue()
75 …(*AllocationShareBufferQueueFnPtr) (RsContext context, RsAllocation valloc1, RsAllocation valloc2);