Home
last modified time | relevance | path

Searched refs:cpu_family (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/bin/
H A Dgen_vs_module_defs.py38 def gen_vs_module_def(in_file: str, out_file: str, compiler_id: str, cpu_family: str) -> None:
60 (compiler_id == 'gcc') and (cpu_family not in {'x86_64', 'aarch64'}):
74 python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file src/gallium/targets/libgl-gdi/opengl32.def --compiler_id gcc --cpu_family x86_64
75 python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file src/gallium/targets/libgl-gdi/opengl32.mingw.def --compiler_id gcc --cpu_family x86
77 python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src/gallium/targets/osmesa/osmesa.def --compiler_id gcc --cpu_family x86_64
78 python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src/gallium/targets/osmesa/osmesa.mingw.def --compiler_id gcc --cpu_family x86
80 python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/wgl/gallium_wgl.def.in --out_file src/gallium/targets/wgl/gallium_wgl.def --compiler_id gcc --cpu_family x86_64
81 python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/wgl/gallium_wgl.def.in --out_file src/gallium/targets/wgl/gallium_wgl.mingw.def --compiler_id gcc --cpu_family x86
83 python ./bin/gen_vs_module_defs.py --in_file src/egl/main/egl.def.in --out_file src/egl/main/egl.def --compiler_id gcc --cpu_family x86_64
84 python ./bin/gen_vs_module_defs.py --in_file src/egl/main/egl.def.in --out_file src/egl/main/egl.mingw.def --compiler_id gcc --cpu_family x8
[all...]
/third_party/mesa3d/src/util/
H A Du_cpu_detect.h49 enum cpu_family { enum
87 enum cpu_family family;
H A Du_cpu_detect.c403 AndroidCpuFamily cpu_family = android_getCpuFamily(); in check_os_arm_support()
406 if (cpu_family == ANDROID_CPU_FAMILY_ARM) { in check_os_arm_support()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcpu.c179 const AndroidCpuFamily cpu_family = android_getCpuFamily(); in AndroidCPUInfo() local
182 return cpu_family == ANDROID_CPU_FAMILY_ARM && in AndroidCPUInfo()

Completed in 3 milliseconds