Searched refs:presentQueueIndex (Results 1 – 2 of 2) sorted by relevance
159 uint32_t presentQueueIndex = graphicsQueueIndex; in Create() local163 presentQueueIndex = i; in Create()167 SkASSERT(presentQueueIndex < queueCount); in Create()168 *presentQueueIndexPtr = presentQueueIndex; in Create()225 presentQueueIndex, // queueFamilyIndex in Create()230 uint32_t queueInfoCount = (presentQueueIndex != graphicsQueueIndex) ? 2 : 1; in Create()
56 static const GrVkBackendContext* Create(uint32_t* presentQueueIndex = nullptr,