Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump_decls.h120 [DXIL_BINOP_XOR]= "xor"
Ddxil_module.h75 DXIL_BINOP_XOR = 12, enumerator
Dnir_to_dxil.c2406 case nir_op_ixor: return emit_binop(ctx, alu, DXIL_BINOP_XOR, src[0], src[1]); in emit_alu()
2411 return emit_binop(ctx, alu, DXIL_BINOP_XOR, src[0], negative_one); in emit_alu()