Searched defs:softpipe_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_context.h58 struct softpipe_context { struct
193 static INLINE struct softpipe_context *
194 softpipe_context( struct pipe_context *pipe ) function
196 return (struct softpipe_context *)pipe;
200 softpipe_reset_sampler_variants(struct softpipe_context *softpipe);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_context.h58 struct softpipe_context { struct
193 static INLINE struct softpipe_context *
194 softpipe_context( struct pipe_context *pipe ) function
196 return (struct softpipe_context *)pipe;
200 softpipe_reset_sampler_variants(struct softpipe_context *softpipe);

Completed in 928 milliseconds