Searched refs:si_print_annotated_shader (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c914 static void si_print_annotated_shader(struct si_shader *shader, function in typeref:typename:void
1009 si_print_annotated_shader(sctx->vs_shader.current, waves, num_waves, f);
1010 si_print_annotated_shader(sctx->tcs_shader.current, waves, num_waves, f);
1011 si_print_annotated_shader(sctx->tes_shader.current, waves, num_waves, f);
1012 si_print_annotated_shader(sctx->gs_shader.current, waves, num_waves, f);
1013 si_print_annotated_shader(sctx->ps_shader.current, waves, num_waves, f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c899 static void si_print_annotated_shader(struct si_shader *shader, struct ac_wave_info *waves, function in typeref:typename:void
994 si_print_annotated_shader(sctx->shader.vs.current, waves, num_waves, f);
995 si_print_annotated_shader(sctx->shader.tcs.current, waves, num_waves, f);
996 si_print_annotated_shader(sctx->shader.tes.current, waves, num_waves, f);
997 si_print_annotated_shader(sctx->shader.gs.current, waves, num_waves, f);
998 si_print_annotated_shader(sctx->shader.ps.current, waves, num_waves, f);

Completed in 5 milliseconds