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

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dcreate-android-cross-file.sh26 [host_machine]
/xsrc/external/mit/MesaLib.old/dist/
H A Dcommon.py46 # find host_machine value
48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable
50 host_machine = _platform.machine()
51 host_machine = _machine_map.get(host_machine, 'generic') variable
53 default_machine = host_machine
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dgallium.py240 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', host_platform.machine()))
241 host_machine = {
250 }.get(host_machine, 'generic')
252 if machine == 'x86_64' and host_machine != 'x86_64':
/xsrc/external/mit/MesaLib/dist/docs/
H A Dmeson.rst432 [host_machine]
450 [host_machine]
468 [host_machine]
H A Dandroid.rst33 [host_machine]
/xsrc/external/mit/MesaLib/dist/android/
H A Dmesa3d_cross.mk237 "[host_machine]\n" \

Completed in 6 milliseconds