Searched refs:NIR_LOWER_INSTR_PROGRESS (Results 1 – 4 of 4) sorted by relevance
68 return NIR_LOWER_INSTR_PROGRESS; in v3d_nir_lower_txf_ms_instr()
601 ret = NIR_LOWER_INSTR_PROGRESS; in lower_subgroups_instr()
2067 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()
4253 #define NIR_LOWER_INSTR_PROGRESS ((nir_ssa_def *)(uintptr_t)1) macro