Searched refs:min_threads_for_reg_alloc (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir.c | 543 uint32_t min_threads_for_reg_alloc, 561 c->min_threads_for_reg_alloc = min_threads_for_reg_alloc; 535 vir_compile_init(const struct v3d_compiler * compiler,struct v3d_key * key,nir_shader * s,void (* debug_output)(const char * msg,void * debug_output_data),void * debug_output_data,int program_id,int variant_id,uint32_t max_threads,uint32_t min_threads_for_reg_alloc,bool tmu_spilling_allowed,bool disable_loop_unrolling,bool disable_constant_ubo_load_sorting,bool disable_tmu_pipelining,bool fallback_scheduler) argument
|
| H A D | v3d_compiler.h | 701 uint32_t min_threads_for_reg_alloc; member in struct:v3d_compile
|
| H A D | nir_to_vir.c | 4118 if (c->threads <= MAX2(c->min_threads_for_reg_alloc, min_threads)) {
|
Completed in 11 milliseconds