Home
last modified time | relevance | path

Searched refs:PIPE_ARCH_X86 (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.c98 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)
232 #if defined(PIPE_ARCH_X86) || defined (PIPE_ARCH_X86_64)
235 #if defined(PIPE_ARCH_X86) in has_cpuid()
272 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in cpuid()
309 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in cpuid_count()
361 #if defined(PIPE_ARCH_X86)
468 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in get_cpu_topology()
681 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in util_cpu_detect_once()
Dos_misc.h57 #if (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)) && defined(PIPE_CC_GCC)
Du_debug_stack.c258 #elif defined(PIPE_CC_MSVC) && defined(PIPE_ARCH_X86) in debug_backtrace_capture()
267 #ifdef PIPE_ARCH_X86 in debug_backtrace_capture()
Du_math.h159 #if defined(PIPE_CC_GCC) && defined(PIPE_ARCH_X86) in util_iround()
163 #elif defined(PIPE_CC_MSVC) && defined(PIPE_ARCH_X86) in util_iround()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_config.h86 #define PIPE_ARCH_X86 macro
93 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)
Dp_compiler.h131 #if defined(__GNUC__) && defined(PIPE_ARCH_X86)
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_cpu.c31 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)
Drtasm_x86sse.h31 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)
141 #ifdef PIPE_ARCH_X86 in x86_target()
Drtasm_x86sse.c28 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)
2168 #if defined(PIPE_ARCH_X86) in x86_init_func_common()
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate.c41 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in translate_create()
Dtranslate_sse.c38 #if (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)) && !defined(EMBEDDED_DEVICE)
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp353 #if defined(PIPE_ARCH_X86) && LLVM_VERSION_MAJOR < 13 in lp_build_create_jit_compiler_for_module()
379 #if LLVM_VERSION_MAJOR >= 4 && (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) || defined(PIPE… in lp_build_create_jit_compiler_for_module()
393 #elif defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in lp_build_create_jit_compiler_for_module()
Dlp_bld_debug.cpp163 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in disassemble()
Dlp_bld_init.c348 #if defined(PIPE_ARCH_X86) in init_gallivm_state()
620 #if defined(DEBUG) || defined(PROFILE) || defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in gallivm_compile_module()
Dlp_bld_format_yuv.c86 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in uyvy_to_yuv_soa()
170 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in yuyv_to_yuv_soa()
Dlp_bld_logic.c192 #if defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64) in lp_build_compare()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test.h77 #elif defined(PIPE_CC_GCC) && (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64))
Dlp_setup_tri.c752 #if defined(PIPE_CC_GCC) && (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64)) in floor_pot()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_buffer_upload.c100 #ifdef PIPE_ARCH_X86 in nine_upload_create_buffer_group()
234 #ifdef PIPE_ARCH_X86 in nine_upload_create_buffer()
Dnine_memory_helper.c113 #if defined(PIPE_ARCH_X86) && defined(HAVE_MEMFD_CREATE)
Ddevice9.c62 #if defined(PIPE_CC_GCC) && (defined(PIPE_ARCH_X86) || defined(PIPE_ARCH_X86_64))