HomeSort by: relevance | last modified time | path
    Searched refs:print_shader_time_line (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_program.c 501 print_shader_time_line(const char *stage, const char *name, function
631 print_shader_time_line(stage, shader_name, shader_num,
636 print_shader_time_line("total", "vs", 0, total_by_type[ST_VS], total);
637 print_shader_time_line("total", "tcs", 0, total_by_type[ST_TCS], total);
638 print_shader_time_line("total", "tes", 0, total_by_type[ST_TES], total);
639 print_shader_time_line("total", "gs", 0, total_by_type[ST_GS], total);
640 print_shader_time_line("total", "fs8", 0, total_by_type[ST_FS8], total);
641 print_shader_time_line("total", "fs16", 0, total_by_type[ST_FS16], total);
642 print_shader_time_line("total", "fs32", 0, total_by_type[ST_FS32], total);
643 print_shader_time_line("total", "cs", 0, total_by_type[ST_CS], total)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_program.c 530 print_shader_time_line(const char *stage, const char *name, function
660 print_shader_time_line(stage, shader_name, shader_num,
665 print_shader_time_line("total", "vs", 0, total_by_type[ST_VS], total);
666 print_shader_time_line("total", "tcs", 0, total_by_type[ST_TCS], total);
667 print_shader_time_line("total", "tes", 0, total_by_type[ST_TES], total);
668 print_shader_time_line("total", "gs", 0, total_by_type[ST_GS], total);
669 print_shader_time_line("total", "fs8", 0, total_by_type[ST_FS8], total);
670 print_shader_time_line("total", "fs16", 0, total_by_type[ST_FS16], total);
671 print_shader_time_line("total", "fs32", 0, total_by_type[ST_FS32], total);
672 print_shader_time_line("total", "cs", 0, total_by_type[ST_CS], total)
    [all...]

Completed in 7 milliseconds