Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c228 DXIL_INTR_ROUND_Z = 29, enumerator
2424 case nir_op_ftrunc: return emit_unary_intin(ctx, alu, DXIL_INTR_ROUND_Z, src[0]); in emit_alu()