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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gf100.c 1880 u8 gpc_map[GPC_MAX]; local in function:gf100_gr_oneinit_tiles
1906 gpc_map[i] = i;
1911 if (gr->tpc_nr[gpc_map[i + 1]] >
1912 gr->tpc_nr[gpc_map[i + 0]]) {
1913 u8 swap = gpc_map[i];
1914 gpc_map[i + 0] = gpc_map[i + 1];
1915 gpc_map[i + 1] = swap;
1931 init_frac[i] = gr->tpc_nr[gpc_map[i]] * gr->gpc_nr * mul_factor;
1939 gr->tile[i++] = gpc_map[j]
    [all...]

Completed in 28 milliseconds