| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_fence.h | 283 static inline size_t vn_sizeof_vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* p… in vn_sizeof_vkResetFences() 302 … vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFe… in vn_encode_vkResetFences() 320 static inline size_t vn_sizeof_vkResetFences_reply(VkDevice device, uint32_t fenceCount, const VkFe… in vn_sizeof_vkResetFences_reply() 334 …de_vkResetFences_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFe… in vn_decode_vkResetFences_reply() 399 static inline size_t vn_sizeof_vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence*… in vn_sizeof_vkWaitForFences() 420 … vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFe… in vn_encode_vkWaitForFences() 440 static inline size_t vn_sizeof_vkWaitForFences_reply(VkDevice device, uint32_t fenceCount, const Vk… in vn_sizeof_vkWaitForFences_reply() 456 …_vkWaitForFences_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFe… in vn_decode_vkWaitForFences_reply() 515 …stance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFe… in vn_submit_vkResetFences() 557 …stance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFe… in vn_submit_vkWaitForFences() [all …]
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_fence.c | 203 uint32_t fenceCount, in vk_common_ResetFences() 250 uint32_t fenceCount, in vk_common_WaitForFences()
|
| /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 VKAPI_ATTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *p… in vkResetFences() 1404 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence … 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() 808 uint32_t fenceCount, in vn_WaitForFences()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiDisplayControlTests.cpp | 761 const size_t fenceCount = swapchainImagesCount * 2; in initSwapchainResources() local
|
| D | vktWsiSharedPresentableImageTests.cpp | 776 const size_t fenceCount = 6; in initSwapchainResources() local
|
| D | vktWsiDisplayTimingTests.cpp | 740 const size_t fenceCount = 6; in initSwapchainResources() local
|
| D | vktWsiIncrementalPresentTests.cpp | 851 const size_t fenceCount = 6; in initSwapchainResources() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
| D | vktWsiSharedPresentableImageTests.cpp | 776 const size_t fenceCount = 6; in initSwapchainResources() local
|
| D | vktWsiDisplayControlTests.cpp | 761 const size_t fenceCount = swapchainImagesCount * 2; in initSwapchainResources() local
|
| D | vktWsiDisplayTimingTests.cpp | 740 const size_t fenceCount = 6; in initSwapchainResources() local
|
| D | vktWsiIncrementalPresentTests.cpp | 851 const size_t fenceCount = 6; in initSwapchainResources() local
|
| /third_party/vulkan-loader/loader/ |
| D | trampoline.c | 1197 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, co… in vkResetFences() 1219 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, … in vkWaitForFences()
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkDeviceDriverImpl.inl | 112 VkResult DeviceDriver::resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences) c… 122 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,…
|
| D | vkNullDriverImpl.inl | 674 VKAPI_ATTR VkResult VKAPI_CALL resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pF… 689 VKAPI_ATTR VkResult VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* …
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassTests.cpp | 456 void waitForFences (const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence*… in waitForFences()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassTests.cpp | 456 void waitForFences (const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence*… in waitForFences()
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_funcs.hpp | 1488 …ISCARD VULKAN_HPP_INLINE Result Device::resetFences( uint32_t fenceCoun… in resetFences() 1530 …CARD VULKAN_HPP_INLINE Result Device::waitForFences( uint32_t fenceCoun… in waitForFences()
|
| D | vulkan.hpp | 1686 …VkResult vkResetFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences ) const VULK… in vkResetFences() 1697 uint32_t fenceCount, in vkWaitForFences()
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan.hpp | 1539 …VkResult vkResetFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences ) const VULK… in vkResetFences() 1549 …VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 … in vkWaitForFences()
|
| D | vulkan_funcs.hpp | 1440 …ISCARD VULKAN_HPP_INLINE Result Device::resetFences( uint32_t fenceCoun… in resetFences() 1485 …CARD VULKAN_HPP_INLINE Result Device::waitForFences( uint32_t fenceCoun… in waitForFences()
|