Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c219 DXIL_INTR_FMA = 47, enumerator
2167 case nir_op_ffma: return emit_tertiary_intin(ctx, alu, DXIL_INTR_FMA, src[0], src[1], src[2]); in emit_alu()