Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp5597 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5603 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5606 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5610 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5613 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5650 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5655 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5659 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5666 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5669 remap_array(inst->tex_offsets[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]