Home
last modified time | relevance | path

Searched refs:nir_debug_info_instr (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_inline_helpers.h36 nir_debug_info_instr *di = nir_instr_as_debug_info(instr); in _nir_foreach_def()
143 nir_debug_info_instr *di = nir_instr_as_debug_info(instr); in nir_foreach_src()
H A Dnir_print.c83 nir_debug_info_instr **debug_info;
1982 print_debug_info_instr(nir_debug_info_instr *instr, print_state *state) in print_debug_info_instr()
2005 nir_debug_info_instr *di = state->debug_info[instr->index]; in print_instr()
2672 nir_debug_info_instr **debug_info) in _nir_print_shader_annotated()
2735 nir_debug_info_instr **debug_info) in _nir_shader_as_str_annotated()
2838 nir_debug_info_instr **debug_info = rzalloc_array(shader, nir_debug_info_instr *, instr_count); in nir_shader_gather_debug_info()
2850nir_debug_info_instr *di = nir_debug_info_instr_create(shader, nir_debug_info_src_loc, 0); in nir_shader_gather_debug_info()
2864 nir_debug_info_instr *di = debug_info[i]; in nir_shader_gather_debug_info()
H A Dnir_instr_set.c271 hash_debug_info(uint32_t hash, const nir_debug_info_instr *instr) in hash_debug_info()
723 nir_debug_info_instr *di1 = nir_instr_as_debug_info(instr1); in nir_instrs_equal()
724 nir_debug_info_instr *di2 = nir_instr_as_debug_info(instr2); in nir_instrs_equal()
H A Dnir_clone.c427 static nir_debug_info_instr *
428 clone_debug_info(clone_state *state, nir_debug_info_instr *di) in clone_debug_info()
430 nir_debug_info_instr *instr = in clone_debug_info()
H A Dnir_opt_dce.c100 nir_debug_info_instr *di = nir_instr_as_debug_info(instr); in is_live()
H A Dnir_serialize.c1602 write_debug_info(write_ctx *ctx, const nir_debug_info_instr *di) in write_debug_info()
1630 static nir_debug_info_instr *
1637 nir_debug_info_instr *di = nir_debug_info_instr_create(ctx->nir, type, 0); in read_debug_info()
1647 nir_debug_info_instr *di = in read_debug_info()
H A Dnir.c883 nir_debug_info_instr *
891 nir_debug_info_instr *instr = gc_zalloc_size( in nir_debug_info_instr_create()
892 shader->gctx, sizeof(nir_debug_info_instr) + additional_size, 1); in nir_debug_info_instr_create()
1428 nir_debug_info_instr *di = nir_src_as_debug_info(src); in nir_src_as_string()
H A Dnir.h2774 typedef struct nir_debug_info_instr { struct
2797 } nir_debug_info_instr; argument
2821 nir_debug_info_instr, instr,
4646 nir_debug_info_instr *nir_debug_info_instr_create(nir_shader *shader,
4959 NIR_SRC_AS_(debug_info, nir_debug_info_instr, nir_instr_type_debug_info, nir_instr_as_debug_info)
H A Dnir_builder.c318 nir_debug_info_instr *instr = in nir_build_string()
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c6100 nir_debug_info_instr *instr = in vtn_handle_body_instruction()