Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp973 de::MovePtr<vk::Allocation> indexAlloc; in iterate() local
975 indexAlloc = allocator.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), vk::MemoryRequirement::HostVisible); in iterate()
976 VK_CHECK(vk.bindBufferMemory(vkDevice, *indexBuffer, indexAlloc->getMemory(), indexAlloc->getOffset())); in iterate()
978 deMemcpy(indexAlloc->getHostPtr(), &(m_data.indexes[0]), bufferSize); in iterate()
980 vk::flushAlloc(m_vk, vkDevice, *indexAlloc); in iterate()
1425 de::MovePtr<vk::Allocation> indexAlloc; in iterate() local
1427 indexAlloc = allocator.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), vk::MemoryRequirement::HostVisible); in iterate()
1428 VK_CHECK(vk.bindBufferMemory(vkDevice, *indexBuffer, indexAlloc->getMemory(), indexAlloc in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktBasicDrawTests.cpp944 de::MovePtr<vk::Allocation> indexAlloc; in iterate() local
946 indexAlloc = allocator.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), vk::MemoryRequirement::HostVisible); in iterate()
947 VK_CHECK(vk.bindBufferMemory(vkDevice, *indexBuffer, indexAlloc->getMemory(), indexAlloc->getOffset())); in iterate()
949 deMemcpy(indexAlloc->getHostPtr(), &(m_data.indexes[0]), bufferSize); in iterate()
951 vk::flushAlloc(m_vk, vkDevice, *indexAlloc); in iterate()
1376 de::MovePtr<vk::Allocation> indexAlloc; in iterate() local
1378 indexAlloc = allocator.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), vk::MemoryRequirement::HostVisible); in iterate()
1379 VK_CHECK(vk.bindBufferMemory(vkDevice, *indexBuffer, indexAlloc->getMemory(), indexAlloc in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp849 const Allocation& indexAlloc = indexBuffer->getAllocation(); in updateIndexBuffer() local
850 deUint8* bufferStart = static_cast<deUint8*>(indexAlloc.getHostPtr()); in updateIndexBuffer()
869 flushAlloc(vk, device, indexAlloc); in updateIndexBuffer()

Completed in 11 milliseconds