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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_core.cpp 81 ctx->opt_stats.dump();
83 ctx->src_stats.dump_diff(ctx->opt_stats);
275 sh->opt_stats.ndw = bc->ndw;
281 sh->opt_stats.dump();
283 sh->src_stats.dump_diff(sh->opt_stats);
sb_bc.h 661 shader_stats src_stats, opt_stats; member in class:r600_sb::sb_context
694 sb_context() : src_stats(), opt_stats(), isa(0),
sb_shader.h 280 shader_stats src_stats, opt_stats; member in class:r600_sb::shader
sb_shader.cpp 37 pool(), all_nodes(), src_stats(), opt_stats(), errors(),
498 shader_stats &s = opt ? opt_stats : src_stats;
506 ctx.opt_stats.accumulate(s);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_core.cpp 81 ctx->opt_stats.dump();
83 ctx->src_stats.dump_diff(ctx->opt_stats);
275 sh->opt_stats.ndw = bc->ndw;
281 sh->opt_stats.dump();
283 sh->src_stats.dump_diff(sh->opt_stats);
sb_bc.h 627 shader_stats src_stats, opt_stats; member in class:r600_sb::sb_context
660 sb_context() : src_stats(), opt_stats(), isa(0),
sb_shader.h 280 shader_stats src_stats, opt_stats; member in class:r600_sb::shader
sb_shader.cpp 37 pool(), all_nodes(), src_stats(), opt_stats(), errors(),
498 shader_stats &s = opt ? opt_stats : src_stats;
506 ctx.opt_stats.accumulate(s);

Completed in 29 milliseconds