Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_interface.cpp65 program->collect_statistics = args->options->record_stats; in aco_compile_shader()
66 if (program->collect_statistics) in aco_compile_shader()
125 if (program->collect_statistics) in aco_compile_shader()
162 if (program->collect_statistics) in aco_compile_shader()
169 if (program->collect_statistics) in aco_compile_shader()
200 if (program->collect_statistics) in aco_compile_shader()
216 if (program->collect_statistics) { in aco_compile_shader()
Daco_insert_waitcnt.cpp282 bool collect_statistics; member
297 collect_statistics(program_->collect_statistics) {} in wait_ctx()
357 if (collect_statistics && (entry.counters & counter)) { in wait_and_remove_from_entry()
725 if (ctx.collect_statistics) { in insert_wait_entry()
894 if (ctx.collect_statistics) in handle_block()
1006 if (program->collect_statistics) { in insert_wait_states()
Daco_ir.h1655 bool collect_statistics = false; variable
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c550 if (draw->collect_statistics) { in draw_vbo()
584 if (draw->collect_statistics) { in draw_vbo()
Ddraw_tess.c188 if (shader->draw->collect_statistics) { in draw_tess_ctrl_shader_run()
394 if (shader->draw->collect_statistics) { in draw_tess_eval_shader_run()
Ddraw_private.h387 boolean collect_statistics; member
Ddraw_pt_fetch_shade_pipeline.c262 if (draw->collect_statistics) { in fetch_pipeline_generic()
Ddraw_context.c1273 draw->collect_statistics = enable; in draw_collect_pipeline_statistics()
1296 if (draw->collect_statistics) { in draw_stats_clipper_primitives()
Ddraw_gs.c438 if (shader->draw->collect_statistics) { in gs_flush()
706 if (shader->draw->collect_statistics) { in draw_geometry_shader_run()
Ddraw_pt_fetch_shade_pipeline_llvm.c604 if (draw->collect_statistics) { in llvm_pipeline_generic()