Searched defs:pFences (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1636 const VkFence* pFences) in anv_ResetFences() 1684 const VkFence* pFences, in anv_WaitForFences()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1364 const VkFence* pFences, in radv_WaitForFences() 1397 const VkFence *pFences) in radv_ResetFences()
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1166 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/ |
D | vkNullDriverImpl.inl | 456 …ATTR VkResult VKAPI_CALL resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences) 471 … VKAPI_CALL waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 …
|
D | vkDeviceDriverImpl.inl | 115 VkResult DeviceDriver::waitForFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences,… argument
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 346 …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/ |
D | object_tracker.cpp | 835 …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()
|
D | parameter_validation.cpp | 2128 …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()
|
D | core_validation.cpp | 5302 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/ |
D | vktRenderPassTests.cpp | 417 …const DeviceInterface& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 … in waitForFences()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 16292 …Result waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout … in waitForFences() argument
|