Home
last modified time | relevance | path

Searched refs:no_spills (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dgfx6_gs_visitor.h44 bool no_spills, in gfx6_gs_visitor() argument
46 vec4_gs_visitor(comp, log_data, c, prog_data, shader, mem_ctx, no_spills, in gfx6_gs_visitor()
Dbrw_vec4_gs_visitor.h49 bool no_spills,
Dbrw_vec4.h74 bool no_spills,
349 const bool no_spills;
Dbrw_vec4_gs_visitor.cpp46 bool no_spills, in vec4_gs_visitor() argument
50 no_spills, debug_enabled), in vec4_gs_visitor()
Dbrw_vec4_visitor.cpp1355 bool no_spills, in vec4_visitor() argument
1367 no_spills(no_spills), in vec4_visitor()
Dbrw_vec4_reg_allocate.cpp209 if (this->no_spills) { in reg_allocate()