Searched refs:draw_alloc_extra_vertex_attrib (Results 1 – 7 of 7) sorted by relevance
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()
231 ia->primid_slot = draw_alloc_extra_vertex_attrib( in draw_prim_assembler_prepare_outputs()
503 int draw_alloc_extra_vertex_attrib(struct draw_context *draw,
711 aaline->coord_slot = draw_alloc_extra_vertex_attrib(draw, in draw_aaline_prepare_outputs()
672 aapoint->tex_slot = draw_alloc_extra_vertex_attrib(draw, in draw_aapoint_prepare_outputs()
596 draw_alloc_extra_vertex_attrib(struct draw_context *draw, in draw_alloc_extra_vertex_attrib() function