Home
last modified time | relevance | path

Searched refs:PIPE_CDECL (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate.h89 typedef void (PIPE_CDECL *run_elts_func)(struct translate *,
96 typedef void (PIPE_CDECL *run_elts16_func)(struct translate *,
103 typedef void (PIPE_CDECL *run_elts8_func)(struct translate *,
110 typedef void (PIPE_CDECL *run_func)(struct translate *,
Dtranslate_generic.c587 static ALWAYS_INLINE void PIPE_CDECL
654 static void PIPE_CDECL
672 static void PIPE_CDECL
690 static void PIPE_CDECL
708 static void PIPE_CDECL
/third_party/mesa3d/src/gallium/include/pipe/
Dp_compiler.h107 #define PIPE_CDECL __cdecl macro
109 #define PIPE_CDECL macro
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.h87 void (PIPE_CDECL *run_linear)( struct draw_vs_variant *shader, member
92 void (PIPE_CDECL *run_elts)( struct draw_vs_variant *shader, member
Ddraw_vs_variant.c154 static void PIPE_CDECL vsvg_run_elts( struct draw_vs_variant *variant, in vsvg_run_elts()
224 static void PIPE_CDECL vsvg_run_linear( struct draw_vs_variant *variant, in vsvg_run_linear()