Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump_decls.h148 [DXIL_ICMP_SLT] = "iLT",
Ddxil_module.h121 DXIL_ICMP_SLT = 40, enumerator
Dnir_to_dxil.c2125 case nir_op_ilt: return emit_cmp(ctx, alu, DXIL_ICMP_SLT, src[0], src[1]); in emit_alu()