Searched refs:dedicated_info (Results 1 – 2 of 2) sorted by relevance
1830 const VkMemoryDedicatedAllocateInfoKHR *dedicated_info = in anv_AllocateMemory() local1832 if (dedicated_info && dedicated_info->image != VK_NULL_HANDLE) { in anv_AllocateMemory()1833 ANV_FROM_HANDLE(anv_image, image, dedicated_info->image); in anv_AllocateMemory()
33802 …VkMemoryDedicatedAllocateInfoKHR dedicated_info = {VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INF… in TEST_F() local33805 export_info.pNext = &dedicated_info; in TEST_F()