Home
last modified time | relevance | path

Searched refs:NIR_LOWER_INSTR_PROGRESS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_txf_ms.c68 return NIR_LOWER_INSTR_PROGRESS; in v3d_nir_lower_txf_ms_instr()
/external/mesa3d/src/compiler/nir/
Dnir_lower_subgroups.c601 ret = NIR_LOWER_INSTR_PROGRESS; in lower_subgroups_instr()
Dnir.c2067 if (new_def && new_def != NIR_LOWER_INSTR_PROGRESS) { in nir_function_impl_lower_instructions()
2093 if (new_def == NIR_LOWER_INSTR_PROGRESS) in nir_function_impl_lower_instructions()
Dnir.h4253 #define NIR_LOWER_INSTR_PROGRESS ((nir_ssa_def *)(uintptr_t)1) macro