Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp3340 VkMemoryRequirements image_mem_reqs = {}, buffer_mem_reqs = {}; in TEST_F() local
3341 vkGetImageMemoryRequirements(device(), image, &image_mem_reqs); in TEST_F()
3346 image_mem_alloc.allocationSize = image_mem_reqs.size; in TEST_F()
3347 pass = m_device->phy().set_memory_type(image_mem_reqs.memoryTypeBits, &image_mem_alloc, 0); in TEST_F()
3385 VkMemoryRequirements image_mem_reqs = {}, buffer_mem_reqs = {}; in TEST_F() local
3386 vkGetImageMemoryRequirements(device(), image, &image_mem_reqs); in TEST_F()
3390 image_alloc_info.allocationSize = image_mem_reqs.size; in TEST_F()
3393 pass = m_device->phy().set_memory_type(image_mem_reqs.memoryTypeBits, &image_alloc_info, 0); in TEST_F()
3431 VkMemoryRequirements image_mem_reqs = {}, buffer_mem_reqs = {}; in TEST_F() local
3432 vkGetImageMemoryRequirements(device(), image, &image_mem_reqs); in TEST_F()
[all …]