Searched refs:DXIL_FCMP_OGE (Results 1 – 3 of 3) sorted by relevance
127 [DXIL_FCMP_OGE] = "ord-fGE",
100 DXIL_FCMP_OGE = 3, enumerator
2130 case nir_op_fge: return emit_cmp(ctx, alu, DXIL_FCMP_OGE, src[0], src[1]); in emit_alu()