Searched refs:has_syncobj_wait (Results 1 – 4 of 4) sorted by relevance
136 .KHR_external_fence = device->has_syncobj_wait, in anv_physical_device_get_supported_extensions()137 .KHR_external_fence_fd = device->has_syncobj_wait, in anv_physical_device_get_supported_extensions()
277 if (device->instance->physicalDevice.has_syncobj_wait) { in anv_CreateFence()676 if (device->instance->physicalDevice.has_syncobj_wait) { in anv_WaitForFences()695 if (device->has_syncobj_wait) { in anv_GetPhysicalDeviceExternalFencePropertiesKHR()
366 device->has_syncobj_wait = device->has_syncobj && in anv_physical_device_init()
771 bool has_syncobj_wait; member