Searched defs:pQueue (Results 1 – 10 of 10) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 396 VkQueue *pQueue) { in PreCallValidateGetDeviceQueue() 404 VkQueue *pQueue) { in PostCallRecordGetDeviceQueue() 409 …llValidateGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) { in PreCallValidateGetDeviceQueue2() 414 …CallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) { in PostCallRecordGetDeviceQueue2()
|
D | core_validation.cpp | 2705 void CoreChecks::RetireWorkOnQueue(layer_data *dev_data, QUEUE_STATE *pQueue, uint64_t seq) { in RetireWorkOnQueue() 2783 static void SubmitFence(QUEUE_STATE *pQueue, FENCE_NODE *pFence, uint64_t submitCount) { in SubmitFence() 2992 auto pQueue = GetQueueState(queue); in PostCallRecordQueueSubmit() local 3962 …viceQueue(layer_data *device_data, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue, in ValidateGetDeviceQueue() 3979 …eGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in PreCallValidateGetDeviceQueue() 3985 …dGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) { in PostCallRecordGetDeviceQueue() 3990 …CallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue) { in PostCallRecordGetDeviceQueue2() 11236 auto pQueue = GetQueueState(queue); in PostCallRecordQueueBindSparse() local
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 452 … vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in vkGetDeviceQueue() 1932 …KAPI_CALL vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) in vkGetDeviceQueue2()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1605 VkQueue* pQueue) in anv_GetDeviceQueue()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 1040 …L getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) in getDeviceQueue()
|
D | vkNullDriverImpl.inl | 1149 …VKAPI_CALL getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue)
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1293 VkQueue* pQueue) in radv_GetDeviceQueue()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 2974 …mp_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in anv_tramp_GetDeviceQueue()
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 41551 …oid Device::getQueue( uint32_t queueFamilyIndex, uint32_t queueIndex, Queue* pQueue, Dispatch cons… in getQueue() 44515 …VULKAN_HPP_INLINE void Device::getQueue2( const DeviceQueueInfo2* pQueueInfo, Queue* pQueue, Dispa… in getQueue2()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 50722 …oid Device::getQueue( uint32_t queueFamilyIndex, uint32_t queueIndex, Queue* pQueue, Dispatch cons… in getQueue() 50737 …VULKAN_HPP_INLINE void Device::getQueue2( const DeviceQueueInfo2* pQueueInfo, Queue* pQueue, Dispa… in getQueue2()
|