HomeSort by relevance Sort by last modified time
    Searched refs:getFenceStatus (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicFenceTests.cpp 71 if (VK_NOT_READY != vk.getFenceStatus(device, *fence))
77 if (VK_NOT_READY != vk.getFenceStatus(device, *fence))
88 if (VK_SUCCESS != vk.getFenceStatus(device, *fence))
94 if (VK_NOT_READY != vk.getFenceStatus(device, *fence))
vktSynchronizationSmokeTests.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 25 GetFenceStatusFunc getFenceStatus;
vkInitDeviceFunctionPointers.inl 25 m_vk.getFenceStatus = (GetFenceStatusFunc) GET_PROC_ADDR("vkGetFenceStatus");
vkDeviceDriverImpl.inl 110 VkResult DeviceDriver::getFenceStatus (VkDevice device, VkFence fence) const
112 return m_vk.getFenceStatus(device, fence);
    [all...]
vkConcreteDeviceInterface.inl 25 virtual VkResult getFenceStatus (VkDevice device, VkFence fence) const;
vkVirtualDeviceInterface.inl 25 virtual VkResult getFenceStatus (VkDevice device, VkFence fence) const = 0;
vkNullDriverImpl.inl 464 VKAPI_ATTR VkResult VKAPI_CALL getFenceStatus (VkDevice device, VkFence fence)
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 69 milliseconds