Searched defs:sparseAllocation (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp215 MovePtr<SparseAllocation> sparseAllocation (new SparseAllocation());
224 sparseAllocation->allocations.push_back(makeDeSharedPtr(
230 const Allocation& alloc = **sparseAllocation->allocations[memBindIter->allocationNdx];
239 sparseAllocation->memoryBinds.push_back(bind);
243 sparseAllocation->resourceSize = referenceCreateInfo.size;
244 sparseAllocation->numResourceChunks = m_resourceChunkNdx;
246 return sparseAllocation;
703 void bindSparseBuffer (const DeviceInterface& vk, const VkDevice device, const VkQueue sparseQueue, const VkBuffer buffer, const SparseAllocation& sparseAllocation, argument
709 static_cast<deUint32>(sparseAllocation.memoryBinds.size()), // uint32_t bindCount;
710 &sparseAllocation
968 MovePtr<SparseAllocation> sparseAllocation; local
[all...]

Completed in 103 milliseconds