Home
last modified time | relevance | path

Searched defs:pQueue (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp396 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()
Dcore_validation.cpp2705 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/
DlibVulkan.cpp452 … 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/
Danv_device.c1605 VkQueue* pQueue) in anv_GetDeviceQueue()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1040 …L getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex, VkQueue* pQueue) in getDeviceQueue()
DvkNullDriverImpl.inl1149 …VKAPI_CALL getDeviceQueue2 (VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue)
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1293 VkQueue* pQueue) in radv_GetDeviceQueue()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2974 …mp_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) in anv_tramp_GetDeviceQueue()
/external/swiftshader/include/vulkan/
Dvulkan.hpp41551 …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/
Dvulkan.hpp50722 …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()