/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_fence.h | 284 …inline size_t vn_sizeof_vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_sizeof_vkResetFences() 303 …er *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_encode_vkResetFences() 321 … size_t vn_sizeof_vkResetFences_reply(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_sizeof_vkResetFences_reply() 335 …nces_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vn_decode_vkResetFences_reply() 400 … vn_sizeof_vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_sizeof_vkWaitForFences() 421 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_encode_vkWaitForFences() 441 …zeof_vkWaitForFences_reply(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_sizeof_vkWaitForFences_reply() 457 …struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_decode_vkWaitForFences_reply() 560 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, struct vn… in vn_submit_vkResetFences() 602 …CommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vn_submit_vkWaitForFences() [all …]
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_fence.c | 205 const VkFence *pFences) in vk_common_ResetFences() 252 const VkFence *pFences, in vk_common_WaitForFences()
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
H A D | gfxstream_vk_private.cpp | 25 std::vector<VkFence> transformVkFenceList(const VkFence* pFences, uint32_t fenceCount) { in transformVkFenceList()
|
H A D | func_table.cpp | 440 VkResult gfxstream_vk_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { in gfxstream_vk_ResetFences() 470 VkResult gfxstream_vk_WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, in gfxstream_vk_WaitForFences()
|
H A D | ResourceTracker.cpp | 4697 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences() 4907 uint32_t fenceCount, const VkFence* pFences, in on_vkWaitForFences()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 209 VkResult Device::waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in waitForFences()
|
H A D | libVulkan.cpp | 1681 …TTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) in vkResetFences() 1701 …VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 … in vkWaitForFences()
|
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/ |
H A D | vn_queue.c | 1592 vn_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) in vn_ResetFences() 1712 const VkFence *pFences, in vn_WaitForFences()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A 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 …
|
H A D | vkDeviceDriverImpl.inl | 107 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… argument
|
H A D | vkDeviceDriverSCImpl.inl | 188 …ceDriverSC::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … argument
|
/aosp_15_r20/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.cpp | 1137 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { in ResetFences() 1145 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… in WaitForFences() 2190 VKAPI_ATTR VkResult vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { in vkResetFences() 2200 VKAPI_ATTR VkResult vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, V… in vkWaitForFences()
|
/aosp_15_r20/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 1252 VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { in ResetFences() 1261 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | thread_safety.cpp | 590 const VkFence* pFences) { in PreCallRecordResetFences() 603 const VkFence* pFences, in PostCallRecordResetFences() 632 const VkFence* pFences, in PreCallRecordWaitForFences() 646 const VkFence* pFences, in PostCallRecordWaitForFences()
|
H A D | chassis.h | 2635 …PreCallValidateResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { return… in PreCallValidateResetFences() 2636 …ual void PreCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) {}; in PreCallRecordResetFences() 2637 … PostCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkResult … in PostCallRecordResetFences() 2641 …eCallValidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in PreCallValidateWaitForFences() 2642 …PreCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in PreCallRecordWaitForFences() 2643 …ostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in PostCallRecordWaitForFences()
|
H A D | parameter_validation.cpp | 2327 const VkFence* pFences) { in PreCallValidateResetFences() 2344 const VkFence* pFences, in PreCallValidateWaitForFences()
|
H A D | object_tracker.cpp | 556 const VkFence* pFences) { in PreCallValidateResetFences() 581 const VkFence* pFences, in PreCallValidateWaitForFences()
|
H A D | layer_chassis_dispatch.cpp | 1530 const VkFence* pFences) in DispatchResetFences() 1566 const VkFence* pFences, in DispatchWaitForFences()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | core_validation.cpp | 4039 …eCallValidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 … in PreCallValidateWaitForFences() 4049 …ostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 … in PostCallRecordWaitForFences() 4879 …eChecks::PreCallValidateResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) { in PreCallValidateResetFences() 4892 …:PostCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkResult … in PostCallRecordResetFences()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkNullDriverImpl.inl | 704 …ATTR VkResult VKAPI_CALL resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences) 719 … VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 …
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_defines.h | 721 const VkFence* pFences; member 736 const VkFence* pFences; member
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 1070 …NLINE Result Device::resetFences( uint32_t fenceCount, const VULKAN_HPP_NAMESPACE::Fence * pFences… in resetFences() argument 1116 …INE Result Device::waitForFences( uint32_t fenceCount, const VULKAN_HPP_NAMESPACE::Fence * pFences… in waitForFences() argument
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 2724 const VkFence* pFences; in decode() local 2817 const VkFence* pFences; in decode() local
|
D | VkDecoderSnapshot.cpp | 347 uint32_t fenceCount, const VkFence* pFences) {} in vkResetFences() 353 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences() 4441 const VkFence* pFences) { in vkResetFences() 4458 const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences()
|
D | VkDecoderGlobalState.cpp | 3120 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences() 9412 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences()
|