Home
last modified time | relevance | path

Searched refs:PIPE_OS_LINUX (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_process.c41 #if defined(PIPE_OS_LINUX)
123 #elif defined(PIPE_OS_LINUX) in os_get_command_line()
/third_party/mesa3d/src/util/
Du_cpu_detect.c68 #if defined(PIPE_OS_LINUX)
103 …fined(PIPE_ARCH_PPC) && !defined(PIPE_OS_APPLE) && !defined(PIPE_OS_BSD) && !defined(PIPE_OS_LINUX)
161 #elif defined(PIPE_OS_LINUX) /* !PIPE_OS_FREEBSD */ in check_os_altivec_support()
410 #elif defined(PIPE_OS_LINUX) in check_os_arm_support()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_config.h145 #define PIPE_OS_LINUX macro
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_screen.c414 #if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) in u_pipe_screen_get_param_defaults()
Du_tests.c520 #if defined(PIPE_OS_LINUX) && defined(HAVE_LIBDRM)
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dpb_buffer_simple_fenced.c39 #if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS)
799 #if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) in fenced_bufmgr_destroy()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer_fenced.c39 #if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS)
982 #if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) in fenced_bufmgr_destroy()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c135 #ifdef PIPE_OS_LINUX in dd_dump_dmesg()