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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5536 void remap_array(st_reg& reg, const int *array_remap_info, argument
5542 reg.index = reg.index + array_remap_info[reg.array_id];
5545 reg.array_id = array_remap_info[reg.array_id];
5549 remap_array(*reg.reladdr, array_remap_info, has_indirect_access);
5552 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access);
5589 int *array_remap_info = rzalloc_array(has_indirect_access, int, local in function:glsl_to_tgsi_visitor::split_arrays
5594 array_remap_info[i] = this->next_temp + array_offset;
5598 array_remap_info[i] = ++n_remaining_arrays;
5605 remap_array(inst->src[j], array_remap_info, has_indirect_access);
5608 remap_array(inst->tex_offsets[j], array_remap_info, has_indirect_acces
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, argument
5683 reg.index = reg.index + array_remap_info[reg.array_id];
5686 reg.array_id = array_remap_info[reg.array_id];
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access);
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access);
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, local in function:glsl_to_tgsi_visitor::split_arrays
5735 array_remap_info[i] = this->next_temp + array_offset;
5739 array_remap_info[i] = ++n_remaining_arrays;
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access);
5749 remap_array(inst->tex_offsets[j], array_remap_info, has_indirect_acces
[all...]

Completed in 15 milliseconds