HomeSort by relevance Sort by last modified time
    Searched refs:opt_stats (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/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 619 shader_stats src_stats, opt_stats; member in class:r600_sb::sb_context
652 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 229 milliseconds