Lines Matching refs:tpcnr
1124 u8 tpcnr[GPC_MAX], data[TPC_MAX]; in gf100_grctx_generate_r4060a8() local
1127 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gf100_grctx_generate_r4060a8()
1134 } while (!tpcnr[gpc]); in gf100_grctx_generate_r4060a8()
1135 tpcnr[gpc]--; in gf100_grctx_generate_r4060a8()
1148 u8 tpcnr[GPC_MAX]; in gf100_grctx_generate_r418bb8() local
1153 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gf100_grctx_generate_r418bb8()
1159 } while (!tpcnr[gpc]); in gf100_grctx_generate_r418bb8()
1160 tpcnr[gpc]--; in gf100_grctx_generate_r418bb8()
1207 u8 tpcnr[GPC_MAX]; in gf100_grctx_generate_r406800() local
1211 memcpy(tpcnr, gr->tpc_nr, sizeof(gr->tpc_nr)); in gf100_grctx_generate_r406800()
1221 } while (!tpcnr[gpc]); in gf100_grctx_generate_r406800()
1222 tpc = gr->tpc_nr[gpc] - tpcnr[gpc]--; in gf100_grctx_generate_r406800()