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

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3610 int *last_reads = rzalloc_array(mem_ctx, int, this->next_temp); local
3618 last_reads[i] = get_last_temp_read(i);
3626 if (last_reads[i] < 0 || first_writes[i] < 0) continue;
3630 if (last_reads[j] < 0 || first_writes[j] < 0) continue;
3637 last_reads[i] <= first_writes[j])
3641 /* Update the first_writes and last_reads arrays with the new
3644 last_reads[i] = last_reads[j];
3646 last_reads[j] = -1;
3651 ralloc_free(last_reads);
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3610 int *last_reads = rzalloc_array(mem_ctx, int, this->next_temp); local
3618 last_reads[i] = get_last_temp_read(i);
3626 if (last_reads[i] < 0 || first_writes[i] < 0) continue;
3630 if (last_reads[j] < 0 || first_writes[j] < 0) continue;
3637 last_reads[i] <= first_writes[j])
3641 /* Update the first_writes and last_reads arrays with the new
3644 last_reads[i] = last_reads[j];
3646 last_reads[j] = -1;
3651 ralloc_free(last_reads);
[all...]

Completed in 547 milliseconds