Lines Matching refs:pipe
31 #include "pipe/p_context.h"
32 #include "pipe/p_defines.h"
33 #include "pipe/p_state.h"
120 * slot of the user's constant buffer. (set by pipe->set_constant_buffer())
397 void i915_clear_blitter(struct pipe_context *pipe, unsigned buffers,
401 void i915_clear_render(struct pipe_context *pipe, unsigned buffers,
405 void i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
428 i915_context(struct pipe_context *pipe)
430 return (struct i915_context *)pipe;
434 i915_surface(struct pipe_surface *pipe)
436 return (struct i915_surface *)pipe;