Searched refs:has_syncobj_wait (Results 1 – 5 of 5) sorted by relevance
323 .KHR_external_fence = (!ANDROID || ANDROID_API_LEVEL >= 28) && (device->has_syncobj_wait), in anv_physical_device_get_supported_extensions()324 .KHR_external_fence_fd = (!ANDROID || ANDROID_API_LEVEL >= 28) && (device->has_syncobj_wait), in anv_physical_device_get_supported_extensions()
775 bool has_syncobj_wait = device->physical->has_syncobj_wait; in anv_queue_submit_simple_batch() local780 if (has_syncobj_wait) { in anv_queue_submit_simple_batch()821 if (has_syncobj_wait) { in anv_queue_submit_simple_batch()842 if (has_syncobj_wait) in anv_queue_submit_simple_batch()1339 if (device->physical->has_syncobj_wait) { in anv_CreateFence()1730 assert(!device->physical->has_syncobj_wait); in anv_wait_for_fences()1827 if (device->has_syncobj_wait) { in anv_GetPhysicalDeviceExternalFenceProperties()
1083 bool has_syncobj_wait; member
408 device->has_syncobj_wait = device->has_syncobj && in anv_physical_device_try_create()
741 has_syncobj_wait(int fd) in has_syncobj_wait() function766 igt_require(has_syncobj_wait(fd));