Searched refs:AllocationBuildPointerTable (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.cpp | 82 size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function 141 size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function 143 return AllocationBuildPointerTable(rsc, alloc, type, ptr, in AllocationBuildPointerTable() 306 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, type, nullptr); in rsovAllocationInit() 309 AllocationBuildPointerTable(rsc, alloc, type, in rsovAllocationInit()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 296 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function 352 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function 354 return AllocationBuildPointerTable(rsc, alloc, type, ptr, Allocation::kMinimumRSAlignment); in AllocationBuildPointerTable() 382 …size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr, requiredAlig… in rsdAllocationInitStrided() 443 …size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr, requiredAlignme… in rsdAllocationInitStrided() 603 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr); in rsdAllocationResize() 606 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()
|