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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_opt_peephole_ffma.c150 any_alu_src_is_a_constant(nir_alu_src srcs[]) function in typeref:typename:bool
225 if (any_alu_src_is_a_constant(mul->src) &&
226 any_alu_src_is_a_constant(add->src)) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_opt_peephole_ffma.c148 any_alu_src_is_a_constant(nir_alu_src srcs[]) function in typeref:typename:bool
222 if (any_alu_src_is_a_constant(mul->src) &&
223 any_alu_src_is_a_constant(add->src)) {

Completed in 3 milliseconds