Searched refs:first_reads (Results 1 – 1 of 1) sorted by relevance
377 void get_first_temp_read(int *first_reads);5015 glsl_to_tgsi_visitor::get_first_temp_read(int *first_reads) in get_first_temp_read() argument5024 if (first_reads[inst->src[j].index] == -1) in get_first_temp_read()5025 first_reads[inst->src[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()5030 if (first_reads[inst->tex_offsets[j].index] == -1) in get_first_temp_read()5031 first_reads[inst->tex_offsets[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()7058 int *first_reads = ralloc_array(v->mem_ctx, int, v->next_temp); in get_mesa_program_tgsi()7064 first_reads[i] = -1; in get_mesa_program_tgsi()7068 v->get_first_temp_read(first_reads); in get_mesa_program_tgsi()7072 printf("Temp %d: FR=%3d FW=%3d LR=%3d LW=%3d\n", i, first_reads[i], in get_mesa_program_tgsi()[all …]