Searched refs:prim_idx (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c83 unsigned prim_idx, j, slot; local in function:tgsi_fetch_gs_outputs
91 for (prim_idx = 0; prim_idx < num_primitives; ++prim_idx) {
92 unsigned num_verts_per_prim = machine->Primitives[stream][prim_idx];
93 unsigned prim_offset = machine->PrimitiveOffsets[stream][prim_idx];
94 shader->stream[stream].primitive_lengths[prim_idx + shader->stream[stream].emitted_primitives] =
95 machine->Primitives[stream][prim_idx];
127 unsigned prim_idx)
141 i, indices[i], prim_idx);
124 tgsi_fetch_gs_input(struct draw_geometry_shader * shader,unsigned * indices,unsigned num_vertices,unsigned prim_idx) argument
245 llvm_fetch_gs_input(struct draw_geometry_shader * shader,unsigned * indices,unsigned num_vertices,unsigned prim_idx) argument
325 int i, j, prim_idx; local in function:llvm_fetch_gs_outputs
[all...]
H A Ddraw_gs.h114 unsigned prim_idx);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c83 unsigned prim_idx, j, slot; local in function:tgsi_fetch_gs_outputs
91 for (prim_idx = 0; prim_idx < num_primitives; ++prim_idx) {
92 unsigned num_verts_per_prim = machine->Primitives[stream][prim_idx];
93 unsigned prim_offset = machine->PrimitiveOffsets[stream][prim_idx];
94 shader->stream[stream].primitive_lengths[prim_idx + shader->stream[stream].emitted_primitives] =
95 machine->Primitives[stream][prim_idx];
127 unsigned prim_idx)
147 i, indices[i], prim_idx);
124 tgsi_fetch_gs_input(struct draw_geometry_shader * shader,unsigned * indices,unsigned num_vertices,unsigned prim_idx) argument
228 llvm_fetch_gs_input(struct draw_geometry_shader * shader,unsigned * indices,unsigned num_vertices,unsigned prim_idx) argument
308 int i, j, prim_idx; local in function:llvm_fetch_gs_outputs
[all...]
H A Ddraw_cliptest_tmp.h73 unsigned prim_idx = 0, prim_vert_idx = 0; local in function:TAG
80 if (prim_vert_idx == (prim_info->primitive_lengths[prim_idx])) {
81 prim_idx++;
H A Ddraw_gs.h115 unsigned prim_idx);

Completed in 4 milliseconds