Home
last modified time | relevance | path

Searched refs:AllocationBuildPointerTable (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovAllocation.cpp82 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()
305 size_t allocSize = AllocationBuildPointerTable(rsc, alloc, type, nullptr); in rsovAllocationInit()
308 AllocationBuildPointerTable(rsc, alloc, type, in rsovAllocationInit()
/frameworks/rs/driver/
DrsdAllocation.cpp299 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function
355 static size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc, in AllocationBuildPointerTable() function
357 return AllocationBuildPointerTable(rsc, alloc, type, ptr, Allocation::kMinimumRSAlignment); in AllocationBuildPointerTable()
385 …size_t allocSize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), nullptr, requiredAlig… in rsdAllocationInitStrided()
446 …size_t verifySize = AllocationBuildPointerTable(rsc, alloc, alloc->getType(), ptr, requiredAlignme… in rsdAllocationInitStrided()
606 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr); in rsdAllocationResize()
609 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()