Home
last modified time | relevance | path

Searched refs:inAllocation (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp114 de::MovePtr<vk::Allocation> inAllocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *inBuffer), MemoryRequirement::HostVisible); in iterate() local
115 VK_CHECK(vk.bindBufferMemory(device, *inBuffer, inAllocation->getMemory(), inAllocation->getOffset())); in iterate()
120 int* bufferPtr = static_cast<int*>(inAllocation->getHostPtr()); in iterate()
123 flushAlloc(vk, device, *inAllocation); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp114 de::MovePtr<vk::Allocation> inAllocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *inBuffer), MemoryRequirement::HostVisible); in iterate() local
115 VK_CHECK(vk.bindBufferMemory(device, *inBuffer, inAllocation->getMemory(), inAllocation->getOffset())); in iterate()
120 int* bufferPtr = static_cast<int*>(inAllocation->getHostPtr()); in iterate()
123 flushAlloc(vk, device, *inAllocation); in iterate()

Completed in 2 milliseconds