Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_convert_alu_types.c123 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()
Dnir.h4621 bool (*should_lower)(nir_intrinsic_instr *));
/external/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp612 bool should_lower[2]; in visit() local
614 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()