Searched refs:copy_descriptor (Results 1 – 1 of 1) sorted by relevance
6097 VkCopyDescriptorSet copy_descriptor = {}; in TEST_F() local6098 copy_descriptor.sType = VK_STRUCTURE_TYPE_COPY_DESCRIPTOR_SET; in TEST_F()6099 copy_descriptor.srcSet = VK_NULL_HANDLE; // must update in TEST_F()6100 copy_descriptor.srcBinding = 0; in TEST_F()6101 copy_descriptor.dstSet = VK_NULL_HANDLE; // must update in TEST_F()6102 copy_descriptor.dstBinding = 0; in TEST_F()6103 copy_descriptor.descriptorCount = 1; in TEST_F()6130 copy_descriptor.srcSet = good_src.set_; in TEST_F()6131 copy_descriptor.dstSet = bad_src.set_; in TEST_F()6132 vkUpdateDescriptorSets(m_device->device(), 0, nullptr, 1, ©_descriptor); in TEST_F()[all …]