Searched refs:Primitives (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c92 unsigned num_verts_per_prim = machine->Primitives[stream][prim_idx];
95 machine->Primitives[stream][prim_idx];
736 draw->gs.tgsi.machine->Primitives[i] = align_malloc(
740 if (!draw->gs.tgsi.machine->Primitives[i] || !draw->gs.tgsi.machine->PrimitiveOffsets[i])
742 memset(draw->gs.tgsi.machine->Primitives[i], 0,
757 align_free(draw->gs.tgsi.machine->Primitives[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.c92 unsigned num_verts_per_prim = machine->Primitives[stream][prim_idx];
95 machine->Primitives[stream][prim_idx];
726 draw->gs.tgsi.machine->Primitives[i] = align_malloc(
730 if (!draw->gs.tgsi.machine->Primitives[i] || !draw->gs.tgsi.machine->PrimitiveOffsets[i])
732 memset(draw->gs.tgsi.machine->Primitives[i], 0,
747 align_free(draw->gs.tgsi.machine->Primitives[i]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h322 unsigned *Primitives[TGSI_MAX_VERTEX_STREAMS]; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1911 if (mach->Primitives[stream_id][prim_count] >= mach->MaxOutputVertices)
1914 if (mach->Primitives[stream_id][prim_count] == 0)
1917 mach->Primitives[stream_id][prim_count]++;
1941 mach->Primitives[stream_id][*prim_count] = 0;
1949 int emitted_verts = mach->Primitives[0][mach->OutputPrimCount[0]];
6063 mach->Primitives[i][0] = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h400 unsigned *Primitives[TGSI_MAX_VERTEX_STREAMS]; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c2109 if (mach->Primitives[stream_id][*prim_count] >= mach->MaxOutputVertices)
2112 if (mach->Primitives[stream_id][*prim_count] == 0)
2115 mach->Primitives[stream_id][*prim_count]++;
2139 mach->Primitives[stream_id][*prim_count] = 0;
2148 mach->Primitives[0][mach->Temps[temp_prim_idxs[0].idx].xyzw[temp_prim_idxs[0].chan].u[0]];
6346 mach->Primitives[i][0] = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst3221 Primitives will be completely discarded if the plane distance
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst3285 Primitives will be completely discarded if the plane distance

Completed in 30 milliseconds