Searched defs:resetFences (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceFunctionPointers.inl | 25 ResetFencesFunc resetFences; variable
|
D | vkDeviceDriverImpl.inl | 110 VkResult DeviceDriver::resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences) c… function in DeviceDriver
|
D | vkNullDriverImpl.inl | 504 VKAPI_ATTR VkResult VKAPI_CALL resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pF… function
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 41845 …VULKAN_HPP_INLINE Result Device::resetFences( uint32_t fenceCount, const Fence* pFences, Dispatch … in resetFences() function in VULKAN_HPP_NAMESPACE::Device 41851 …VULKAN_HPP_INLINE ResultValueType<void>::type Device::resetFences( ArrayProxy<const Fence> fences,… in resetFences() function in VULKAN_HPP_NAMESPACE::Device
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 51709 …VULKAN_HPP_INLINE Result Device::resetFences( uint32_t fenceCount, const Fence* pFences, Dispatch … in resetFences() function in VULKAN_HPP_NAMESPACE::Device 51715 …VULKAN_HPP_INLINE ResultValueType<void>::type Device::resetFences( ArrayProxy<const Fence> fences,… in resetFences() function in VULKAN_HPP_NAMESPACE::Device
|