Searched refs:si_print_annotated_shader (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 899 static void si_print_annotated_shader(struct si_shader *shader, struct ac_wave_info *waves, in si_print_annotated_shader() function 994 si_print_annotated_shader(sctx->shader.vs.current, waves, num_waves, f); in si_dump_annotated_shaders() 995 si_print_annotated_shader(sctx->shader.tcs.current, waves, num_waves, f); in si_dump_annotated_shaders() 996 si_print_annotated_shader(sctx->shader.tes.current, waves, num_waves, f); in si_dump_annotated_shaders() 997 si_print_annotated_shader(sctx->shader.gs.current, waves, num_waves, f); in si_dump_annotated_shaders() 998 si_print_annotated_shader(sctx->shader.ps.current, waves, num_waves, f); in si_dump_annotated_shaders()
|