Searched refs:prim_idx (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_gs.c | 84 unsigned prim_idx, j, slot; in tgsi_fetch_gs_outputs() local 92 for (prim_idx = 0; prim_idx < num_primitives; ++prim_idx) { in tgsi_fetch_gs_outputs() 93 unsigned num_verts_per_prim = machine->Primitives[stream][prim_idx]; in tgsi_fetch_gs_outputs() 94 unsigned prim_offset = machine->PrimitiveOffsets[stream][prim_idx]; in tgsi_fetch_gs_outputs() 95 shader->stream[stream].primitive_lengths[prim_idx + shader->stream[stream].emitted_primitives] = in tgsi_fetch_gs_outputs() 96 machine->Primitives[stream][prim_idx]; in tgsi_fetch_gs_outputs() 128 unsigned prim_idx) in tgsi_fetch_gs_input() 148 i, indices[i], prim_idx); in tgsi_fetch_gs_input() 125 tgsi_fetch_gs_input(struct draw_geometry_shader *shader, unsigned *indices, unsigned num_vertices, unsigned prim_idx) tgsi_fetch_gs_input() argument 229 llvm_fetch_gs_input(struct draw_geometry_shader *shader, unsigned *indices, unsigned num_vertices, unsigned prim_idx) llvm_fetch_gs_input() argument 309 int i, j, prim_idx; llvm_fetch_gs_outputs() local [all...] |
H A D | draw_cliptest_tmp.h | 73 unsigned prim_idx = 0, prim_vert_idx = 0; in do_cliptest() local 80 if (prim_vert_idx == (prim_info->primitive_lengths[prim_idx])) { in do_cliptest() 81 prim_idx++; in do_cliptest()
|
H A D | draw_gs.h | 115 unsigned prim_idx);
|
Completed in 2 milliseconds