Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c891 static void si_print_annotated_shader(struct si_shader *shader, struct ac_wave_info *waves, in si_print_annotated_shader() function
981 si_print_annotated_shader(sctx->shader.vs.current, waves, num_waves, f); in si_dump_annotated_shaders()
982 si_print_annotated_shader(sctx->shader.tcs.current, waves, num_waves, f); in si_dump_annotated_shaders()
983 si_print_annotated_shader(sctx->shader.tes.current, waves, num_waves, f); in si_dump_annotated_shaders()
984 si_print_annotated_shader(sctx->shader.gs.current, waves, num_waves, f); in si_dump_annotated_shaders()
985 si_print_annotated_shader(sctx->shader.ps.current, waves, num_waves, f); in si_dump_annotated_shaders()