Home
last modified time | relevance | path

Searched defs:resetFences (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl24 ResetFencesFunc resetFences; variable
DvkDeviceDriverImpl.inl105 VkResult DeviceDriver::resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pFences) c… function in DeviceDriver
DvkNullDriverImpl.inl456 VKAPI_ATTR VkResult VKAPI_CALL resetFences (VkDevice device, deUint32 fenceCount, const VkFence* pF… function
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16264 Result resetFences( uint32_t fenceCount, const Fence* pFences ) const in resetFences() function in vk::Device
16270 ResultValueType<void>::type resetFences( ArrayProxy<const Fence> fences ) const in resetFences() function in vk::Device