Searched refs:has_syncobj_wait (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_queue.c753 bool has_syncobj_wait = device->physical->has_syncobj_wait; local in function:anv_queue_submit_simple_batch
758 if (has_syncobj_wait) {
800 if (has_syncobj_wait) {
821 if (has_syncobj_wait)
1493 if (device->physical->has_syncobj_wait) {
1883 assert(!device->physical->has_syncobj_wait);
1980 if (device->has_syncobj_wait) {
H A Danv_device.c187 .KHR_external_fence = device->has_syncobj_wait,
188 .KHR_external_fence_fd = device->has_syncobj_wait,
867 device->has_syncobj_wait = anv_gem_supports_syncobj_wait(fd);
H A Danv_private.h894 bool has_syncobj_wait; member in struct:anv_physical_device
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_queue.c278 if (device->instance->physicalDevice.has_syncobj_wait) {
770 if (device->has_syncobj_wait) {
H A Danv_private.h950 bool has_syncobj_wait; member in struct:anv_physical_device
H A Danv_device.c483 device->has_syncobj_wait = device->has_syncobj &&

Completed in 34 milliseconds