Searched refs:draw_alloc_extra_vertex_attrib (Results 1 – 7 of 7) sorted by relevance
196 ia->primid_slot = draw_alloc_extra_vertex_attrib( in draw_prim_assembler_prepare_outputs()
263 unfilled->face_slot = draw_alloc_extra_vertex_attrib( in draw_unfilled_prepare_outputs()
259 slot = draw_alloc_extra_vertex_attrib(draw, sn, si); in widepoint_first_point()
471 int draw_alloc_extra_vertex_attrib(struct draw_context *draw,
726 aaline->coord_slot = draw_alloc_extra_vertex_attrib(draw, in draw_aaline_prepare_outputs()
674 aapoint->tex_slot = draw_alloc_extra_vertex_attrib(draw, in draw_aapoint_prepare_outputs()
602 draw_alloc_extra_vertex_attrib(struct draw_context *draw, in draw_alloc_extra_vertex_attrib() function