/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_semaphore.h | 301 …SemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in vn_sizeof_vkCreateSemaphore() argument 314 cmd_size += vn_sizeof_simple_pointer(pSemaphore); in vn_sizeof_vkCreateSemaphore() 315 if (pSemaphore) in vn_sizeof_vkCreateSemaphore() 316 cmd_size += vn_sizeof_VkSemaphore(pSemaphore); in vn_sizeof_vkCreateSemaphore() 321 …SemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in vn_encode_vkCreateSemaphore() argument 333 if (vn_encode_simple_pointer(enc, pSemaphore)) in vn_encode_vkCreateSemaphore() 334 vn_encode_VkSemaphore(enc, pSemaphore); in vn_encode_vkCreateSemaphore() 337 …SemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) in vn_sizeof_vkCreateSemaphore_reply() argument 347 cmd_size += vn_sizeof_simple_pointer(pSemaphore); in vn_sizeof_vkCreateSemaphore_reply() 348 if (pSemaphore) in vn_sizeof_vkCreateSemaphore_reply() [all …]
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_semaphore.c | 124 VkSemaphore *pSemaphore) in vk_common_CreateSemaphore() argument 187 *pSemaphore = vk_semaphore_to_handle(semaphore); in vk_common_CreateSemaphore()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_kgsl.c | 575 VkSemaphore *pSemaphore) in tu_CreateSemaphore() argument 577 return sync_create(device, false, false, pAllocator, (void**) pSemaphore); in tu_CreateSemaphore()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.c | 977 VkSemaphore *pSemaphore) in vn_CreateSemaphore() argument 1012 *pSemaphore = sem_handle; in vn_CreateSemaphore()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 1412 …SemaphoreCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) in vkCreateSemaphore() argument 1415 device, pCreateInfo, pAllocator, pSemaphore); in vkCreateSemaphore() 1446 return vk::BinarySemaphore::Create(pAllocator, pCreateInfo, pSemaphore, pAllocator); in vkCreateSemaphore() 1450 return vk::TimelineSemaphore::Create(pAllocator, pCreateInfo, pSemaphore, pAllocator); in vkCreateSemaphore()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1232 … const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore) { in vkCreateSemaphore() argument 1240 return disp->CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in vkCreateSemaphore()
|
/third_party/glfw/deps/vulkan/ |
D | vulkan.h | 2269 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 2582 VkSemaphore* pSemaphore);
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 127 …oreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const 129 return m_vk.createSemaphore(device, pCreateInfo, pAllocator, pSemaphore);
|
D | vkVirtualDeviceInterface.inl | 30 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const = 0;
|
D | vkConcreteDeviceInterface.inl | 30 …reCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) const;
|
D | vkNullDriverImpl.inl | 24 …SemaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) argument 27 …VK_NULL_RETURN((*pSemaphore = allocateNonDispHandle<Semaphore, VkSemaphore>(device, pCreateInfo, p…
|
D | vkFunctionPointerTypes.inl | 47 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
|
D | vkVulkan_c.inl | 4920 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 5233 VkSemaphore* pSemaphore);
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 2635 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 2914 VkSemaphore* pSemaphore);
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3458 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 3771 VkSemaphore* pSemaphore);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1708 VkSemaphore * pSemaphore ) const VULKAN_HPP_NOEXCEPT in vkCreateSemaphore() 1710 return ::vkCreateSemaphore( device, pCreateInfo, pAllocator, pSemaphore ); in vkCreateSemaphore()
|
D | vulkan_core.h | 3551 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 3864 VkSemaphore* pSemaphore);
|
D | vulkan_funcs.hpp | 1565 VULKAN_HPP_NAMESPACE::Semaphore * pSemaphore, in createSemaphore() argument 1572 … reinterpret_cast<VkSemaphore *>( pSemaphore ) ) ); in createSemaphore()
|
D | vulkan_handles.hpp | 7712 VULKAN_HPP_NAMESPACE::Semaphore * pSemaphore,
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1564 VkSemaphore * pSemaphore ) const VULKAN_HPP_NOEXCEPT in vkCreateSemaphore() 1566 return ::vkCreateSemaphore( device, pCreateInfo, pAllocator, pSemaphore ); in vkCreateSemaphore()
|
D | vulkan_core.h | 3893 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 4206 VkSemaphore* pSemaphore);
|
D | vulkan_funcs.hpp | 1519 … VULKAN_HPP_NAMESPACE::Semaphore * pSemaphore, in createSemaphore() argument 1526 … reinterpret_cast<VkSemaphore *>( pSemaphore ) ) ); in createSemaphore()
|
D | vulkan_handles.hpp | 8401 … VULKAN_HPP_NAMESPACE::Semaphore * pSemaphore,
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 3600 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 3913 VkSemaphore* pSemaphore);
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 3815 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 4128 VkSemaphore* pSemaphore);
|