Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate.h82 typedef void (PIPE_CDECL *run_elts_func)(struct translate *,
89 typedef void (PIPE_CDECL *run_elts16_func)(struct translate *,
96 typedef void (PIPE_CDECL *run_elts8_func)(struct translate *,
103 typedef void (PIPE_CDECL *run_func)(struct translate *,
Dtranslate_generic.c589 static ALWAYS_INLINE void PIPE_CDECL
656 static void PIPE_CDECL
674 static void PIPE_CDECL
692 static void PIPE_CDECL
710 static void PIPE_CDECL
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h107 #define PIPE_CDECL __cdecl macro
109 #define PIPE_CDECL macro
/external/virglrenderer/src/gallium/include/pipe/
Dp_compiler.h116 #define PIPE_CDECL __cdecl macro
118 #define PIPE_CDECL macro
/external/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()
223 static void PIPE_CDECL vsvg_run_linear( struct draw_vs_variant *variant, in vsvg_run_linear()