Searched defs:SparseAllocation (Results 1 – 1 of 1) sorted by relevance
88 struct SparseAllocation struct90 deUint32 numResourceChunks;91 VkDeviceSize resourceSize; //!< buffer size in bytes92 std::vector<AllocationSp> allocations; //!< actual allocated memory93 std::vector<VkSparseMemoryBind> memoryBinds; //!< memory binds backing the resource94 deUint32 memoryType; //!< memory type (same for all allocations)95 deUint32 heapIndex; //!< memory heap index