Searched refs:u_reduced_prim (Results 1 – 11 of 11) sorted by relevance
141 assert(u_reduced_prim(prim) == PIPE_PRIM_TRIANGLES); in u_unfilled_translator()200 assert(u_reduced_prim(prim) == PIPE_PRIM_TRIANGLES); in u_unfilled_generator()
194 enum pipe_prim_type reduced_prim = u_reduced_prim( info->mode ); in svga_draw_vbo()205 if (u_reduced_prim(info->mode) == PIPE_PRIM_TRIANGLES && in svga_draw_vbo()
196 if (u_reduced_prim(prim) != PIPE_PRIM_TRIANGLES) { in svga_need_unfilled_fallback()
75 u_reduced_prim(unsigned prim) in u_reduced_prim() function
75 u_reduced_prim(enum pipe_prim_type prim) in u_reduced_prim() function
77 sp->reduced_api_prim = u_reduced_prim(info->mode); in softpipe_draw_vbo()
143 cvbr->softpipe->reduced_prim = u_reduced_prim(prim); in sp_vbuf_set_primitive()
225 unsigned assembled_prim = u_reduced_prim(input_prims->prim); in draw_prim_assembler_run()
54 unsigned reduced_prim = u_reduced_prim(prim); in draw_need_pipeline()
1124 unsigned reduced_prim = u_reduced_prim(draw->pt.prim); in draw_will_inject_frontface()
1471 (u_reduced_prim(p_draw_info->mode) == PIPE_PRIM_TRIANGLES) && in swr_update_derived()