Searched refs:setup_context (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.h | 30 struct setup_context; 34 sp_setup_tri( struct setup_context *setup, 40 sp_setup_line(struct setup_context *setup, 45 sp_setup_point( struct setup_context *setup, 49 struct setup_context *sp_setup_create_context( struct softpipe_context *softpipe ); 50 void sp_setup_prepare( struct setup_context *setup ); 51 void sp_setup_destroy_context( struct setup_context *setup );
|
D | sp_setup.c | 75 struct setup_context { struct 128 quad_clip(struct setup_context *setup, struct quad_header *quad) in quad_clip() argument 159 clip_emit_quad(struct setup_context *setup, struct quad_header *quad) in clip_emit_quad() 198 flush_spans(struct setup_context *setup) in flush_spans() 265 print_vertex(const struct setup_context *setup, in print_vertex() 287 setup_sort_vertices(struct setup_context *setup, in setup_sort_vertices() 461 const_coeff(struct setup_context *setup, in const_coeff() 482 tri_linear_coeff(struct setup_context *setup, in tri_linear_coeff() 535 tri_persp_coeff(struct setup_context *setup, in tri_persp_coeff() 576 setup_fragcoord_coeff(struct setup_context *setup, uint slot) in setup_fragcoord_coeff() [all …]
|
D | sp_prim_vbuf.c | 61 struct setup_context *setup; 139 struct setup_context *setup_ctx = cvbr->setup; in sp_vbuf_set_primitive() 166 struct setup_context *setup = cvbr->setup; in sp_vbuf_draw_elements() 360 struct setup_context *setup = cvbr->setup; in sp_vbuf_draw_arrays()
|