Searched refs:has_syncobj_wait_for_submit (Results 1 – 5 of 5) sorted by relevance
107 info->has_syncobj_wait_for_submit = true; in radv_null_winsys_query_info()
138 bool has_syncobj_wait_for_submit; member
513 info->has_syncobj_wait_for_submit = info->has_syncobj && info->drm_minor >= 20; in ac_query_gpu_info()945 fprintf(f, " has_syncobj_wait_for_submit = %u\n", info->has_syncobj_wait_for_submit); in ac_print_gpu_info()
1091 f->timelineSemaphore = pdevice->rad_info.has_syncobj_wait_for_submit; in radv_get_physical_device_features_1_2()2800 device->always_use_syncobj = device->physical_device->rad_info.has_syncobj_wait_for_submit; in radv_CreateDevice()7834 } else if (pdevice->rad_info.has_syncobj_wait_for_submit && in radv_GetPhysicalDeviceExternalSemaphoreProperties()7932 if (pdevice->rad_info.has_syncobj_wait_for_submit && in radv_GetPhysicalDeviceExternalFenceProperties()
3527 - radv/winsys: set has_syncobj_wait_for_submit in the null winsys