Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c254 struct radv_shader_inst { struct
264 struct radv_shader_inst *instructions) in si_add_split_disasm() argument
266 struct radv_shader_inst *last_inst = *num ? &instructions[*num - 1] : NULL; in si_add_split_disasm()
270 struct radv_shader_inst *inst = &instructions[*num]; in si_add_split_disasm()
329 struct radv_shader_inst *instructions = in radv_dump_annotated_shader()
330 calloc(shader->code_size / 4, sizeof(struct radv_shader_inst)); in radv_dump_annotated_shader()
339 struct radv_shader_inst *inst = &instructions[i]; in radv_dump_annotated_shader()
910 struct radv_shader_inst *instructions = in radv_dump_faulty_shader()
911 calloc(shader->code_size / 4, sizeof(struct radv_shader_inst)); in radv_dump_faulty_shader()
918 struct radv_shader_inst *inst = &instructions[i]; in radv_dump_faulty_shader()