Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1649 VkMemoryAllocateInfo image_alloc_info = {}; in setup_swapchain_data_pipeline() local
1650 image_alloc_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in setup_swapchain_data_pipeline()
1651 image_alloc_info.allocationSize = font_image_req.size; in setup_swapchain_data_pipeline()
1652 image_alloc_info.memoryTypeIndex = vk_memory_type(device_data, in setup_swapchain_data_pipeline()
1655 VK_CHECK(device_data->vtable.AllocateMemory(device_data->device, &image_alloc_info, in setup_swapchain_data_pipeline()