HomeSort by relevance Sort by last modified time
    Searched defs:quad_stage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_pipe.h 44 struct quad_stage { struct
47 struct quad_stage *next;
49 void (*begin)(struct quad_stage *qs);
52 void (*run)(struct quad_stage *qs, struct quad_header *quad[], unsigned nr);
54 void (*destroy)(struct quad_stage *qs);
58 struct quad_stage *sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe );
59 struct quad_stage *sp_quad_earlyz_stage( struct softpipe_context *softpipe );
60 struct quad_stage *sp_quad_shade_stage( struct softpipe_context *softpipe );
61 struct quad_stage *sp_quad_alpha_test_stage( struct softpipe_context *softpipe );
62 struct quad_stage *sp_quad_stencil_test_stage( struct softpipe_context *softpipe )
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.h 44 struct quad_stage { struct
47 struct quad_stage *next;
49 void (*begin)(struct quad_stage *qs);
52 void (*run)(struct quad_stage *qs, struct quad_header *quad[], unsigned nr);
54 void (*destroy)(struct quad_stage *qs);
58 struct quad_stage *sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe );
59 struct quad_stage *sp_quad_earlyz_stage( struct softpipe_context *softpipe );
60 struct quad_stage *sp_quad_shade_stage( struct softpipe_context *softpipe );
61 struct quad_stage *sp_quad_alpha_test_stage( struct softpipe_context *softpipe );
62 struct quad_stage *sp_quad_stencil_test_stage( struct softpipe_context *softpipe )
    [all...]

Completed in 46 milliseconds