Searched refs:setup_context (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.h | 30 struct setup_context; 53 sp_setup_tri(struct setup_context *setup, 59 sp_setup_line(struct setup_context *setup, 64 sp_setup_point( struct setup_context *setup, 73 struct setup_context *sp_setup_create_context( struct softpipe_context *softpipe ); 74 void sp_setup_prepare( struct setup_context *setup ); 75 void sp_setup_destroy_context( struct setup_context *setup );
|
D | sp_setup.c | 74 struct setup_context { struct 128 quad_clip(struct setup_context *setup, struct quad_header *quad) in quad_clip() argument 160 clip_emit_quad(struct setup_context *setup, struct quad_header *quad) in clip_emit_quad() 199 flush_spans(struct setup_context *setup) in flush_spans() 266 print_vertex(const struct setup_context *setup, in print_vertex() 288 setup_sort_vertices(struct setup_context *setup, in setup_sort_vertices() 462 const_coeff(struct setup_context *setup, in const_coeff() 483 tri_linear_coeff(struct setup_context *setup, in tri_linear_coeff() 528 tri_persp_coeff(struct setup_context *setup, in tri_persp_coeff() 562 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()
|
/external/python/cpython2/Python/ |
D | _warnings.c | 443 setup_context(Py_ssize_t stack_level, PyObject **filename, int *lineno, in setup_context() function 593 if (!setup_context(stack_level, &filename, &lineno, &module, ®istry)) in do_warn()
|