Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c501 print_shader_time_line(const char *stage, const char *name, in print_shader_time_line() function
631 print_shader_time_line(stage, shader_name, shader_num, in brw_report_shader_time()
636 print_shader_time_line("total", "vs", 0, total_by_type[ST_VS], total); in brw_report_shader_time()
637 print_shader_time_line("total", "tcs", 0, total_by_type[ST_TCS], total); in brw_report_shader_time()
638 print_shader_time_line("total", "tes", 0, total_by_type[ST_TES], total); in brw_report_shader_time()
639 print_shader_time_line("total", "gs", 0, total_by_type[ST_GS], total); in brw_report_shader_time()
640 print_shader_time_line("total", "fs8", 0, total_by_type[ST_FS8], total); in brw_report_shader_time()
641 print_shader_time_line("total", "fs16", 0, total_by_type[ST_FS16], total); in brw_report_shader_time()
642 print_shader_time_line("total", "fs32", 0, total_by_type[ST_FS32], total); in brw_report_shader_time()
643 print_shader_time_line("total", "cs", 0, total_by_type[ST_CS], total); in brw_report_shader_time()