Lines Matching refs:pQueue
1102 VkQueue *pQueue) {
1110 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue);
1111 if (pQueue != NULL && *pQueue != NULL) {
1112 loader_set_dispatch(*pQueue, disp);
2940 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) {
2947 disp->GetDeviceQueue2(device, pQueueInfo, pQueue);
2948 if (pQueue != NULL && *pQueue != NULL) {
2949 loader_set_dispatch(*pQueue, disp);