Home | History | Annotate | Download | only in layers

Lines Matching refs:pQueue

2125             SwpQueue *pQueue = NULL;
2128 pQueue = (it == my_data->queueMap.end()) ? NULL : &it->second;
2131 if (pQueue && pSurface && pSurface->numQueueFamilyIndexSupport) {
2132 uint32_t queueFamilyIndex = pQueue->queueFamilyIndex;
2236 GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) {
2242 my_data->device_dispatch_table->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
2251 my_data->queueMap[&pQueue].queue = *pQueue;
2253 pDevice->queues[*pQueue] = &my_data->queueMap[*pQueue];
2255 my_data->queueMap[&pQueue].pDevice = pDevice;
2256 my_data->queueMap[&pQueue].queueFamilyIndex = queueFamilyIndex;