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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c2044 /* 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
[all...]
H A Dv3d_compiler.h988 uint32_t Gv; member in struct:vpm_config
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_draw.c583 vpm_cfg_bin.Gv);
589 vpm_cfg.Gv);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1879 pipeline->vpm_cfg_bin.Gv);
1884 pipeline->vpm_cfg.Gv);

Completed in 12 milliseconds