Home
last modified time | relevance | path

Searched refs:host_machine (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/
Dcommon.py48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable
50 host_machine = _platform.machine() variable
51 host_machine = _machine_map.get(host_machine, 'generic') variable
53 default_machine = host_machine
Dmeson.build96 if not ['darwin', 'windows'].contains(host_machine.system())
97 if ['x86', 'x86_64'].contains(host_machine.cpu_family())
135 if not ['darwin', 'windows'].contains(host_machine.system())
137 if ['x86', 'x86_64'].contains(host_machine.cpu_family())
139 elif ['arm', 'aarch64'].contains(host_machine.cpu_family())
173 if not ['darwin', 'windows'].contains(host_machine.system())
174 if host_machine.cpu_family().startswith('x86')
209 system_has_kms_drm = ['openbsd', 'netbsd', 'freebsd', 'dragonfly', 'linux'].contains(host_machine.s…
211 if host_machine.system() == 'darwin'
213 elif ['windows', 'cygwin'].contains(host_machine.system())
[all …]
DSConstruct111 host_env['machine'] = common.host_machine
/external/mesa3d/scons/
Dgallium.py241host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', h…
242 host_machine = {
251 }.get(host_machine, 'generic')
253 if machine == 'x86_64' and host_machine != 'x86_64':
/external/libdrm/
Dmeson.build38 if ['freebsd', 'dragonfly', 'netbsd'].contains(host_machine.system())
78 with_intel = _intel == 'true' or host_machine.cpu_family().startswith('x86')
130 with_freedreno = _freedreno == 'true' or ['arm', 'aarch64'].contains(host_machine.cpu_family())
157 with_vc4 = _vc4 == 'true' or ['arm', 'aarch64'].contains(host_machine.cpu_family())
165 …with_libkms = _libkms == 'true' or ['linux', 'freebsd', 'dragonfly'].contains(host_machine.system(…
/external/mesa3d/src/intel/vulkan/
Dmeson.build57 output : 'intel_icd.@0@.json'.format(host_machine.cpu()),
72 output : 'dev_icd.@0@.json'.format(host_machine.cpu()),
/external/mesa3d/src/amd/vulkan/
Dmeson.build143 output : 'radeon_icd.@0@.json'.format(host_machine.cpu()),