Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c567 uint32_t *queue_family_indices = in wsi_configure_image() local
569 sizeof(*queue_family_indices) * in wsi_configure_image()
572 if (!queue_family_indices) in wsi_configure_image()
577 queue_family_indices[i] = pCreateInfo->pQueueFamilyIndices[i]; in wsi_configure_image()
596 .pQueueFamilyIndices = queue_family_indices, in wsi_configure_image()