Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp217 MovePtr<SparseAllocation> sparseAllocation (new SparseAllocation()); in build() local
235sparseAllocation->allocations.push_back(makeDeSharedPtr(allocator.allocate(allocInfo, (VkDeviceSiz… in build()
240 const Allocation& alloc = **sparseAllocation->allocations[memBindIter->allocationNdx]; in build()
249 sparseAllocation->memoryBinds.push_back(bind); in build()
253 sparseAllocation->resourceSize = referenceCreateInfo.size; in build()
254 sparseAllocation->numResourceChunks = m_resourceChunkNdx; in build()
255 sparseAllocation->memoryType = memoryTypeNdx; in build()
256sparseAllocation->heapIndex = getHeapIndexForMemoryType(instanceInterface, physicalDevice, memor… in build()
258 return sparseAllocation; in build()
585 …device, const VkQueue sparseQueue, const VkBuffer buffer, const SparseAllocation& sparseAllocation, in bindSparseBuffer() argument
[all …]