Lines Matching refs:pipe
132 struct pipe_context *pipe = pDevice->pipe;
184 pipe->set_vertex_buffers(pipe, 0, PIPE_MAX_ATTRIBS, 0, FALSE, pDevice->vertex_buffers);
275 struct pipe_context *pipe = CastPipeContext(hDevice);
319 pipe->create_vertex_elements_state(pipe, max_elements, elements);
341 struct pipe_context *pipe = CastPipeContext(hDevice);
344 pipe->delete_vertex_elements_state(pipe, pElementLayout->handle);}
364 struct pipe_context *pipe = CastPipeContext(hDevice);
367 pipe->bind_vertex_elements_state(pipe, state);