Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp835 v.performance_analysis.require(), stats); in brw_compile_gs()
874 v.performance_analysis.require(), in brw_compile_gs()
939 gs->performance_analysis.require(), in brw_compile_gs()
Dbrw_vec4_tcs.cpp479 v.performance_analysis.require(), stats); in brw_compile_tcs()
499 v.performance_analysis.require(), in brw_compile_tcs()
Dbrw_shader.cpp1385 v.performance_analysis.require(), stats); in brw_compile_tes()
1404 v.performance_analysis.require(), in brw_compile_tes()
Dbrw_fs_visitor.cpp912 performance_analysis(this), in fs_visitor()
931 performance_analysis(this), in fs_visitor()
Dbrw_vec4.h111 brw_analysis<brw::performance, vec4_visitor> performance_analysis; variable
Dbrw_fs.h348 brw_analysis<brw::performance, fs_visitor> performance_analysis; variable
Dbrw_fs.cpp8836 const performance &perf = v8->performance_analysis.require(); in brw_compile_fs()
8867 const performance &perf = v16->performance_analysis.require(); in brw_compile_fs()
8890 const performance &perf = v32->performance_analysis.require(); in brw_compile_fs()
8970 v8->performance_analysis.require(), stats); in brw_compile_fs()
8978 v16->performance_analysis.require(), stats); in brw_compile_fs()
8986 v32->performance_analysis.require(), stats); in brw_compile_fs()
9346 v8->performance_analysis.require(), stats); in brw_compile_cs()
9354 v16->performance_analysis.require(), stats); in brw_compile_cs()
9362 v32->performance_analysis.require(), stats); in brw_compile_cs()
9371 v->performance_analysis.require(), stats); in brw_compile_cs()
Dbrw_vec4.cpp2967 v.performance_analysis.require(), stats); in brw_compile_vs()
2987 v.performance_analysis.require(), in brw_compile_vs()
Dbrw_vec4_visitor.cpp1772 live_analysis(this), performance_analysis(this), in vec4_visitor()