Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_debug.c251 struct radv_shader_inst { struct
262 struct radv_shader_inst *instructions) in si_add_split_disasm() argument
264 struct radv_shader_inst *last_inst = *num ? &instructions[*num - 1] : NULL; in si_add_split_disasm()
268 struct radv_shader_inst *inst = &instructions[*num]; in si_add_split_disasm()
328 struct radv_shader_inst *instructions = in radv_dump_annotated_shader()
329 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()
835 struct radv_shader_inst *instructions = in radv_dump_faulty_shader()
836 calloc(shader->code_size / 4, sizeof(struct radv_shader_inst)); in radv_dump_faulty_shader()
843 struct radv_shader_inst *inst = &instructions[i]; in radv_dump_faulty_shader()