Lines Matching defs:info
40 struct tgsi_shader_info *info;
1170 struct tgsi_shader_info *info = ctx->info;
1176 inbase = info->file_max[TGSI_FILE_INPUT] + 1;
1177 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1;
1187 decl.Semantic.Index = info->input_semantic_index[in_idx];
1189 decl.Interp.Interpolate = info->input_interpolate[in_idx];
1190 decl.Interp.Location = info->input_interpolate_loc[in_idx];
1253 struct tgsi_shader_info *info = ctx->info;
1259 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1;
1273 ctx->imm.Register.Index = info->immediate_count;
1422 * returns the current info.
1427 struct tgsi_shader_info *info)
1442 ctx.info = info;
1445 tgsi_scan_shader(tokens, info);
1451 if ((info->processor == PIPE_SHADER_FRAGMENT) &&
1455 for (i = 0; i <= info->file_max[TGSI_FILE_INPUT]; i++) {
1456 if (info->input_semantic_name[i] == TGSI_SEMANTIC_COLOR)
1458 if (info->input_semantic_name[i] == TGSI_SEMANTIC_FACE)
1465 #define OPCS(x) ((config->lower_ ## x) ? info->opcode_count[TGSI_OPCODE_ ## x] : 0)
1548 n = info->opcode_count[TGSI_OPCODE_TEX] +
1549 info->opcode_count[TGSI_OPCODE_TXP] +
1550 info->opcode_count[TGSI_OPCODE_TXB] +
1551 info->opcode_count[TGSI_OPCODE_TXB2] +
1552 info->opcode_count[TGSI_OPCODE_TXL];
1554 n = info->opcode_count[TGSI_OPCODE_TXP];
1580 tgsi_scan_shader(newtoks, info);