Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp839 v.performance_analysis.require(), stats); in brw_compile_gs()
879 v.performance_analysis.require(), in brw_compile_gs()
944 gs->performance_analysis.require(), in brw_compile_gs()
Dbrw_vec4_tcs.cpp483 v.performance_analysis.require(), stats); in brw_compile_tcs()
504 v.performance_analysis.require(), in brw_compile_tcs()
Dbrw_shader.cpp1447 v.performance_analysis.require(), stats); in brw_compile_tes()
1466 v.performance_analysis.require(), in brw_compile_tes()
Dbrw_vec4.h115 brw_analysis<brw::performance, vec4_visitor> performance_analysis; variable
Dbrw_fs_visitor.cpp1103 performance_analysis(this), in fs_visitor()
1123 performance_analysis(this), in fs_visitor()
Dbrw_fs.h350 brw_analysis<brw::performance, fs_visitor> performance_analysis; variable
Dbrw_fs.cpp9769 const performance &perf = v8->performance_analysis.require(); in brw_compile_fs()
9811 const performance &perf = v16->performance_analysis.require(); in brw_compile_fs()
9836 const performance &perf = v32->performance_analysis.require(); in brw_compile_fs()
9919 v8->performance_analysis.require(), stats); in brw_compile_fs()
9927 v16->performance_analysis.require(), stats); in brw_compile_fs()
9935 v32->performance_analysis.require(), stats); in brw_compile_fs()
10302 v8->performance_analysis.require(), stats); in brw_compile_cs()
10310 v16->performance_analysis.require(), stats); in brw_compile_cs()
10318 v32->performance_analysis.require(), stats); in brw_compile_cs()
10327 v->performance_analysis.require(), stats); in brw_compile_cs()
[all …]
Dbrw_vec4.cpp3013 v.performance_analysis.require(), params->stats); in brw_compile_vs()
3033 v.performance_analysis.require(), in brw_compile_vs()
Dbrw_vec4_visitor.cpp1763 live_analysis(this), performance_analysis(this), in vec4_visitor()