Home | History | Annotate | Download | only in i915

Lines Matching full:pipe

32 #include "pipe/p_context.h"
33 #include "pipe/p_defines.h"
34 #include "pipe/p_state.h"
128 * slot of the user's constant buffer. (set by pipe->set_constant_buffer())
291 void (*saved_bind_fs_state)(struct pipe_context *pipe, void *shader);
299 void (*saved_bind_sampler_states)(struct pipe_context *pipe,
303 void (*saved_set_sampler_views)(struct pipe_context *pipe,
393 void i915_clear_blitter(struct pipe_context *pipe, unsigned buffers,
396 void i915_clear_render(struct pipe_context *pipe, unsigned buffers,
399 void i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
426 i915_context( struct pipe_context *pipe )
428 return (struct i915_context *)pipe;