Searched refs:dst_image_mem (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 17848 VkDeviceMemory src_image_mem, dst_image_mem, depth_image_mem; in TEST_F() local 17865 err = vkAllocateMemory(m_device->device(), &mem_alloc, NULL, &dst_image_mem); in TEST_F() 17877 err = vkBindImageMemory(m_device->device(), dst_image, dst_image_mem, 0); in TEST_F() 18089 vkFreeMemory(m_device->device(), dst_image_mem, NULL); in TEST_F()
|