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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c2032 /* While there is a requirement that Vc >= [Vn / 16], this is
2037 * We always choose Vc=2. We can't go lower than this due to GFXH-1744,
2039 * in general. Increasing Vc also increases VPM memory pressure which
2042 vpm_cfg[phase].Vc = 2;
2066 (vpm_cfg[phase].Vc + vpm_cfg[phase].Ve) * Vd +
2122 assert(final_vpm_cfg->Vc >= 2 && final_vpm_cfg->Vc <= 4);
2147 vpm_cfg_bin->Vc = vs_bin->vcm_cache_size;
2151 vpm_cfg->Vc = vs->vcm_cache_size;
H A Dv3d_compiler.h985 uint32_t Vc; member in struct:vpm_config
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c514 vcm.number_of_16_vertex_batches_for_binning = pipeline->vpm_cfg_bin.Vc;
515 vcm.number_of_16_vertex_batches_for_rendering = pipeline->vpm_cfg.Vc;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_draw.c791 vcm.number_of_16_vertex_batches_for_binning = vpm_cfg_bin.Vc;
792 vcm.number_of_16_vertex_batches_for_rendering = vpm_cfg.Vc;

Completed in 10 milliseconds