/third_party/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 60 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 …]
|
D | nir_opt_find_array_copies.c | 92 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 …]
|
D | nir_lower_const_arrays_to_uniforms.c | 62 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()
|
D | nir_lower_vars_to_ssa.c | 153 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()
|
D | nir_lower_locals_to_regs.c | 52 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()
|
D | nir_split_per_member_structs.c | 109 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()
|
D | nir_split_vars.c | 51 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 …]
|
D | nir_lower_samplers.c | 41 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()
|
D | nir_lower_var_copies.c | 43 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()
|
D | nir_lower_indirect_derefs.c | 52 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()
|
D | nir_remove_dead_variables.c | 67 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()
|
D | nir_split_64bit_vec3_and_vec4.c | 113 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()
|
D | nir_inline_helpers.h | 90 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()
|
D | nir_lower_io_arrays_to_elements.c | 43 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()
|
D | nir_gather_info.c | 63 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()
|
D | nir_opt_memcpy.c | 32 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()
|
D | nir_lower_non_uniform_access.c | 41 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()
|
D | nir_lower_texcoord_replace.c | 37 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()
|
D | nir_instr_set.c | 154 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/ |
D | st_nir_lower_builtin.c | 72 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/ |
D | load_store_vectorizer_tests.cpp | 1207 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/ |
D | gl_nir_lower_samplers_as_deref.c | 96 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()
|
D | gl_nir_lower_atomics.c | 115 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/ |
D | brw_nir_rt.c | 38 (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/ |
D | dxil_nir.c | 651 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 …]
|