Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A Dhypre_lsi_ddamg.c56 int *remap_array; variable
106 if (remap_array[i] >= 0) temp_vect[remap_array[i]] = x_par_data[i]; in HYPRE_LocalAMGSolve()
132 if (remap_array[i] >= 0) y_par_data[i] = Lx_data[remap_array[i]]; in HYPRE_LocalAMGSolve()
198 if (remap_array[i] >= 0 && remap_array[i] < interior_nrows) in HYPRE_ApplyExtension()
230 if (remap_array[i] >= 0) y_par_data[i] = -Lx_data[remap_array[i]]; in HYPRE_ApplyExtension()
302 if (remap_array[i] >= 0 && remap_array[i] < interior_nrows) in HYPRE_ApplyExtensionTranspose()
346 if (remap_array[i] < 0) in HYPRE_ApplyExtensionTranspose()
413 if ( remap_array[i] >= 0 && remap_array[i] < interior_nrows) in HYPRE_ApplyTransform()
446 if (remap_array[i] >= 0) y_par_data[i] -= Lx_data[remap_array[i]]; in HYPRE_ApplyTransform()
505 if (remap_array[i] >= 0 && remap_array[i] < interior_nrows) in HYPRE_ApplyTransformTranspose()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/d3d12/
H A Dd3d12_lower_int_cubemap_to_array.c314 nir_ssa_def *remap_array[cube_remap_size]; in handle_cube_edge() local
316 remap_array[cube_remap_zero] = zero; in handle_cube_edge()
317 remap_array[cube_remap_x] = x; in handle_cube_edge()
318 remap_array[cube_remap_y] = y; in handle_cube_edge()
319 remap_array[cube_remap_tex_size] = tex_size; in handle_cube_edge()
320 remap_array[cube_remap_tex_size_minus_x] = nir_isub(b, tex_size, x); in handle_cube_edge()
321 remap_array[cube_remap_tex_size_minus_y] = nir_isub(b, tex_size, y); in handle_cube_edge()
331 x_result = nir_bcsel(b, predicate, remap_array[remap_table[j].remap_x], x_result); in handle_cube_edge()
332 y_result = nir_bcsel(b, predicate, remap_array[remap_table[j].remap_y], y_result); in handle_cube_edge()
333 face_result = nir_bcsel(b, predicate, remap_array[remap_table[j].remap_face], face_result); in handle_cube_edge()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
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()
5672 remap_array(inst->dst[j], array_remap_info, has_indirect_access); in split_arrays()
5674 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5875 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5878 remap_array(inst->tex_offsets[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()
5883 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/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() function
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()
5746 remap_array(inst->src[j], array_remap_info, has_indirect_access); in split_arrays()
5749 remap_array(inst->tex_offsets[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()
5754 remap_array(inst->resource, array_remap_info, has_indirect_access); in split_arrays()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_mesh.cpp3689 ON_SimpleArray<int> remap_array(vertex_count); in CombineIdenticalVertices() local
3720 remap_array.SetCount(vertex_count); in CombineIdenticalVertices()
3721 int* remap = remap_array.Array(); in CombineIdenticalVertices()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_mesh.cpp3688 ON_SimpleArray<int> remap_array(vertex_count); in CombineIdenticalVertices() local
3719 remap_array.SetCount(vertex_count); in CombineIdenticalVertices()
3720 int* remap = remap_array.Array(); in CombineIdenticalVertices()