Home
last modified time | relevance | path

Searched refs:has_syncobj_wait (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_extensions.c323 .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()
/external/mesa3d/src/intel/vulkan/
Danv_queue.c775 bool has_syncobj_wait = device->physical->has_syncobj_wait; in anv_queue_submit_simple_batch() local
780 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()
Danv_private.h1083 bool has_syncobj_wait; member
Danv_device.c408 device->has_syncobj_wait = device->has_syncobj && in anv_physical_device_try_create()
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c741 has_syncobj_wait(int fd) in has_syncobj_wait() function
766 igt_require(has_syncobj_wait(fd));