Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c834 struct si_shader_inst { struct
853 struct si_shader_inst *instructions, in si_add_split_disasm() argument
876 struct si_shader_inst *inst = &instructions[(*num)++]; in si_add_split_disasm()
930 struct si_shader_inst *instructions = in si_print_annotated_shader()
931 calloc(shader->bo->b.b.width0 / 4, sizeof(struct si_shader_inst)); in si_print_annotated_shader()
957 struct si_shader_inst *inst = &instructions[i]; in si_print_annotated_shader()