Home | History | Annotate | Download | only in graw-null

Lines Matching full:pipe

2 #include "pipe/p_compiler.h"
3 #include "pipe/p_context.h"
4 #include "pipe/p_shader_tokens.h"
5 #include "pipe/p_state.h"
15 graw_parse_geometry_shader(struct pipe_context *pipe,
25 return pipe->create_gs_state(pipe, &state);
29 graw_parse_vertex_shader(struct pipe_context *pipe,
39 return pipe->create_vs_state(pipe, &state);
43 graw_parse_fragment_shader(struct pipe_context *pipe,
53 return pipe->create_fs_state(pipe, &state);
78 graw_save_surface_to_file(struct pipe_context *pipe,
91 debug_dump_surface_bmp(pipe, filename, surface);