Home | History | Annotate | Download | only in nine

Lines Matching defs:pipe

30 #include "pipe/p_context.h"
42 struct pipe_context *pipe;
72 pipe = nine_context_get_pipe_acquire(device);
73 hr = nine_translate_shader(device, &info, pipe);
78 hr = nine_translate_shader(device, &info, pipe);
116 struct pipe_context *pipe = nine_context_get_pipe_multithread(This->base.device);
123 pipe->bind_vs_state(pipe, NULL);
124 pipe->delete_vs_state(pipe, var->cso);
138 pipe->bind_vs_state(pipe, NULL);
139 pipe->delete_vs_state(pipe, This->ff_cso);
175 * get pipe directly */
176 struct pipe_context *pipe = This->base.device->context.pipe;
201 hr = nine_translate_shader(This->base.device, &info, pipe);