Home
last modified time | relevance | path

Searched refs:deref_type (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c60 if (d->deref_type == nir_deref_type_cast && is_trivial_deref_cast(d)) in nir_deref_path_init()
83 if (d->deref_type == nir_deref_type_cast && is_trivial_deref_cast(d)) in nir_deref_path_init()
126 while (instr->deref_type != nir_deref_type_var) { in nir_deref_instr_has_indirect()
128 if (instr->deref_type == nir_deref_type_cast) in nir_deref_instr_has_indirect()
131 if ((instr->deref_type == nir_deref_type_array || in nir_deref_instr_has_indirect()
132 instr->deref_type == nir_deref_type_ptr_as_array) && in nir_deref_instr_has_indirect()
146 if (instr->deref_type == nir_deref_type_array && in nir_deref_instr_is_known_out_of_bounds()
168 assert(use_deref->deref_type != nir_deref_type_var); in nir_deref_instr_has_complex_use()
183 if (use_deref->deref_type != nir_deref_type_struct && in nir_deref_instr_has_complex_use()
184 use_deref->deref_type != nir_deref_type_array_wildcard && in nir_deref_instr_has_complex_use()
[all …]
Dnir_opt_find_array_copies.c92 switch (instr->deref_type) { in node_for_deref()
215 switch ((*deref)->deref_type) { in _foreach_aliasing()
225 if ((*deref)->deref_type == nir_deref_type_array_wildcard || in _foreach_aliasing()
265 if (path->path[0]->deref_type == nir_deref_type_var) { in foreach_aliasing_node()
275 assert(path->path[0]->deref_type == nir_deref_type_cast); in foreach_aliasing_node()
284 assert(cast->deref_type == nir_deref_type_cast); in foreach_aliasing_node()
297 assert(path->path[wildcard_idx]->deref_type == nir_deref_type_array); in build_wildcard_deref()
330 if (b->deref_type != d->deref_type) in try_match_deref()
333 switch (b->deref_type) { in try_match_deref()
402 (src->deref_type == nir_deref_type_array && in handle_read()
[all …]
Dnir_lower_const_arrays_to_uniforms.c62 if ((*p)->deref_type == nir_deref_type_array) { in set_const_initialiser()
72 } else if ((*p)->deref_type == nir_deref_type_struct) { in set_const_initialiser()
190 assert(path.path[0]->deref_type == nir_deref_type_var); in lower_const_array_to_uniform()
274 if (deref->deref_type == nir_deref_type_var && in nir_lower_const_arrays_to_uniforms()
389 assert(path.path[0]->deref_type == nir_deref_type_var); in nir_lower_const_arrays_to_uniforms()
393 if ((*p)->deref_type == nir_deref_type_array) { in nir_lower_const_arrays_to_uniforms()
396 } else if ((*p)->deref_type == nir_deref_type_struct) { in nir_lower_const_arrays_to_uniforms()
Dnir_lower_vars_to_ssa.c153 if (deref->deref_type == nir_deref_type_var) in get_deref_node_recur()
156 if (deref->deref_type == nir_deref_type_cast) in get_deref_node_recur()
167 switch (deref->deref_type) { in get_deref_node_recur()
262 switch ((*path)->deref_type) { in foreach_deref_node_worker()
308 assert(path->path[0]->deref_type == nir_deref_type_var); in foreach_deref_node_match()
325 switch ((*path)->deref_type) { in path_may_be_aliased_node()
379 assert(path->path[0]->deref_type == nir_deref_type_var); in path_may_be_aliased()
397 assert(deref->deref_type == nir_deref_type_var); in register_complex_use()
462 if (deref->deref_type == nir_deref_type_var && in register_variable_uses()
736 assert(path->path[0]->deref_type == nir_deref_type_var); in nir_lower_vars_to_ssa_impl()
Dnir_lower_locals_to_regs.c52 switch (deref->deref_type) { in hash_deref()
76 if (a->deref_type != b->deref_type) in derefs_equal()
79 switch (a->deref_type) { in derefs_equal()
114 if (d->deref_type == nir_deref_type_array) in get_reg_for_deref()
152 if (d->deref_type != nir_deref_type_array) in get_deref_reg_src()
Dnir_split_per_member_structs.c109 if (deref->deref_type == nir_deref_type_var) { in build_member_deref()
123 if (deref->deref_type != nir_deref_type_struct) in rewrite_deref_instr()
128 base && base->deref_type != nir_deref_type_var; in rewrite_deref_instr()
132 if (base->deref_type == nir_deref_type_struct) in rewrite_deref_instr()
Dnir_split_vars.c51 if (deref->deref_type == nir_deref_type_var && in get_complex_used_vars()
243 if (path.path[i]->deref_type != nir_deref_type_struct) in split_struct_derefs_impl()
260 switch (p->deref_type) { in split_struct_derefs_impl()
464 if (p->deref_type == nir_deref_type_array && in mark_array_deref_used()
619 if (path->path[i + 1]->deref_type == nir_deref_type_array_wildcard && in deref_has_split_wildcard()
637 if (p->deref_type == nir_deref_type_array_wildcard) in array_path_is_out_of_bounds()
658 if (dst_p->deref_type == nir_deref_type_array_wildcard) in emit_split_copies()
666 if (src_p->deref_type == nir_deref_type_array_wildcard) in emit_split_copies()
677 assert(dst_p->deref_type == nir_deref_type_array_wildcard && in emit_split_copies()
678 src_p->deref_type == nir_deref_type_array_wildcard); in emit_split_copies()
[all …]
Dnir_lower_samplers.c41 while (deref->deref_type != nir_deref_type_var) { in lower_tex_src_to_offset()
46 assert(deref->deref_type == nir_deref_type_array); in lower_tex_src_to_offset()
92 assert(deref->deref_type == nir_deref_type_var); in lower_tex_src_to_offset()
Dnir_lower_var_copies.c43 if ((**deref_arr)->deref_type == nir_deref_type_array_wildcard) in build_deref_to_next_wildcard()
71 assert((*dst_deref_arr)->deref_type == nir_deref_type_array_wildcard); in emit_deref_copy_load_store()
72 assert((*src_deref_arr)->deref_type == nir_deref_type_array_wildcard); in emit_deref_copy_load_store()
Dnir_lower_indirect_derefs.c52 assert(deref->deref_type == nir_deref_type_array); in emit_indirect_load_store_deref()
75 if (deref->deref_type == nir_deref_type_array && in emit_load_store_deref()
141 while (base && base->deref_type != nir_deref_type_var) { in lower_indirect_derefs_block()
143 if (base->deref_type == nir_deref_type_array && in lower_indirect_derefs_block()
Dnir_remove_dead_variables.c67 if (deref->deref_type != nir_deref_type_var) in add_var_use_deref()
122 if (deref->deref_type == nir_deref_type_cast && in remove_dead_var_writes()
127 if (deref->deref_type == nir_deref_type_var) in remove_dead_var_writes()
Dnir_split_64bit_vec3_and_vec4.c113 switch ((*p)->deref_type) { in get_linear_array_offset()
280 if (deref->deref_type == nir_deref_type_var) in nir_split_64bit_vec3_and_vec4_impl()
282 else if (deref->deref_type == nir_deref_type_array) { in nir_split_64bit_vec3_and_vec4_impl()
292 if (deref->deref_type == nir_deref_type_var) in nir_split_64bit_vec3_and_vec4_impl()
294 else if (deref->deref_type == nir_deref_type_array) in nir_split_64bit_vec3_and_vec4_impl()
Dnir_inline_helpers.h90 if (deref->deref_type != nir_deref_type_var) { in nir_foreach_src()
95 if (deref->deref_type == nir_deref_type_array || in nir_foreach_src()
96 deref->deref_type == nir_deref_type_ptr_as_array) { in nir_foreach_src()
Dnir_lower_io_arrays_to_elements.c43 assert(path.path[0]->deref_type == nir_deref_type_var); in get_io_offset()
57 if ((*p)->deref_type == nir_deref_type_array) { in get_io_offset()
73 } else if ((*p)->deref_type == nir_deref_type_struct) { in get_io_offset()
204 assert(path->path[0]->deref_type == nir_deref_type_var); in deref_has_indirect()
212 if ((*p)->deref_type != nir_deref_type_array) in deref_has_indirect()
Dnir_gather_info.c63 assert(path.path[0]->deref_type == nir_deref_type_var); in get_deref_info()
68 assert((*p)->deref_type == nir_deref_type_array); in get_deref_info()
80 if ((*p)->deref_type == nir_deref_type_array) { in get_deref_info()
82 } else if ((*p)->deref_type == nir_deref_type_struct) { in get_deref_info()
225 if (deref->deref_type == nir_deref_type_var) { in get_io_offset()
229 assert(deref->deref_type == nir_deref_type_array); in get_io_offset()
238 if (d->deref_type == nir_deref_type_array) { in get_io_offset()
239 if (is_arrayed && nir_deref_instr_parent(d)->deref_type == nir_deref_type_var) in get_io_offset()
250 } else if (d->deref_type == nir_deref_type_struct) { in get_io_offset()
Dnir_opt_memcpy.c32 if (cast == NULL || cast->deref_type != nir_deref_type_cast) in opt_memcpy_deref_cast()
203 if (dst->deref_type == nir_deref_type_var && in try_lower_memcpy()
247 if (deref->deref_type != nir_deref_type_var) in opt_memcpy_impl()
Dnir_lower_non_uniform_access.c41 if (deref->deref_type == nir_deref_type_var) in nu_handle_init()
45 assert(parent->deref_type == nir_deref_type_var); in nu_handle_init()
47 assert(deref->deref_type == nir_deref_type_array); in nu_handle_init()
Dnir_lower_texcoord_replace.c37 assert(path.path[0]->deref_type == nir_deref_type_var); in get_io_index()
44 if ((*p)->deref_type == nir_deref_type_array) { in get_io_index()
Dnir_instr_set.c154 hash = HASH(hash, instr->deref_type); in hash_deref()
158 if (instr->deref_type == nir_deref_type_var) in hash_deref()
163 switch (instr->deref_type) { in hash_deref()
606 if (deref1->deref_type != deref2->deref_type || in nir_instrs_equal()
611 if (deref1->deref_type == nir_deref_type_var) in nir_instrs_equal()
617 switch (deref1->deref_type) { in nir_instrs_equal()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_lower_builtin.c72 assert(path->path[0]->deref_type == nir_deref_type_var); in get_element()
78 if (path->path[idx]->deref_type == nir_deref_type_array) in get_element()
85 if (path->path[idx]->deref_type != nir_deref_type_struct) in get_element()
103 if (path->path[idx]->deref_type == nir_deref_type_array) { in get_variable()
/third_party/mesa3d/src/compiler/nir/tests/
Dload_store_vectorizer_tests.cpp1207 ASSERT_EQ(deref->deref_type, nir_deref_type_cast); in TEST_F()
1210 ASSERT_EQ(deref->deref_type, nir_deref_type_array); in TEST_F()
1214 ASSERT_EQ(deref->deref_type, nir_deref_type_var); in TEST_F()
1259 ASSERT_EQ(deref->deref_type, nir_deref_type_cast); in TEST_F()
1262 ASSERT_EQ(deref->deref_type, nir_deref_type_array); in TEST_F()
1266 ASSERT_EQ(deref->deref_type, nir_deref_type_var); in TEST_F()
1295 ASSERT_EQ(deref->deref_type, nir_deref_type_cast); in TEST_F()
1298 ASSERT_EQ(deref->deref_type, nir_deref_type_array); in TEST_F()
1302 ASSERT_EQ(deref->deref_type, nir_deref_type_var); in TEST_F()
1332 ASSERT_EQ(deref->deref_type, nir_deref_type_cast); in TEST_F()
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c96 switch (next->deref_type) { in remove_struct_derefs_prep()
161 assert(path.path[0]->deref_type == nir_deref_type_var); in lower_deref()
224 if ((*p)->deref_type == nir_deref_type_struct) in lower_deref()
227 assert((*p)->deref_type == nir_deref_type_array); in lower_deref()
Dgl_nir_lower_atomics.c115 for (nir_deref_instr *d = deref; d->deref_type != nir_deref_type_var; in lower_deref_instr()
117 assert(d->deref_type == nir_deref_type_array); in lower_deref_instr()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_rt.c38 (deref->deref_type == nir_deref_type_array || in resize_deref()
39 deref->deref_type == nir_deref_type_ptr_as_array)) { in resize_deref()
118 if (deref->deref_type == nir_deref_type_var) { in lower_rt_io_derefs()
131 if (deref->deref_type == nir_deref_type_var) { in lower_rt_io_derefs()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c651 deref->deref_type != nir_deref_type_var) in dxil_nir_lower_ubo_to_temp()
702 deref->deref_type == nir_deref_type_var && in dxil_nir_lower_ubo_to_temp()
862 assert(deref->deref_type == nir_deref_type_var || in lower_deref_ssbo()
863 deref->deref_type == nir_deref_type_cast); in lower_deref_ssbo()
868 if (deref->deref_type == nir_deref_type_var) { in lower_deref_ssbo()
907 (deref->deref_type != nir_deref_type_var && in dxil_nir_lower_deref_ssbo()
908 deref->deref_type != nir_deref_type_cast)) in dxil_nir_lower_deref_ssbo()
938 if (root_deref->deref_type != nir_deref_type_cast) in lower_alu_deref_srcs()
985 assert(parent->deref_type == nir_deref_type_cast); in memcpy_load_deref_elem()
998 assert(parent->deref_type == nir_deref_type_cast); in memcpy_store_deref_elem()
[all …]

12345