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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_flrp.c225 all_same_constant(const nir_alu_instr *instr, unsigned src, double *result) function in typeref:typename:bool
463 if (all_same_constant(alu, 0, &src0_as_constant)) {
495 if ((all_same_constant(alu, 1, &src1_as_constant) &&

Completed in 3 milliseconds