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

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp785 de::MovePtr<vk::Allocation> indexAlloc; local
787 indexAlloc = allocator.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), vk::MemoryRequirement::HostVisible);
788 VK_CHECK(vk.bindBufferMemory(vkDevice, *indexBuffer, indexAlloc->getMemory(), indexAlloc->getOffset()));
790 deMemcpy(indexAlloc->getHostPtr(), &(m_data.indexes[0]), bufferSize);
792 vk::flushMappedMemoryRange(m_vk, vkDevice, indexAlloc->getMemory(), indexAlloc->getOffset(), bufferSize);
1106 de::MovePtr<vk::Allocation> indexAlloc; local
1108 indexAlloc = allocator.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), vk::MemoryRequirement::HostVisible);
1109 VK_CHECK(vk.bindBufferMemory(vkDevice, *indexBuffer, indexAlloc
[all...]

Completed in 149 milliseconds