Home
last modified time | relevance | path

Searched refs:min_threads_for_reg_alloc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h758 uint32_t min_threads_for_reg_alloc; member
Dvir.c560 c->min_threads_for_reg_alloc = strategy->min_threads; in vir_compile_init()
Dnir_to_vir.c5042 if (c->threads <= MAX2(c->min_threads_for_reg_alloc, min_threads)) { in v3d_nir_to_vir()