Searched refs:image_alloc_info (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1361 VkMemoryAllocateInfo image_alloc_info = {}; local in function:setup_swapchain_data_pipeline
1362 image_alloc_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
1363 image_alloc_info.allocationSize = font_image_req.size;
1364 image_alloc_info.memoryTypeIndex = vk_memory_type(device_data,
1367 VK_CHECK(device_data->vtable.AllocateMemory(device_data->device, &image_alloc_info,
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1642 VkMemoryAllocateInfo image_alloc_info = {}; local in function:setup_swapchain_data_pipeline
1643 image_alloc_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
1644 image_alloc_info.allocationSize = font_image_req.size;
1645 image_alloc_info.memoryTypeIndex = vk_memory_type(device_data,
1648 VK_CHECK(device_data->vtable.AllocateMemory(device_data->device, &image_alloc_info,

Completed in 13 milliseconds