Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c428 uint32_t *queue_family_indices = in wsi_configure_image() local
430 sizeof(*queue_family_indices) * in wsi_configure_image()
433 if (!queue_family_indices) in wsi_configure_image()
438 queue_family_indices[i] = pCreateInfo->pQueueFamilyIndices[i]; in wsi_configure_image()
457 .pQueueFamilyIndices = queue_family_indices, in wsi_configure_image()