Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.h85 bool emit_fdph(const nir_alu_instr &instr);
Dsfn_emitaluinstruction.cpp86 case nir_op_fdph: return emit_fdph(instr); in do_emit()
636 bool EmitAluInstruction::emit_fdph(const nir_alu_instr& instr) in emit_fdph() function in r600::EmitAluInstruction