Searched refs:SpvOpBitwiseXor (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/compiler/spirv/
H A Dvtn_gather_types.c201 case SpvOpBitwiseXor: return (struct type_args){ 1, 0 };
H A Dspirv_info.c720 case SpvOpBitwiseXor: return "SpvOpBitwiseXor";
/xsrc/external/mit/MesaLib/src/compiler/spirv/
H A Dspirv_info.c902 case SpvOpBitwiseXor: return "SpvOpBitwiseXor";
H A Dvtn_gather_types.c201 case SpvOpBitwiseXor: return (struct type_args){ 1, 0 };
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.h1009 SpvOpBitwiseXor = 198, enumerator in enum:SpvOp_
H A Dvtn_alu.c253 case SpvOpBitwiseXor: return nir_op_ixor;
H A Dspirv_to_nir.c4335 case SpvOpBitwiseXor:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.h1349 SpvOpBitwiseXor = 198, enumerator in enum:SpvOp_
1995 case SpvOpBitwiseXor: *hasResult = true; *hasResultType = true; break;
H A Dvtn_alu.c295 case SpvOpBitwiseXor: return nir_op_ixor;
H A Dspirv_to_nir.c5754 case SpvOpBitwiseXor:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c1808 BINOP(nir_op_ixor, SpvOpBitwiseXor)

Completed in 37 milliseconds