Searched refs:should_lower (Results 1 – 3 of 3) sorted by relevance
123 bool (*should_lower)(nir_intrinsic_instr *)) in lower_convert_alu_types_impl()139 if (should_lower != NULL && !should_lower(conv)) in lower_convert_alu_types_impl()159 bool (*should_lower)(nir_intrinsic_instr *)) in nir_lower_convert_alu_types()164 if (func->impl && lower_convert_alu_types_impl(func->impl, should_lower)) in nir_lower_convert_alu_types()
4621 bool (*should_lower)(nir_intrinsic_instr *));
612 bool should_lower[2]; in visit() local614 should_lower[i] = should_lower_jump(jumps[i]); in visit()617 if(should_lower[1] && should_lower[0]) in visit()619 else if(should_lower[0]) in visit()621 else if(should_lower[1]) in visit()