| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_fence.h | 283 …inline size_t vn_sizeof_vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_sizeof_vkResetFences() 302 …er *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_encode_vkResetFences() 320 … size_t vn_sizeof_vkResetFences_reply(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_sizeof_vkResetFences_reply() 334 …nces_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_decode_vkResetFences_reply() 399 … vn_sizeof_vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_sizeof_vkWaitForFences() 420 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_encode_vkWaitForFences() 440 …zeof_vkWaitForFences_reply(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_sizeof_vkWaitForFences_reply() 456 …struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_decode_vkWaitForFences_reply() 515 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, struct vn… in vn_submit_vkResetFences() 557 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_submit_vkWaitForFences() [all …]
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_fence.c | 204 const VkFence *pFences) in vk_common_ResetFences() 251 const VkFence *pFences, in vk_common_WaitForFences()
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_kgsl.c | 638 const VkFence *pFences, in tu_WaitForFences() 663 tu_ResetFences(VkDevice _device, uint32_t count, const VkFence *pFences) in tu_ResetFences()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkDevice.cpp | 228 VkResult Device::waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in waitForFences()
|
| D | libVulkan.cpp | 1384 …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/ |
| D | vn_queue.c | 691 vn_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) in vn_ResetFences() 809 const VkFence *pFences, in vn_WaitForFences()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkNullDriverImpl.inl | 351 …ATTR VkResult VKAPI_CALL resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences) 366 … VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 …
|
| D | vkDeviceDriverImpl.inl | 107 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… argument
|
| D | vkDeviceDriverSCImpl.inl | 188 …ceDriverSC::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … argument
|
| /third_party/vulkan-loader/loader/ |
| D | trampoline.c | 1346 …R VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) { in vkResetFences() 1368 …R VkResult VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, in vkWaitForFences()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkNullDriverImpl.inl | 674 …ATTR VkResult VKAPI_CALL resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences) 689 … VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 …
|
| D | vkDeviceDriverImpl.inl | 122 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… argument
|
| D | vkStructTypes.inl | 8130 const VkFence* pFences; member
|
| D | vkVulkan_c.inl | 14597 const VkFence* pFences; member
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkNullDriverImpl.inl | 686 …ATTR VkResult VKAPI_CALL resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences) 701 … VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 …
|
| D | vkDeviceDriverImpl.inl | 122 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… argument
|
| D | vkStructTypes.inl | 8486 const VkFence* pFences; member
|
| D | vkVulkan_c.inl | 15403 const VkFence* pFences; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassTests.cpp | 456 …const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 … in waitForFences()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassTests.cpp | 466 …const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 … in waitForFences()
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_funcs.hpp | 1489 … const VULKAN_HPP_NAMESPACE::Fence * pFences, in resetFences() 1531 … const VULKAN_HPP_NAMESPACE::Fence * pFences, in waitForFences()
|
| D | vulkan.hpp | 1698 const VkFence * pFences, in vkWaitForFences()
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_funcs.hpp | 1455 … const VULKAN_HPP_NAMESPACE::Fence * pFences, in resetFences() 1500 … const VULKAN_HPP_NAMESPACE::Fence * pFences, in waitForFences()
|
| D | vulkan.hpp | 1258 …VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 … in vkWaitForFences() argument
|
| D | vulkan_core.h | 15070 const VkFence* pFences; member
|