Home
last modified time | relevance | path

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

/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A 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()
5672 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5806 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5812 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5815 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5819 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5822 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5859 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5864 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5868 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5875 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5881 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5677 void remap_array(st_reg& reg, const int *array_remap_info, in remap_array() argument
5683 reg.index = reg.index + array_remap_info[reg.array_id]; in remap_array()
5686 reg.array_id = array_remap_info[reg.array_id]; in remap_array()
5690 remap_array(*reg.reladdr, array_remap_info, has_indirect_access); in remap_array()
5693 remap_array(*reg.reladdr2, array_remap_info, has_indirect_access); in remap_array()
5730 int *array_remap_info = rzalloc_array(has_indirect_access, int, in split_arrays() local
5735 array_remap_info[i] = this->next_temp + array_offset; in split_arrays()
5739 array_remap_info[i] = ++n_remaining_arrays; in split_arrays()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5752 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
[all …]