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

  /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...]
sp_quad_stipple.c 17 stipple_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr)
58 static void stipple_begin(struct quad_stage *qs)
64 static void stipple_destroy(struct quad_stage *qs)
70 struct quad_stage *
73 struct quad_stage *stage = CALLOC_STRUCT(quad_stage);
sp_quad_fs.c 52 struct quad_stage stage; /**< base class */
60 quad_shade_stage(struct quad_stage *qs)
71 shade_quad(struct quad_stage *qs, struct quad_header *quad)
89 coverage_quad(struct quad_stage *qs, struct quad_header *quad)
109 * Called via quad_stage::run()
112 shade_quads(struct quad_stage *qs,
154 shade_begin(struct quad_stage *qs)
161 shade_destroy(struct quad_stage *qs)
167 struct quad_stage *
sp_context.h 168 struct quad_stage *shade;
169 struct quad_stage *depth_test;
170 struct quad_stage *blend;
171 struct quad_stage *pstipple;
172 struct quad_stage *first; /**< points to one of the above stages */
sp_quad_pipe.c 35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad)
sp_quad_depth_test.c 537 depth_test_quad(struct quad_stage *qs,
621 depth_stencil_test_quad(struct quad_stage *qs,
688 alpha_test_quads_##FUNC( struct quad_stage *qs, \
727 alpha_test_quads(struct quad_stage *qs,
779 depth_test_quads_fallback(struct quad_stage *qs,
889 depth_noop(struct quad_stage *qs,
899 choose_depth_test(struct quad_stage *qs,
983 depth_test_begin(struct quad_stage *qs)
991 depth_test_destroy(struct quad_stage *qs)
997 struct quad_stage *
    [all...]
sp_quad_blend.c 55 /** Subclass of quad_stage */
58 struct quad_stage base;
67 blend_quad_stage(struct quad_stage *stage)
150 logicop_quad(struct quad_stage *qs,
262 blend_quad(struct quad_stage *qs,
918 blend_fallback(struct quad_stage *qs,
    [all...]
sp_quad_depth_test_tmp.h 49 NAME(struct quad_stage *qs,
sp_setup.c 206 struct quad_stage *pipe = setup->softpipe->quad.first;
    [all...]

Completed in 101 milliseconds