Searched refs:image_memory (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 9751 VkDeviceMemory image_memory; in TEST_F() local 9762 err = vkAllocateMemory(m_device->device(), &memory_info, NULL, &image_memory); in TEST_F() 9764 err = vkBindImageMemory(m_device->device(), image, image_memory, 0); in TEST_F() 9804 vkFreeMemory(m_device->device(), image_memory, nullptr); in TEST_F() 9878 VkDeviceMemory image_memory; in TEST_F() local 9889 err = vkAllocateMemory(m_device->device(), &memory_info, NULL, &image_memory); in TEST_F() 9891 err = vkBindImageMemory(m_device->device(), image, image_memory, 0); in TEST_F() 9938 vkFreeMemory(m_device->device(), image_memory, nullptr); in TEST_F() 10445 VkDeviceMemory image_memory; in TEST_F() local 10459 err = vkAllocateMemory(m_device->device(), &memory_info, NULL, &image_memory); in TEST_F() [all …]
|