Lines Matching refs: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"
16 graw_parse_geometry_shader(struct pipe_context *pipe,
27 return pipe->create_gs_state(pipe, &state);
31 graw_parse_vertex_shader(struct pipe_context *pipe,
42 return pipe->create_vs_state(pipe, &state);
46 graw_parse_fragment_shader(struct pipe_context *pipe,
57 return pipe->create_fs_state(pipe, &state);
82 graw_save_surface_to_file(struct pipe_context *pipe,
95 debug_dump_surface_bmp(pipe, filename, surface);