| /external/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_fence.h | 284 static inline size_t vn_sizeof_vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* p… in vn_sizeof_vkResetFences() 303 … vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFe… in vn_encode_vkResetFences() 321 static inline size_t vn_sizeof_vkResetFences_reply(VkDevice device, uint32_t fenceCount, const VkFe… in vn_sizeof_vkResetFences_reply() 335 …de_vkResetFences_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFe… in vn_decode_vkResetFences_reply() 400 static inline size_t vn_sizeof_vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence*… in vn_sizeof_vkWaitForFences() 421 … vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFe… in vn_encode_vkWaitForFences() 441 static inline size_t vn_sizeof_vkWaitForFences_reply(VkDevice device, uint32_t fenceCount, const Vk… in vn_sizeof_vkWaitForFences_reply() 457 …_vkWaitForFences_reply(struct vn_cs_decoder *dec, VkDevice device, uint32_t fenceCount, const VkFe… in vn_decode_vkWaitForFences_reply() 560 …ct vn_ring *vn_ring, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFe… in vn_submit_vkResetFences() 602 …ct vn_ring *vn_ring, VkCommandFlagsEXT cmd_flags, VkDevice device, uint32_t fenceCount, const VkFe… in vn_submit_vkWaitForFences() [all …]
|
| /external/mesa3d/src/vulkan/runtime/ |
| D | vk_fence.c | 204 uint32_t fenceCount, in vk_common_ResetFences() 251 uint32_t fenceCount, in vk_common_WaitForFences()
|
| /external/mesa3d/src/freedreno/vulkan/ |
| D | tu_drm.c | 833 uint32_t fenceCount, in tu_WaitForFences() 853 tu_ResetFences(VkDevice _device, uint32_t fenceCount, const VkFence *pFences) in tu_ResetFences()
|
| /external/swiftshader/src/Vulkan/ |
| D | VkDevice.cpp | 209 VkResult Device::waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in waitForFences()
|
| D | libVulkan.cpp | 1672 VKAPI_ATTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *p… in vkResetFences() 1692 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence … in vkWaitForFences()
|
| /external/mesa3d/src/virtio/vulkan/ |
| D | vn_queue.c | 1502 vn_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) in vn_ResetFences() 1625 uint32_t fenceCount, in vn_WaitForFences()
|
| /external/deqp/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiDisplayControlTests.cpp | 664 const size_t fenceCount = swapchainImagesCount * 2; in initSwapchainResources() local
|
| D | vktWsiSharedPresentableImageTests.cpp | 660 const size_t fenceCount = 6; in initSwapchainResources() local
|
| D | vktWsiDisplayTimingTests.cpp | 635 const size_t fenceCount = 6; in initSwapchainResources() local
|
| D | vktWsiIncrementalPresentTests.cpp | 718 const size_t fenceCount = 6; in initSwapchainResources() local
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkDeviceDriverImpl.inl | 97 VkResult DeviceDriver::resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences) c… 107 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,…
|
| D | vkDeviceDriverSCImpl.inl | 174 VkResult DeviceDriverSC::resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences)… 188 VkResult DeviceDriverSC::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFence…
|
| D | vkNullDriverImpl.inl | 351 VKAPI_ATTR VkResult VKAPI_CALL resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pF… 366 VKAPI_ATTR VkResult VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* …
|
| /external/vulkan-validation-layers/layers/generated/ |
| D | thread_safety.cpp | 589 uint32_t fenceCount, in PreCallRecordResetFences() 602 uint32_t fenceCount, in PostCallRecordResetFences() 631 uint32_t fenceCount, in PreCallRecordWaitForFences() 645 uint32_t fenceCount, in PostCallRecordWaitForFences()
|
| D | chassis.h | 2635 …virtual bool PreCallValidateResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFenc… in PreCallValidateResetFences() 2636 …virtual void PreCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences… in PreCallRecordResetFences() 2637 …virtual void PostCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFence… in PostCallRecordResetFences() 2641 …virtual bool PreCallValidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFe… in PreCallValidateWaitForFences() 2642 …virtual void PreCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFenc… in PreCallRecordWaitForFences() 2643 …virtual void PostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFen… in PostCallRecordWaitForFences()
|
| D | parameter_validation.cpp | 2326 uint32_t fenceCount, in PreCallValidateResetFences() 2343 uint32_t fenceCount, in PreCallValidateWaitForFences()
|
| D | layer_chassis_dispatch.cpp | 1529 uint32_t fenceCount, in DispatchResetFences() 1565 uint32_t fenceCount, in DispatchWaitForFences()
|
| D | object_tracker.cpp | 555 uint32_t fenceCount, in PreCallValidateResetFences() 580 uint32_t fenceCount, in PreCallValidateWaitForFences()
|
| /external/vulkan-validation-layers/layers/ |
| D | core_validation.cpp | 4039 bool CoreChecks::PreCallValidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *… in PreCallValidateWaitForFences() 4049 void CoreChecks::PostCallRecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *p… in PostCallRecordWaitForFences() 4879 bool CoreChecks::PreCallValidateResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pF… in PreCallValidateResetFences() 4892 void CoreChecks::PostCallRecordResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFe… in PostCallRecordResetFences()
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/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 | 704 VKAPI_ATTR VkResult VKAPI_CALL resetFences (VkDevice device, uint32_t fenceCount, const VkFence* pF… 719 VKAPI_ATTR VkResult VKAPI_CALL waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* …
|
| /external/mesa3d/src/gfxstream/guest/vulkan_enc/ |
| D | ResourceTracker.cpp | 4494 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences() 4669 uint32_t fenceCount, const VkFence* pFences, in on_vkWaitForFences()
|
| /external/virglrenderer/src/venus/venus-protocol/ |
| D | vn_protocol_renderer_defines.h | 720 uint32_t fenceCount; member 735 uint32_t fenceCount; member
|
| /external/mesa3d/src/gfxstream/host/vulkan/ |
| D | VkDecoderGlobalState.cpp | 2047 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences() 7223 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences()
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassTests.cpp | 429 void waitForFences(const DeviceInterface &vk, VkDevice device, uint32_t fenceCount, const VkFence *… in waitForFences()
|