Lines Matching defs:pipe
34 #include "pipe/p_shader_tokens.h"
3882 struct pipe_context *pipe,
3887 struct pipe_screen *screen = pipe->screen;
3926 return pipe->create_vs_state(pipe, &state);
3928 return pipe->create_fs_state(pipe, &state);
3937 struct pipe_context *pipe,
3940 void *result = nine_ureg_create_shader(p, pipe, so);
3946 nine_translate_shader(struct NineDevice9 *device, struct nine_shader_info *info, struct pipe_context *pipe)
4151 info->cso = nine_create_shader_with_so_and_destroy(tx->ureg, pipe, &(info->so));
4153 info->cso = nine_create_shader_with_so_and_destroy(tx->ureg, pipe, NULL);