Searched refs:first_reads (Results 1 – 1 of 1) sorted by relevance
332 void get_first_temp_read(int *first_reads);4738 glsl_to_tgsi_visitor::get_first_temp_read(int *first_reads) in get_first_temp_read() argument4747 if (first_reads[inst->src[j].index] == -1) in get_first_temp_read()4748 first_reads[inst->src[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()4753 if (first_reads[inst->tex_offsets[j].index] == -1) in get_first_temp_read()4754 first_reads[inst->tex_offsets[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()6735 int *first_reads = ralloc_array(v->mem_ctx, int, v->next_temp); in get_mesa_program_tgsi()6741 first_reads[i] = -1; in get_mesa_program_tgsi()6745 v->get_first_temp_read(first_reads); in get_mesa_program_tgsi()6749 printf("Temp %d: FR=%3d FW=%3d LR=%3d LW=%3d\n", i, first_reads[i], in get_mesa_program_tgsi()[all …]