HomeSort by: relevance | last modified time | path
    Searched defs:vpm_cfg (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3dx_draw.c 557 struct vpm_config vpm_cfg_bin, vpm_cfg; local
566 &vpm_cfg);
587 vpm_cfg.gs_width,
588 vpm_cfg.Gd,
589 vpm_cfg.Gv);
678 vpm_cfg.As;
683 vpm_cfg.Ve;
792 vcm.number_of_16_vertex_batches_for_rendering = vpm_cfg.Vc;
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
vir.c 2023 struct vpm_config vpm_cfg[2]; local
2027 vpm_cfg[phase].As = 1;
2028 vpm_cfg[phase].Gs = 1;
2029 vpm_cfg[phase].Gd = gs->vpm_output_size;
2030 vpm_cfg[phase].gs_width = gs->simd_width;
2042 vpm_cfg[phase].Vc = 2;
2056 vpm_cfg[phase].Gv = 3;
2062 vpm_cfg[phase].Ve = vpm_cfg[phase].Gv;
2065 A * vpm_cfg[phase].As * Ad
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_private.h 1818 struct vpm_config vpm_cfg; member in struct:v3dv_pipeline

Completed in 8 milliseconds