Home
last modified time | relevance | path

Searched refs:allow_spilling (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.h123 bool run_fs(bool allow_spilling, bool do_rep_send);
128 bool run_cs(bool allow_spilling);
129 bool run_bs(bool allow_spilling);
130 bool run_task(bool allow_spilling);
131 bool run_mesh(bool allow_spilling);
133 void allocate_registers(bool allow_spilling);
150 bool assign_regs(bool allow_spilling, bool spill_all);
H A Dbrw_fs_reg_allocate.cpp341 bool assign_regs(bool allow_spilling, bool spill_all);
348 void build_interference_graph(bool allow_spilling);
643 fs_reg_alloc::build_interference_graph(bool allow_spilling) in build_interference_graph() argument
649 if (devinfo->ver >= 7 && devinfo->ver < 9 && allow_spilling) { in build_interference_graph()
664 if (devinfo->ver >= 9 && allow_spilling) { in build_interference_graph()
1194 fs_reg_alloc::assign_regs(bool allow_spilling, bool spill_all) in assign_regs() argument
1212 if (!allow_spilling) in assign_regs()
1265 fs_visitor::assign_regs(bool allow_spilling, bool spill_all) in assign_regs() argument
1268 bool success = alloc.assign_regs(allow_spilling, spill_all); in assign_regs()
1269 if (!success && allow_spilling) { in assign_regs()
[all...]
H A Dbrw_fs.cpp6483 fs_visitor::allocate_registers(bool allow_spilling)
6501 bool spill_all = allow_spilling && INTEL_DEBUG(DEBUG_SPILL_FS);
6547 bool can_spill = allow_spilling &&
6649 allocate_registers(true /* allow_spilling */);
6768 allocate_registers(true /* allow_spilling */);
6797 allocate_registers(true /* allow_spilling */);
6841 allocate_registers(true /* allow_spilling */);
6874 fs_visitor::run_fs(bool allow_spilling, bool do_rep_send)
6943 allocate_registers(allow_spilling);
6950 fs_visitor::run_cs(bool allow_spilling)
[all...]
H A Dbrw_mesh.cpp252 const bool allow_spilling = !prog_data->base.prog_mask; in brw_compile_task() local
254 if (v[simd]->run_task(allow_spilling)) in brw_compile_task()
765 const bool allow_spilling = !prog_data->base.prog_mask; in brw_compile_mesh() local
767 if (v[simd]->run_mesh(allow_spilling)) in brw_compile_mesh()
H A Dbrw_compiler.h1773 bool allow_spilling; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2000 .allow_spilling = true, in iris_compile_fs()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c1140 .allow_spilling = true, in anv_pipeline_compile_fs()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c1894 .allow_spilling = true, in crocus_compile_fs()

Completed in 27 milliseconds