Searched refs:last_reads (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp378 void get_last_temp_read_first_temp_write(int *last_reads, int *first_writes);
4986 glsl_to_tgsi_visitor::get_last_temp_read_first_temp_write(int *last_reads, int *first_writes) argument
4995 last_reads[inst->src[j].index] = (depth == 0) ? i : -2;
5001 last_reads[inst->dst[j].index] = (depth == 0) ? i : -2;
5006 last_reads[inst->tex_offsets[j].index] = (depth == 0) ? i : -2;
5015 if (last_reads[k] == -2) {
5016 last_reads[k] = i;
7143 int *last_reads = ralloc_array(v->mem_ctx, int, v->next_temp);
7149 last_reads[i] = -1;
7152 v->get_last_temp_read_first_temp_write(last_reads, first_write
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp378 void get_last_temp_read_first_temp_write(int *last_reads, int *first_writes);
5127 glsl_to_tgsi_visitor::get_last_temp_read_first_temp_write(int *last_reads, int *first_writes) argument
5136 last_reads[inst->src[j].index] = (depth == 0) ? i : -2;
5142 last_reads[inst->dst[j].index] = (depth == 0) ? i : -2;
5147 last_reads[inst->tex_offsets[j].index] = (depth == 0) ? i : -2;
5156 if (last_reads[k] == -2) {
5157 last_reads[k] = i;
7156 int *last_reads = ralloc_array(v->mem_ctx, int, v->next_temp);
7162 last_reads[i] = -1;
7165 v->get_last_temp_read_first_temp_write(last_reads, first_write
[all...]

Completed in 17 milliseconds