Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_instr_set.c66 return nir_instr_as_debug_info(instr)->type == nir_debug_info_string; in instr_can_rewrite()
273 assert(instr->type == nir_debug_info_string); in hash_debug_info()
726 assert(di1->type == nir_debug_info_string); in nir_instrs_equal()
727 assert(di2->type == nir_debug_info_string); in nir_instrs_equal()
H A Dnir_inline_helpers.h37 if (di->type == nir_debug_info_string) in _nir_foreach_def()
H A Dnir_opt_dce.c104 } else if (di->type == nir_debug_info_string) { in is_live()
H A Dnir.c888 if (type == nir_debug_info_string) in nir_debug_info_instr_create()
897 if (type == nir_debug_info_string) in nir_debug_info_instr_create()
1429 if (di && di->type == nir_debug_info_string) in nir_src_as_string()
H A Dnir_builder.c319 nir_debug_info_instr_create(build->shader, nir_debug_info_string, strlen(value)); in nir_build_string()
H A Dnir_clone.c442 case nir_debug_info_string: in clone_debug_info()
H A Dnir_serialize.c1621 case nir_debug_info_string: in write_debug_info()
1646 case nir_debug_info_string: { in read_debug_info()
H A Dnir_print.c1992 case nir_debug_info_string: in print_debug_info_instr()
H A Dnir.h2766 nir_debug_info_string, enumerator