Home | History | Annotate | Download | only in wsi

Lines Matching refs:queueNdx

793 	for (size_t queueNdx = 0; queueNdx < queueProps.size(); queueNdx++)
795 if (queueProps[queueNdx].queueFlags & VK_QUEUE_GRAPHICS_BIT)
796 queueFamilyIndex = (deUint32)queueNdx;
901 for (size_t queueNdx = 0; queueNdx < queueProps.size(); queueNdx++)
903 if (queueProps[queueNdx].queueFlags & VK_QUEUE_GRAPHICS_BIT)
904 queueFamilyIndex = (deUint32)queueNdx;