Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump_decls.h143 [DXIL_ICMP_UGE] = "uiGE",
Ddxil_module.h116 DXIL_ICMP_UGE = 35, enumerator
Dnir_to_dxil.c2416 case nir_op_uge: return emit_cmp(ctx, alu, DXIL_ICMP_UGE, src[0], src[1]); in emit_alu()