Lines Matching refs:Gv
2044 /* Gv is a constraint on the hardware to not exceed the
2047 * than Gv vertex segments being referenced by the batch, then
2056 vpm_cfg[phase].Gv = 3;
2059 * that Ve >= Gv. We go with the smallest value of Ve to avoid
2062 vpm_cfg[phase].Ve = vpm_cfg[phase].Gv;
2088 /* Try lowering Gv */
2089 if (vpm_cfg[phase].Gv > 0) {
2090 vpm_cfg[phase].Gv--;
2101 /* Reset Gv to max after dropping dispatch width */
2102 vpm_cfg[phase].Gv = 3;
2120 assert(final_vpm_cfg->Gv < 4);