Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c214 DXIL_INTR_IMAX = 37, enumerator
2159 case nir_op_imax: return emit_binary_intin(ctx, alu, DXIL_INTR_IMAX, src[0], src[1]); in emit_alu()