Home
last modified time | relevance | path

Searched refs:brw_analysis (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_analysis.h134 class brw_analysis {
141 brw_analysis(const C *c) : c(c), p(NULL) {} in brw_analysis() function
146 ~brw_analysis() in ~brw_analysis()
170 return const_cast<brw_analysis<T, C> *>(this)->require(); in require()
Dbrw_shader.h75 brw_analysis<brw::idom_tree, backend_shader> idom_analysis;
Dbrw_vec4.h114 brw_analysis<brw::vec4_live_variables, backend_shader> live_analysis;
115 brw_analysis<brw::performance, vec4_visitor> performance_analysis;
Dbrw_fs.h348 brw_analysis<brw::fs_live_variables, backend_shader> live_analysis;
349 brw_analysis<brw::register_pressure, fs_visitor> regpressure_analysis;
350 brw_analysis<brw::performance, fs_visitor> performance_analysis;