Lines Matching refs:rat
8939 cf->rat.id = ctx->shader->rat_base + inst->Src[0].Register.Index;
8940 cf->rat.inst = V_RAT_INST_NOP_RTN;
8941 cf->rat.index_mode = rat_index_mode;
9082 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index + ctx->info.file_count[TGSI_FILE_IMAGE];
9083 cf->rat.inst = V_RAT_INST_STORE_TYPED;
9084 cf->rat.index_mode = rat_index_mode;
9146 cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index;
9147 cf->rat.inst = V_RAT_INST_STORE_TYPED;
9148 cf->rat.index_mode = rat_index_mode;
9319 cf->rat.id = rat_base + inst->Src[0].Register.Index;
9320 cf->rat.inst = ctx->inst_info->op;
9321 cf->rat.index_mode = rat_index_mode;