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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c37 static bool is_alu_compatible(struct ir2_instr *a, struct ir2_instr *b) function in typeref:typename:bool
300 bool compat = is_alu_compatible(instr_v, instr);
322 if (!is_alu_compatible(instr_v, instr) || !scalar_possible(instr))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c39 is_alu_compatible(struct ir2_instr *a, struct ir2_instr *b) function in typeref:typename:bool
327 bool compat = is_alu_compatible(instr_v, instr);
349 if (!is_alu_compatible(instr_v, instr) || !scalar_possible(instr))

Completed in 3 milliseconds