Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_fence.h283 …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/
Dvk_fence.c204 const VkFence *pFences) in vk_common_ResetFences()
251 const VkFence *pFences, in vk_common_WaitForFences()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c638 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/
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.c691 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/
DvkNullDriverImpl.inl351 …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 …
DvkDeviceDriverImpl.inl107 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… argument
DvkDeviceDriverSCImpl.inl188 …ceDriverSC::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … argument
/third_party/vulkan-loader/loader/
Dtrampoline.c1346 …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/
DvkNullDriverImpl.inl674 …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 …
DvkDeviceDriverImpl.inl122 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… argument
DvkStructTypes.inl8130 const VkFence* pFences; member
DvkVulkan_c.inl14597 const VkFence* pFences; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkNullDriverImpl.inl686 …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 …
DvkDeviceDriverImpl.inl122 VkResult DeviceDriver::waitForFences (VkDevice device, uint32_t fenceCount, const VkFence* pFences,… argument
DvkStructTypes.inl8486 const VkFence* pFences; member
DvkVulkan_c.inl15403 const VkFence* pFences; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp456 …const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 … in waitForFences()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp466 …const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 … in waitForFences()
/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()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp1455const VULKAN_HPP_NAMESPACE::Fence * pFences, in resetFences()
1500const VULKAN_HPP_NAMESPACE::Fence * pFences, in waitForFences()
Dvulkan.hpp1258 …VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 … in vkWaitForFences() argument
Dvulkan_core.h15070 const VkFence* pFences; member

12