Lines Matching refs:tpcnr
1121 u8 tpcnr[GPC_MAX], data[TPC_MAX]; in gf100_grctx_generate_r4060a8() local
1124 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); in gf100_grctx_generate_r4060a8()
1131 } while (!tpcnr[gpc]); in gf100_grctx_generate_r4060a8()
1132 tpcnr[gpc]--; in gf100_grctx_generate_r4060a8()
1144 u8 tpcnr[GPC_MAX]; in gf100_grctx_generate_r418bb8() local
1149 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); in gf100_grctx_generate_r418bb8()
1155 } while (!tpcnr[gpc]); in gf100_grctx_generate_r418bb8()
1156 tpcnr[gpc]--; in gf100_grctx_generate_r418bb8()
1202 u8 tpcnr[GPC_MAX]; in gf100_grctx_generate_r406800() local
1206 memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr)); in gf100_grctx_generate_r406800()
1216 } while (!tpcnr[gpc]); in gf100_grctx_generate_r406800()
1217 tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--; in gf100_grctx_generate_r406800()