Home
last modified time | relevance | path

Searched refs:PIPE_PRIM_LINES (Results 1 - 25 of 71) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_prim.h57 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 Du_prim.c45 DEBUG_NAMED_VALUE(PIPE_PRIM_LINES), in u_prim_name()
H A Du_split_draw.c39 case PIPE_PRIM_LINES: in u_split_draw()
H A Du_split_prim.h66 case PIPE_PRIM_LINES: in util_split_prim_next()
/third_party/mesa3d/src/gallium/tests/unit/
H A Du_prim_verts_test.c17 { 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 Du_indices.c71 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 Du_unfilled_indices.c95 * 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 Dfd2_screen.c99 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
109 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dp_tessellator.cpp61 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 Dsvga_draw_private.h47 (1 << PIPE_PRIM_LINES) |
76 case PIPE_PRIM_LINES: in svga_translate_prim()
H A Dsvga_state_need_swtnl.c86 case PIPE_PRIM_LINES: in update_need_pipeline()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_util.c47 case PIPE_PRIM_LINES: in draw_pt_split_prim()
H A Ddraw_split_tmp.h84 case PIPE_PRIM_LINES: in FUNC()
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_util.c155 case PIPE_PRIM_LINES: in v3d_hw_prim_type()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h173 case PIPE_PRIM_LINES: in nvgl_primitive()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_screen.c104 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c126 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c100 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h69 return PIPE_PRIM_LINES; in vk_conv_topology()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c133 [PIPE_PRIM_LINES] = DI_PT_LINELIST,
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_draw.c54 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 DInputAssembly.cpp75 primitive = PIPE_PRIM_LINES; in IaSetTopology()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h331 case PIPE_PRIM_LINES: in translate_draw_mode()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c178 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 Dsfn_nir_lower_tess_io.cpp317 case PIPE_PRIM_LINES: return 2; in outer_tf_components()
535 if (prim_type == PIPE_PRIM_LINES) in r600_append_tcs_TF_emission()

Completed in 11 milliseconds

123