Lines Matching refs:require

100   .require(with_shared_glapi, error_message : 'OpengGL ES 1.x requires shared-glapi') \
104 .require(with_shared_glapi, error_message : 'OpengGL ES 2.x requires shared-glapi') \
227 …warning('Turnip with the DRM KMD will require libdrm to always be present at runtime which may not…
286 error('ACO tests require Radv')
385 .require(system_has_kms_drm, error_message : 'GBM only supports DRM/KMS platforms') \
390 ….require(with_platform_x11 and system_has_kms_drm, error_message : 'xlib-lease requires X11 and KM…
394 .require(host_machine.system() != 'darwin', error_message : 'EGL not supported on MacOS') \
395 ….require(with_platform_windows or with_platform_haiku or with_dri or with_platform_android, error_…
396 .require(with_shared_glapi, error_message : 'EGL requires shared-glapi') \
397 ….require(with_glx != 'xlib', error_message :'EGL requires DRI, but GLX is being built with xlib su…
509 error('Vulkan drivers require dri3 for X11 support')
513 error('building dri drivers require at least one windowing system')
549 ….require(system_has_kms_drm, error_message : 'VDPAU state tracker can only be build on unix-like O…
550 .require(with_platform_x11, error_message : 'VDPAU state tracker requires X11 support.') \
551 ….require(_vdpau_drivers.contains(true), error_message : 'VDPAU state tracker requires at least one…
664 .require(_va_drivers.contains(true),
683 ….require(system_has_kms_drm, error_message : 'XA state tracker can only be built on unix-like OSes…
684 .require(with_gallium_nouveau or with_gallium_freedreno or with_gallium_i915 or with_gallium_svga,
825 ….require(with_platform_android, error_message : '`-D android-libbacktrace=enabled` makes no sense …
894 ….require(host_machine.system() != 'windows', error_message : 'Shader Cache does not currently work…
1376 error('Intel tools require the program_invocation_name variable')
1539 error('Intel tools require expat')
1542 # We don't require expat on Android or Windows
1544 .require(not (with_platform_android or with_platform_windows),
1546 .require(dep_expat.found(),
1756 error('ACO tests require LLVM, but LLVM is disabled.')
1758 …error('The following drivers require LLVM: RadeonSI, Lavapipe. One of these is enabled, but LLVM i…
1916 ….require(not with_platform_android, error_message : 'Android requires the use of the backtrace lib…