Searched defs:graphicsQueueFamilyIndex (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/
H A Dcube.cpp1330 uint32_t graphicsQueueFamilyIndex = UINT32_MAX; local
1334 if (graphicsQueueFamilyIndex == UINT32_MAX) {
1335 graphicsQueueFamilyIndex = i;
1339 graphicsQueueFamilyIndex = i;
1359 if (graphicsQueueFamilyIndex == UINT32_MAX || presentQueueFamilyIndex == UINT32_MAX) {
1363 graphics_queue_family_index = graphicsQueueFamilyIndex;
H A Dcube.c3533 uint32_t graphicsQueueFamilyIndex = UINT32_MAX; local
3537 if (graphicsQueueFamilyIndex == UINT32_MAX) {
3538 graphicsQueueFamilyIndex = i;
3542 graphicsQueueFamilyIndex = i;
3561 if (graphicsQueueFamilyIndex == UINT32_MAX ||
3567 demo->graphics_queue_family_index = graphicsQueueFamilyIndex;

Completed in 84 milliseconds