Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump_decls.h138 [DXIL_FCMP_UNE] = "unord-fNE",
Ddxil_module.h111 DXIL_FCMP_UNE = 14, enumerator
Dnir_to_dxil.c2190 return emit_cmp(ctx, alu, DXIL_FCMP_UNE, val, zero); in emit_f2b32()
2420 case nir_op_fneu: return emit_cmp(ctx, alu, DXIL_FCMP_UNE, src[0], src[1]); in emit_alu()