Home | History | Annotate | Download | only in swapchain

Lines Matching refs:pQueue

2018             SwpQueue *pQueue = NULL;
2021 pQueue = (it == my_data->queueMap.end()) ? NULL : &it->second;
2024 if (pQueue && pSurface && pSurface->numQueueFamilyIndexSupport) {
2025 uint32_t queueFamilyIndex = pQueue->queueFamilyIndex;
2070 GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) {
2076 my_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
2085 my_data->queueMap[&pQueue].queue = *pQueue;
2087 pDevice->queues[*pQueue] = &my_data->queueMap[*pQueue];
2089 my_data->queueMap[&pQueue].pDevice = pDevice;
2090 my_data->queueMap[&pQueue].queueFamilyIndex = queueFamilyIndex;