Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_device.c1636 const VkFence* pFences) in anv_ResetFences()
1684 const VkFence* pFences, in anv_WaitForFences()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c1364 const VkFence* pFences, in radv_WaitForFences()
1397 const VkFence *pFences) in radv_ResetFences()
/external/vulkan-validation-layers/loader/
Dtrampoline.c1166 vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) {
1184 vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences,
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriverImpl.inl456 …ATTR VkResult VKAPI_CALL resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences)
471 … VKAPI_CALL waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 …
DvkDeviceDriverImpl.inl115 VkResult DeviceDriver::waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences,… argument
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp346 …TTR VkResult VKAPI_CALL vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in vkResetFences()
359 …VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … in vkWaitForFences()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp835 …TTR VkResult VKAPI_CALL ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) { in ResetFences()
868 …t VKAPI_CALL WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 … in WaitForFences()
Dparameter_validation.cpp2128 …TTR VkResult VKAPI_CALL ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) { in ResetFences()
2162 …t VKAPI_CALL WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 … in WaitForFences()
Dcore_validation.cpp5302 WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in WaitForFences()
6281 …TTR VkResult VKAPI_CALL ResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences) { in ResetFences()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp417 …const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 … in waitForFences()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16292 …Result waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout … in waitForFences() argument