Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c205 DXIL_INTR_ROUND_NI = 27, enumerator
2139 case nir_op_ffloor: return emit_unary_intin(ctx, alu, DXIL_INTR_ROUND_NI, src[0]); in emit_alu()