/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_prim.h | 57 return PIPE_PRIM_LINES; in u_decomposed_prim() 73 * Reduce a primitive to one of PIPE_PRIM_POINTS, PIPE_PRIM_LINES, and 82 case PIPE_PRIM_LINES: in u_reduced_prim() 87 return PIPE_PRIM_LINES; in u_reduced_prim() 102 return PIPE_PRIM_LINES; in u_assembled_prim() 123 { 2, 2 }, /* PIPE_PRIM_LINES */ in u_prim_vertex_count() 190 case PIPE_PRIM_LINES: in u_vertices_per_prim() 236 case PIPE_PRIM_LINES: in u_decomposed_prims_for_vertices() 298 case PIPE_PRIM_LINES: in u_base_prim_type() 303 return PIPE_PRIM_LINES; in u_base_prim_type() [all...] |
H A D | u_prim.c | 45 DEBUG_NAMED_VALUE(PIPE_PRIM_LINES), in u_prim_name()
|
H A D | u_split_draw.c | 39 case PIPE_PRIM_LINES: in u_split_draw()
|
H A D | u_split_prim.h | 66 case PIPE_PRIM_LINES: in util_split_prim_next()
|
/third_party/mesa3d/src/gallium/tests/unit/ |
H A D | u_prim_verts_test.c | 17 { PIPE_PRIM_LINES, 0, 0 }, 18 { PIPE_PRIM_LINES, 1, 2 }, 19 { PIPE_PRIM_LINES, 2, 4 },
|
/third_party/mesa3d/src/util/indices/ |
H A D | u_indices.c | 71 case PIPE_PRIM_LINES: in u_index_prim_type_convert() 74 return PIPE_PRIM_LINES; in u_index_prim_type_convert() 180 case PIPE_PRIM_LINES: in u_index_count_converted_indices()
|
H A D | u_unfilled_indices.c | 95 * separate lines (PIPE_PRIM_LINES). 172 *out_prim = PIPE_PRIM_LINES; in u_unfilled_translator() 219 *out_prim = PIPE_PRIM_LINES; in u_unfilled_generator()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_screen.c | 99 [PIPE_PRIM_LINES] = DI_PT_LINELIST, 109 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
|
/third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
H A D | p_tessellator.cpp | 61 else if (tes_prim_mode == PIPE_PRIM_LINES) in Init() 98 case PIPE_PRIM_LINES: in Tessellate()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw_private.h | 47 (1 << PIPE_PRIM_LINES) | 76 case PIPE_PRIM_LINES: in svga_translate_prim()
|
H A D | svga_state_need_swtnl.c | 86 case PIPE_PRIM_LINES: in update_need_pipeline()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_util.c | 47 case PIPE_PRIM_LINES: in draw_pt_split_prim()
|
H A D | draw_split_tmp.h | 84 case PIPE_PRIM_LINES: in FUNC()
|
/third_party/mesa3d/src/broadcom/common/ |
H A D | v3d_util.c | 155 case PIPE_PRIM_LINES: in v3d_hw_prim_type()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_gldefs.h | 173 case PIPE_PRIM_LINES: in nvgl_primitive()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_screen.c | 104 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_screen.c | 126 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_screen.c | 100 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_conv.h | 69 return PIPE_PRIM_LINES; in vk_conv_topology()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_screen.c | 133 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_draw.c | 54 mode == PIPE_PRIM_LINES || in prim_is_points_or_lines() 93 case PIPE_PRIM_LINES: in can_cut_index_handle_prim()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | InputAssembly.cpp | 75 primitive = PIPE_PRIM_LINES; in IaSetTopology()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_translate.h | 331 case PIPE_PRIM_LINES: in translate_draw_mode()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_prim_vbuf.c | 178 case PIPE_PRIM_LINES: in sp_vbuf_draw_elements() 375 case PIPE_PRIM_LINES: in sp_vbuf_draw_arrays()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tess_io.cpp | 317 case PIPE_PRIM_LINES: return 2; in outer_tf_components() 535 if (prim_type == PIPE_PRIM_LINES) in r600_append_tcs_TF_emission()
|