• Home
  • Raw
  • Download

Lines Matching refs:get_option

37 if get_option('layout') != 'mirror'
52 with_vulkan_icd_dir = get_option('vulkan-icd-dir')
53 with_tests = get_option('build-tests')
54 with_aco_tests = get_option('build-aco-tests')
55 with_glx_read_only_text = get_option('glx-read-only-text')
56 with_glx_direct = get_option('glx-direct')
57 with_osmesa = get_option('osmesa')
58 with_swr_arches = get_option('swr-arches')
59 with_vulkan_overlay_layer = get_option('vulkan-overlay-layer')
60 with_tools = get_option('tools')
80 dri_drivers_path = get_option('dri-drivers-path')
82 dri_drivers_path = join_paths(get_option('prefix'), get_option('libdir'), 'dri')
84 dri_search_path = get_option('dri-search-path')
89 with_gles1 = get_option('gles1')
97 with_gles2 = get_option('gles2')
113 with_opengl = get_option('opengl')
116 _sg = get_option('shared-glapi')
158 dri_drivers = get_option('dri-drivers')
190 gallium_drivers = get_option('gallium-drivers')
242 _glx = get_option('glx')
243 _egl = get_option('egl')
249 _vulkan_drivers = get_option('vulkan-drivers')
275 with_freedreno_kgsl = get_option('freedreno-kgsl')
315 _platforms = get_option('platforms')
343 with_glx = get_option('glx')
378 _gbm = get_option('gbm')
395 _xlib_lease = get_option('xlib-lease')
409 _egl = get_option('egl')
439 …sd'].contains(host_machine.system()) and (not with_platform_android or get_option('platform-sdk-ve…
466 with_glvnd = get_option('glvnd')
475 if get_option('egl-lib-suffix') != ''
481 with_vulkan_icd_dir = join_paths(get_option('datadir'), 'vulkan/icd.d')
487 _dri3 = get_option('dri3')
510 _vdpau = get_option('gallium-vdpau')
551 vdpau_drivers_path = get_option('vdpau-libs-path')
553 vdpau_drivers_path = join_paths(get_option('libdir'), 'vdpau')
564 _xvmc = get_option('gallium-xvmc')
600 xvmc_drivers_path = get_option('xvmc-libs-path')
602 xvmc_drivers_path = get_option('libdir')
605 _omx = get_option('gallium-omx')
659 omx_drivers_path = get_option('omx-libs-path')
668 if _omx_libdir == get_option('libdir')
680 omx_drivers_path = join_paths(get_option('libdir'), _omx_base_dir)
685 _va = get_option('gallium-va')
716 va_drivers_path = get_option('va-libs-path')
718 va_drivers_path = join_paths(get_option('libdir'), 'dri')
721 _xa = get_option('gallium-xa')
745 d3d_drivers_path = get_option('d3d-drivers-path')
747 d3d_drivers_path = join_paths(get_option('prefix'), get_option('libdir'), 'd3d')
750 with_gallium_st_nine = get_option('gallium-nine')
763 _power8 = get_option('power8')
792 elif get_option('power8') == 'enabled'
798 _opencl = get_option('gallium-opencl')
845 with_android_stub = get_option('android-stub')
858 if get_option('platform-sdk-version') >= 26
865 '-DANDROID_API_LEVEL=' + get_option('platform-sdk-version').to_string()
894 if get_option('buildtype') == 'debug'
899 _shader_cache = get_option('shader-cache')
914 if not get_option('shader-cache-default')
1089 if get_option('buildtype') != 'debug'
1337 _zstd = get_option('zstd')
1469 _shared_llvm = get_option('shared-llvm')
1482 _llvm = get_option('llvm')
1555 with_opencl_spirv = _opencl != 'disabled' and get_option('opencl-spirv')
1596 _valgrind = get_option('valgrind')
1650 if get_option('selinux')
1655 _libunwind = get_option('libunwind')
1681 osmesa_bits = get_option('osmesa-bits')
1798 if get_option('gallium-extra-hud')
1802 _sensors = get_option('lmsensors')
1904 'prefix: ' + get_option('prefix'),
1905 'libdir: ' + get_option('libdir'),
1906 'includedir: ' + get_option('includedir'),