Lines Matching refs:binning
1725 /* Don't use the binning pass variant when GS is present because we don't
1726 * support compiling correct binning pass variants with GS.
1909 .fetch_cnt = used_attrs_count, /* decode_cnt for binning pass ? */
2365 if (variant->binning) {
2367 tu_xs_get_additional_cs_size_dwords(variant->binning);
3040 tu_append_executable(pipeline, vs->binning, NULL);
3041 variant = vs->binning;
3227 * Note also that this always uses the full VS even in binning pass. The
3228 * binning pass variant has the same const layout as the full VS, and
3230 * for the binning pass variant. It is required that the constlen state
3231 * matches between binning and draw passes, as some parts of the push
3232 * consts are emitted in state groups that are shared between the binning
3641 * TODO: We need to disable LRZ writes only for the binning pass.