Lines Matching defs:pipe
29 #include "pipe/p_context.h"
40 struct pipe_context *pipe;
70 pipe = nine_context_get_pipe_acquire(device);
71 hr = nine_translate_shader(device, &info, pipe);
115 struct pipe_context *pipe = nine_context_get_pipe_multithread(This->base.device);
122 pipe->bind_fs_state(pipe, NULL);
127 pipe->delete_fs_state(pipe, var->cso);
135 pipe->bind_fs_state(pipe, NULL);
138 pipe->delete_fs_state(pipe, This->ff_cso);
176 * get pipe directly */
177 struct pipe_context *pipe = This->base.device->context.pipe;
223 hr = nine_translate_shader(This->base.device, &info, pipe);