| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 147 PushMessage (WMMsgQueuePtr pQueue, WMMsgNodePtr pNode); 150 PopMessage (WMMsgQueuePtr pQueue, WMInfoPtr pWMInfo); 153 InitQueue (WMMsgQueuePtr pQueue); 217 PushMessage (WMMsgQueuePtr pQueue, WMMsgNodePtr pNode) argument 221 pthread_mutex_lock (&pQueue->pmMutex); 225 if (pQueue->pTail != NULL) 227 pQueue->pTail->pNext = pNode; 229 pQueue->pTail = pNode; 231 if (pQueue->pHead == NULL) 233 pQueue 293 QueueSize(WMMsgQueuePtr pQueue) argument 312 PopMessage(WMMsgQueuePtr pQueue,WMInfoPtr pWMInfo) argument 377 InitQueue(WMMsgQueuePtr pQueue) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 145 PushMessage(WMMsgQueuePtr pQueue, WMMsgNodePtr pNode); 147 static WMMsgNodePtr PopMessage(WMMsgQueuePtr pQueue, WMInfoPtr pWMInfo); 150 InitQueue(WMMsgQueuePtr pQueue); 250 PushMessage(WMMsgQueuePtr pQueue, WMMsgNodePtr pNode) argument 254 pthread_mutex_lock(&pQueue->pmMutex); 258 if (pQueue->pTail != NULL) { 259 pQueue->pTail->pNext = pNode; 261 pQueue->pTail = pNode; 263 if (pQueue->pHead == NULL) { 264 pQueue 279 PopMessage(WMMsgQueuePtr pQueue,WMInfoPtr pWMInfo) argument 331 InitQueue(WMMsgQueuePtr pQueue) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_device.c | 147 VkQueue *pQueue) 166 device->dispatch_table.GetDeviceQueue2(_device, &info, pQueue); 172 VkQueue *pQueue) 190 * at device creation time then pQueue will return VK_NULL_HANDLE." 193 *pQueue = vk_queue_to_handle(queue); 195 *pQueue = VK_NULL_HANDLE; 144 vk_common_GetDeviceQueue(VkDevice _device,uint32_t queueFamilyIndex,uint32_t queueIndex,VkQueue * pQueue) argument 170 vk_common_GetDeviceQueue2(VkDevice _device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_queue.c | 30 VkQueue *pQueue) 38 *pQueue = vn_queue_to_handle(queue); 48 VkQueue *pQueue) 57 *pQueue = vn_queue_to_handle(queue); 27 vn_GetDeviceQueue(VkDevice device,uint32_t queueFamilyIndex,uint32_t queueIndex,VkQueue * pQueue) argument 46 vn_GetDeviceQueue2(VkDevice device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_device.h | 11513 static inline size_t vn_sizeof_vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) argument 11522 cmd_size += vn_sizeof_simple_pointer(pQueue); 11523 if (pQueue) 11524 cmd_size += vn_sizeof_VkQueue(pQueue); 11529 static inline void vn_encode_vkGetDeviceQueue(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) argument 11539 if (vn_encode_simple_pointer(enc, pQueue)) 11540 vn_encode_VkQueue(enc, pQueue); 11543 static inline size_t vn_sizeof_vkGetDeviceQueue_reply(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) argument 11551 cmd_size += vn_sizeof_simple_pointer(pQueue); 11552 if (pQueue) 11558 vn_decode_vkGetDeviceQueue_reply(struct vn_cs_decoder * dec,VkDevice device,uint32_t queueFamilyIndex,uint32_t queueIndex,VkQueue * pQueue) argument 12505 vn_sizeof_vkGetDeviceQueue2(VkDevice device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument 12522 vn_encode_vkGetDeviceQueue2(struct vn_cs_encoder * enc,VkCommandFlagsEXT cmd_flags,VkDevice device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument 12536 vn_sizeof_vkGetDeviceQueue2_reply(VkDevice device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument 12550 vn_decode_vkGetDeviceQueue2_reply(struct vn_cs_decoder * dec,VkDevice device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument 12796 vn_submit_vkGetDeviceQueue(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,uint32_t queueFamilyIndex,uint32_t queueIndex,VkQueue * pQueue,struct vn_instance_submit_command * submit) argument 13111 vn_submit_vkGetDeviceQueue2(struct vn_instance * vn_instance,VkCommandFlagsEXT cmd_flags,VkDevice device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue,struct vn_instance_submit_command * submit) argument 13356 vn_call_vkGetDeviceQueue(struct vn_instance * vn_instance,VkDevice device,uint32_t queueFamilyIndex,uint32_t queueIndex,VkQueue * pQueue) argument 13369 vn_async_vkGetDeviceQueue(struct vn_instance * vn_instance,VkDevice device,uint32_t queueFamilyIndex,uint32_t queueIndex,VkQueue * pQueue) argument 13650 vn_call_vkGetDeviceQueue2(struct vn_instance * vn_instance,VkDevice device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument 13663 vn_async_vkGetDeviceQueue2(struct vn_instance * vn_instance,VkDevice device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 1170 VkQueue *pQueue) 1184 * pQueue will return VK_NULL_HANDLE." 1186 *pQueue = VK_NULL_HANDLE; 1190 *pQueue = tu_queue_to_handle(queue); 1197 VkQueue *pQueue) 1204 tu_GetDeviceQueue2(_device, &info, pQueue); 1168 tu_GetDeviceQueue2(VkDevice _device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument 1194 tu_GetDeviceQueue(VkDevice _device,uint32_t queueFamilyIndex,uint32_t queueIndex,VkQueue * pQueue) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 2504 VkQueue* pQueue) 2510 *pQueue = anv_queue_to_handle(&device->queue); 2516 VkQueue* pQueue) 2523 *pQueue = anv_queue_to_handle(&device->queue); 2525 *pQueue = NULL; 2500 anv_GetDeviceQueue(VkDevice _device,uint32_t queueNodeIndex,uint32_t queueIndex,VkQueue * pQueue) argument 2513 anv_GetDeviceQueue2(VkDevice _device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_device.c | 2048 VkQueue* pQueue) 2061 * pQueue will return VK_NULL_HANDLE." 2063 *pQueue = VK_NULL_HANDLE; 2067 *pQueue = radv_queue_to_handle(queue); 2074 VkQueue* pQueue) 2082 radv_GetDeviceQueue2(_device, &info, pQueue); 2045 radv_GetDeviceQueue2(VkDevice _device,const VkDeviceQueueInfo2 * pQueueInfo,VkQueue * pQueue) argument 2070 radv_GetDeviceQueue(VkDevice _device,uint32_t queueFamilyIndex,uint32_t queueIndex,VkQueue * pQueue) argument
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2924 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 3133 VkQueue* pQueue); 4563 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); 4670 VkQueue* pQueue);
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 3496 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 3705 VkQueue* pQueue); 5123 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue2)(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue); 5230 VkQueue* pQueue);
|