/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2713 auto pSemaphore = GetSemaphoreNode(wait.semaphore); in RetireWorkOnQueue() local 2714 if (pSemaphore) { in RetireWorkOnQueue() 2715 pSemaphore->in_use.fetch_sub(1); in RetireWorkOnQueue() 2722 auto pSemaphore = GetSemaphoreNode(semaphore); in RetireWorkOnQueue() local 2723 if (pSemaphore) { in RetireWorkOnQueue() 2724 pSemaphore->in_use.fetch_sub(1); in RetireWorkOnQueue() 2729 auto pSemaphore = GetSemaphoreNode(semaphore); in RetireWorkOnQueue() local 2730 if (pSemaphore) { in RetireWorkOnQueue() 2731 pSemaphore->in_use.fetch_sub(1); in RetireWorkOnQueue() 3030 auto pSemaphore = GetSemaphoreNode(semaphore); in PostCallRecordQueueSubmit() local [all …]
|
D | core_validation.h | 1381 … const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore, VkResult result);
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 845 VkSemaphore* pSemaphore) in anv_CreateSemaphore() argument 904 *pSemaphore = anv_semaphore_to_handle(semaphore); in anv_CreateSemaphore()
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 699 …SemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in vkCreateSemaphore() argument 702 device, pCreateInfo, pAllocator, pSemaphore); in vkCreateSemaphore() 709 return vk::Semaphore::Create(pAllocator, pCreateInfo, pSemaphore); in vkCreateSemaphore()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 486 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 487 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 488 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 489 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 490 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 491 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
|
D | anv_entrypoints.c | 471 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) __attribute__ (… 892 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) __attribute__ (… 1313 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) __attribute__ (… 1734 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) __attribute__ (… 2155 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) __attribute__ (… 2576 …fo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) __attribute__ (… 3088 …SemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in anv_tramp_CreateSemaphore() argument 3091 return anv_device->dispatch.vkCreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in anv_tramp_CreateSemaphore()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 125 …oreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const 127 return m_vk.createSemaphore(device, pCreateInfo, pAllocator, pSemaphore);
|
D | vkConcreteDeviceInterface.inl | 28 …reCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const;
|
D | vkVirtualDeviceInterface.inl | 28 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const = 0;
|
D | vkNullDriverImpl.inl | 22 …SemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) argument 25 …VK_NULL_RETURN((*pSemaphore = allocateNonDispHandle<Semaphore, VkSemaphore>(device, pCreateInfo, p…
|
D | vkFunctionPointerTypes.inl | 44 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
|
D | vkVulkan_c.inl | 2667 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 2980 VkSemaphore* pSemaphore);
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 2885 VkSemaphore* pSemaphore) in radv_CreateSemaphore() argument 2918 *pSemaphore = radv_semaphore_to_handle(sem); in radv_CreateSemaphore()
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2594 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 2907 VkSemaphore* pSemaphore);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2774 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 3087 VkSemaphore* pSemaphore);
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2774 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 3087 VkSemaphore* pSemaphore);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2939 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 3252 VkSemaphore* pSemaphore);
|
D | vulkan.hpp | 1275 …reCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore ) const in vkCreateSemaphore() 1277 return ::vkCreateSemaphore( device, pCreateInfo, pAllocator, pSemaphore ); in vkCreateSemaphore() 13900 …teInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Semaphore* pSemaphore, Dispatch const … 49411 …teInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Semaphore* pSemaphore, Dispatch const … in createSemaphore() argument 49413 …cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkSemaphore*>( pSemaphore ) ) ); in createSemaphore()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2892 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 3205 VkSemaphore* pSemaphore);
|
D | vulkan.hpp | 1667 …eCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore ) const in vkCreateSemaphore() 1669 return ::vkCreateSemaphore( device, pCreateInfo, pAllocator, pSemaphore); in vkCreateSemaphore() 40180 …teInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Semaphore* pSemaphore, Dispatch const … 41888 …teInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Semaphore* pSemaphore, Dispatch const … in createSemaphore() argument 41890 …cast<const VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkSemaphore*>( pSemaphore ) ) ); in createSemaphore()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2664 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 2977 VkSemaphore* pSemaphore);
|