Searched refs:image_mem_reqs (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vklayertests_buffer_image_memory_sampler.cpp | 985 VkMemoryRequirements image_mem_reqs = {}, buffer_mem_reqs = {}; in TEST_F() local 986 vkGetImageMemoryRequirements(device(), image, &image_mem_reqs); in TEST_F() 991 image_mem_alloc.allocationSize = image_mem_reqs.size; in TEST_F() 992 pass = m_device->phy().set_memory_type(image_mem_reqs.memoryTypeBits, &image_mem_alloc, 0); in TEST_F() 1030 VkMemoryRequirements image_mem_reqs = {}, buffer_mem_reqs = {}; in TEST_F() local 1031 vkGetImageMemoryRequirements(device(), image, &image_mem_reqs); in TEST_F() 1035 image_alloc_info.allocationSize = image_mem_reqs.size; in TEST_F() 1038 pass = m_device->phy().set_memory_type(image_mem_reqs.memoryTypeBits, &image_alloc_info, 0); in TEST_F() 1076 VkMemoryRequirements image_mem_reqs = {}, buffer_mem_reqs = {}; in TEST_F() local 1077 vkGetImageMemoryRequirements(device(), image, &image_mem_reqs); in TEST_F() [all …]
|