Searched refs:DXIL_FCMP_OLT (Results 1 – 3 of 3) sorted by relevance
128 [DXIL_FCMP_OLT] = "ord-fLT",
101 DXIL_FCMP_OLT = 4, enumerator
2421 case nir_op_flt: return emit_cmp(ctx, alu, DXIL_FCMP_OLT, src[0], src[1]); in emit_alu()