Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp602 BindBufferMemoryInfosList bindMemoryInfos; in makeBinding() local
606 bindMemoryInfos.push_back(makeBufferMemoryBindingInfo(**targets[i], **memory[i])); in makeBinding()
609 VK_CHECK(vk.bindBufferMemory2(vkDevice, count, &bindMemoryInfos.front())); in makeBinding()
622 BindImageMemoryInfosList bindMemoryInfos; in makeBinding() local
626 bindMemoryInfos.push_back(makeImageMemoryBindingInfo(**targets[i], **memory[i])); in makeBinding()
629 VK_CHECK(vk.bindImageMemory2(vkDevice, count, &bindMemoryInfos.front())); in makeBinding()