Searched refs:maxvtxcnt (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c559 uint32_t maxvtxcnt = 0x7fffffff; local in function:ir3_update_max_tf_vtx
575 * up to 'offset + stride[i]', that leaves maxvtxcnt as:
577 * buffer_size = (maxvtxcnt * stride[i]) + stride[i]
578 * maxvtxcnt = (buffer_size - stride[i]) / stride[i]
590 maxvtxcnt = MIN2(maxvtxcnt, max);
594 ctx->streamout.max_tf_vtx = maxvtxcnt;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c441 uint32_t maxvtxcnt = 0x7fffffff; local in function:max_tf_vtx
461 * up to 'offset + stride[i]', that leaves maxvtxcnt as:
463 * buffer_size = (maxvtxcnt * stride[i]) + stride[i]
464 * maxvtxcnt = (buffer_size - stride[i]) / stride[i]
476 maxvtxcnt = MIN2(maxvtxcnt, max);
480 return maxvtxcnt;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c2212 * the 'if (vtxcnt < maxvtxcnt)' condition, then append the conditional
2217 * p0.x = (vtxcnt < maxvtxcnt)
2235 struct ir3_instruction *vtxcnt, *maxvtxcnt, *cond; local in function:emit_stream_out
2245 maxvtxcnt = create_driver_param(ctx, IR3_DP_VTXCNT_MAX);
2267 /* setup 'if (vtxcnt < maxvtxcnt)' condition: */
2268 cond = ir3_CMPS_S(ctx->block, vtxcnt, 0, maxvtxcnt, 0);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c3144 * the 'if (vtxcnt < maxvtxcnt)' condition, then append the conditional
3149 * p0.x = (vtxcnt < maxvtxcnt)
3167 struct ir3_instruction *vtxcnt, *maxvtxcnt, *cond; local in function:emit_stream_out
3175 maxvtxcnt = create_driver_param(ctx, IR3_DP_VTXCNT_MAX);
3202 /* setup 'if (vtxcnt < maxvtxcnt)' condition: */
3203 cond = ir3_CMPS_S(ctx->block, vtxcnt, 0, maxvtxcnt, 0);

Completed in 11 milliseconds