Home
last modified time | relevance | path

Searched defs:pFences (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_fence.h277 …inline size_t vn_sizeof_vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_sizeof_vkResetFences()
296 …er *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_encode_vkResetFences()
314 … size_t vn_sizeof_vkResetFences_reply(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_sizeof_vkResetFences_reply()
328 …nces_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_decode_vkResetFences_reply()
393 … vn_sizeof_vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_sizeof_vkWaitForFences()
414 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_encode_vkWaitForFences()
434 …zeof_vkWaitForFences_reply(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_sizeof_vkWaitForFences_reply()
450 …struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_decode_vkWaitForFences_reply()
509 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, struct vn… in vn_submit_vkResetFences()
551 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_submit_vkWaitForFences()
[all …]
/third_party/mesa3d/src/intel/vulkan/
Danv_queue.c1585 const VkFence* pFences) in anv_ResetFences()
1699 const VkFence *pFences, in anv_wait_for_syncobj_fences()
1748 const VkFence *pFences, in anv_wait_for_bo_fences()
1868 const VkFence *pFences, in anv_wait_for_fences()
1915 static bool anv_all_fences_syncobj(uint32_t fenceCount, const VkFence *pFences) in anv_all_fences_syncobj()
1928 static bool anv_all_fences_bo(uint32_t fenceCount, const VkFence *pFences) in anv_all_fences_bo()
1945 const VkFence* pFences, in anv_WaitForFences()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_sync.c316 const VkFence *pFences, in panvk_WaitForFences()
340 panvk_ResetFences(VkDevice _device, uint32_t fenceCount, const VkFence *pFences) in panvk_ResetFences()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c580 const VkFence *pFences, in tu_WaitForFences()
605 tu_ResetFences(VkDevice _device, uint32_t count, const VkFence *pFences) in tu_ResetFences()
Dtu_drm.c1558 const VkFence *pFences, in tu_WaitForFences()
1577 tu_ResetFences(VkDevice _device, uint32_t fenceCount, const VkFence *pFences) in tu_ResetFences()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c1466 v3dv_ResetFences(VkDevice _device, uint32_t fenceCount, const VkFence *pFences) in v3dv_ResetFences()
1511 const VkFence *pFences, in v3dv_WaitForFences()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp228 VkResult Device::waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in waitForFences()
DlibVulkan.cpp1384 …TTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) in vkResetFences()
1404 …VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 … in vkWaitForFences()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c533 vn_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) in vn_ResetFences()
631 const VkFence *pFences, in vn_WaitForFences()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c2082 const VkFence* pFences) in lvp_ResetFences()
2190 const VkFence* pFences, in lvp_WaitForFences()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c5825 radv_WaitForFences(VkDevice _device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, in radv_WaitForFences()
5856 radv_ResetFences(VkDevice _device, uint32_t fenceCount, const VkFence *pFences) in radv_ResetFences()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkNullDriverImpl.inl630 …ATTR VkResult VKAPI_CALL resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences)
645 … VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 …
DvkDeviceDriverImpl.inl120 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp445 …const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 … in waitForFences()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp1519const VULKAN_HPP_NAMESPACE::Fence * pFences, in resetFences()
1561const VULKAN_HPP_NAMESPACE::Fence * pFences, in waitForFences()
Dvulkan.hpp1559 const VkFence * pFences, in vkWaitForFences()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_funcs.hpp1489const VULKAN_HPP_NAMESPACE::Fence * pFences, in resetFences()
1531const VULKAN_HPP_NAMESPACE::Fence * pFences, in waitForFences()
Dvulkan.hpp1698 const VkFence * pFences, in vkWaitForFences()