Home
last modified time | relevance | path

Searched refs:max_scratch_size (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c382 unsigned max_scratch_size = shader->scratch_size; in spill_ssa_defs_and_lower_shader_calls() local
466 max_scratch_size = MAX2(max_scratch_size, offset); in spill_ssa_defs_and_lower_shader_calls()
506 shader->scratch_size = max_scratch_size; in spill_ssa_defs_and_lower_shader_calls()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp6583 ASSERTED unsigned max_scratch_size = 2 * 1024 * 1024; in allocate_registers() local
6606 max_scratch_size = 12 * 1024; in allocate_registers()
6620 assert(prog_data->total_scratch < max_scratch_size); in allocate_registers()