Lines Matching refs:queueFamilyIndex
454 queueFamilyIndex = queueFamilyIndexIn; in setup()
461 queueFamilyIndex, in setup()
497 queueFamilyIndex = 0; in teardown()
528 auto queueFamilyIndex = anbInfo->lastUsedQueueFamilyIndex; in setAndroidNativeImageSemaphoreSignaled() local
529 if (queueFamilyIndex >= anbInfo->queueStates.size()) { in setAndroidNativeImageSemaphoreSignaled()
530 anbInfo->queueStates.resize(queueFamilyIndex + 1); in setAndroidNativeImageSemaphoreSignaled()
533 anbInfo->queueStates[queueFamilyIndex]; in setAndroidNativeImageSemaphoreSignaled()
535 queueState.setup(vk, anbInfo->device, defaultQueue, queueFamilyIndex, defaultQueueLock); in setAndroidNativeImageSemaphoreSignaled()
619 VkResult syncImageToColorBuffer(VulkanDispatch* vk, uint32_t queueFamilyIndex, VkQueue queue, in syncImageToColorBuffer() argument
631 anbInfo->lastUsedQueueFamilyIndex = queueFamilyIndex; in syncImageToColorBuffer()
634 if (queueFamilyIndex >= anbInfo->queueStates.size()) { in syncImageToColorBuffer()
635 anbInfo->queueStates.resize(queueFamilyIndex + 1); in syncImageToColorBuffer()
638 auto& queueState = anbInfo->queueStates[queueFamilyIndex]; in syncImageToColorBuffer()
641 queueState.setup(vk, anbInfo->device, queue, queueFamilyIndex, queueLock); in syncImageToColorBuffer()
669 .srcQueueFamilyIndex = queueFamilyIndex, in syncImageToColorBuffer()