Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_flrp.c225 all_same_constant(const nir_alu_instr *instr, unsigned src, double *result) in all_same_constant() function
463 if (all_same_constant(alu, 0, &src0_as_constant)) { in convert_flrp_instruction()
495 if ((all_same_constant(alu, 1, &src1_as_constant) && in convert_flrp_instruction()