Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c190 DXIL_INTR_SATURATE = 7, enumerator
2156 case nir_op_fsat: return emit_unary_intin(ctx, alu, DXIL_INTR_SATURATE, src[0]); in emit_alu()