Home
last modified time | relevance | path

Searched refs:SendDesc (Results 1 – 22 of 22) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/Messages/
H A DMessageDecoder.hpp46 SendDesc _exDesc, in MessageDecoder()
47 SendDesc _desc, in MessageDecoder()
242 SendDesc surfaceId, in setScatterGatherOpX()
273 SendDesc surfaceId, in setScatterGatherOp()
346 SendDesc _exDesc, in MessageDecoderLegacy()
347 SendDesc _desc, in MessageDecoderLegacy()
419 SendDesc exDesc, SendDesc desc,
425 SendDesc exDesc, SendDesc desc,
430 SendDesc exDesc, SendDesc desc,
436 SendDesc &exDesc,
[all …]
H A DMessageDecoderLSC.cpp141 SendDesc _exDesc, in MessageDecoderLSC()
142 SendDesc _desc, in MessageDecoderLSC()
609 SendDesc surfaceId(0x0); in decodeLscMessage()
969 SendDesc surfId = 0; in decodeLscCcs()
1047 SendDesc exDesc, SendDesc desc, in decodeDescriptorsLSC()
1061 SendDesc &desc) in encLdStVecCachingBits17_19()
1117 SendDesc &desc) in encLdStVecCaching()
1126 SendDesc &exDesc, in encLdStVec()
1127 SendDesc &desc, in encLdStVec()
1432 SendDesc &exDesc, in encodeDescriptorsLSC()
[all …]
H A DMessageDecoderOther.cpp19 SendDesc _exDesc, SendDesc _desc, in MessageDecoderOther()
119 AddrType::INVALID, SendDesc(0), in tryDecodeGTWY()
969 SendDesc exDesc, SendDesc desc, in decodeDescriptorsOther()
H A DMessageDecoderHDC.cpp97 SendDesc _exDesc, SendDesc _desc, in MessageDecoderHDC()
415 SendDesc(surfaceId), in setHdcMessageX()
959 SendDesc(surfId), in tryDecodeDCRO()
1319 SendDesc(surfId), in tryDecodeDC0Memfence()
2036 SendDesc exDesc, SendDesc desc, in decodeDescriptorsHDC()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DInstruction.hpp154 void setExtMsgDesc(const SendDesc &msg) {m_exDesc = msg;} in setExtMsgDesc()
155 void setMsgDesc(const SendDesc &msg) {m_desc = msg;} in setMsgDesc()
229 SendDesc getExtMsgDescriptor() const {return m_exDesc;} in getExtMsgDescriptor()
230 SendDesc getMsgDescriptor() const {return m_desc;} in getMsgDescriptor()
273 SendDesc m_exDesc;
274 SendDesc m_desc;
H A DMessages.hpp261 SendDesc surfaceId;
437 SendDesc exDesc, SendDesc desc,
456 SendDesc addrSurface = 0; // a0 or imm
504 SendDesc &exDesc,
505 SendDesc &desc,
H A DTypes.hpp334 struct SendDesc { struct
343 constexpr SendDesc() : SendDesc(0) { } in SendDesc() function
344 constexpr SendDesc(uint32_t desc) : type(Kind::IMM), imm(desc) { } in SendDesc() argument
345 constexpr SendDesc(RegRef a0r) : type(Kind::REG32A), reg(a0r) { } in SendDesc() argument
H A DMessages.cpp24 SendDesc desc(_desc), exDesc(0); in deducePayloadSizes()
425 SendDesc desc, SendDesc exDesc, in postProcessDecode()
506 SendDesc exDesc, SendDesc desc, in tryDecode()
599 SendDesc &exDesc, in encodeDescriptors()
600 SendDesc &desc, in encodeDescriptors()
H A DKernel.hpp82 const SendDesc &extDesc,
83 const SendDesc &msgDesc);
H A DKernel.cpp109 const SendDesc &exDesc, in createSendInstruction()
110 const SendDesc &desc) in createSendInstruction()
H A DInstBuilder.hpp133 SendDesc m_exDesc;
134 SendDesc m_desc;
264 const SendDesc getExDesc() const {return m_exDesc;} in getExDesc()
885 const SendDesc &exDesc, in InstSendDescs()
887 const SendDesc &desc) in InstSendDescs()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DSendDescriptorDecoding.hpp27 const SendDesc &exDesc,
28 const SendDesc &desc,
H A DSendDescriptorDecoding.cpp83 const SendDesc &exDesc, const SendDesc &desc, in EmitSendDescriptorInfo()
H A DKernelParser.cpp3227 SendDesc exDesc; in ParseSendDescsWithOptSrc1Len()
3303 SendDesc desc; in ParseSendDescsWithOptSrc1Len()
3318 desc.type = SendDesc::Kind::IMM; in ParseSendDescsWithOptSrc1Len()
3330 SendDesc ParseDesc(const char *which) { in ParseDesc()
3331 SendDesc sd; in ParseDesc()
3338 sd.type = SendDesc::Kind::IMM; in ParseDesc()
3360 SendDesc exDesc; in ParseSendDescsLegacy()
3396 SendDesc desc; in ParseSendDescsLegacy()
3411 desc.type = SendDesc::Kind::IMM; in ParseSendDescsLegacy()
4250 SendDesc surf; in ParseLdStInst()
[all …]
H A DFormatter.cpp671 void formatSendDesc(const SendDesc& sd, int cw = 0) { in formatSendDesc()
685 void formatSendExDesc(const SendDesc& sd, int cw = 0) { in formatSendExDesc()
768 const SendDesc exDesc = i.getExtMsgDescriptor(), in formatEolComments()
H A DFormatterJSON.cpp266 auto emitDesc = [&](SendDesc sd) { in emitNormalInst()
270 if (sd.type == SendDesc::Kind::REG32A) { in emitNormalInst()
H A DIRToString.hpp348 static inline std::string ToSymbol(const SendDesc& x) { in ToSymbol()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryEncodingIGA.cpp25 SendDesc exDesc;
1406 SendDesc desc; in getIGASendDesc()
1412 desc.type = SendDesc::Kind::IMM; in getIGASendDesc()
1437 desc.type = SendDesc::Kind::REG32A; in getIGASendDesc()
1449 static SendDesc encodeExDescSendUnary( in encodeExDescSendUnary()
1452 SendDesc exDescIga; in encodeExDescSendUnary()
1459 exDescIga.type = SendDesc::Kind::IMM; in encodeExDescSendUnary()
1483 SendDesc BinaryEncodingIGA::encodeExDescImm( in encodeExDescImm()
1487 SendDesc exDescIga; in encodeExDescImm()
1495 exDescIga.type = SendDesc::Kind::IMM; in encodeExDescImm()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/GED/
H A DDecoder.hpp234 SendDesc decodeSendExDesc();
235 SendDesc decodeSendDesc();
242 SendDesc desc, exDesc;
H A DEncoder.cpp880 SendDesc exDesc = i.getExtMsgDescriptor(); in encodeSendDescsPreXe()
893 SendDesc desc = i.getMsgDescriptor(); in encodeSendDescsPreXe()
938 SendDesc exDesc = i.getExtMsgDescriptor(); in encodeSendDescsXe()
947 SendDesc desc = i.getMsgDescriptor(); in encodeSendDescsXe()
965 SendDesc exDesc = i.getExtMsgDescriptor(); in encodeSendDescsXeHP()
985 SendDesc desc = i.getMsgDescriptor(); in encodeSendDescsXeHP()
1001 SendDesc exDesc = i.getExtMsgDescriptor(); in encodeSendDescsXeHPG()
1022 SendDesc desc = i.getMsgDescriptor(); in encodeSendDescsXeHPG()
H A DDecoder.cpp1083 SendDesc Decoder::decodeSendExDesc() in decodeSendExDesc()
1092 SendDesc exDesc; in decodeSendExDesc()
1094 exDesc.type = SendDesc::Kind::IMM; in decodeSendExDesc()
1099 exDesc.type = SendDesc::Kind::REG32A; in decodeSendExDesc()
1106 SendDesc Decoder::decodeSendDesc() in decodeSendDesc()
1110 SendDesc desc; in decodeSendDesc()
1112 desc.type = SendDesc::Kind::IMM; in decodeSendDesc()
1116 desc.type = SendDesc::Kind::REG32A; in decodeSendDesc()
1124 const SendDesc &desc, int &src0Len, int &dstLen) in decodeMLenRlenFromDesc()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGAExe/
H A Ddecode_message.cpp181 return iga::SendDesc(a0rr); in decodeSendDescriptor()
184 return iga::SendDesc(val); in decodeSendDescriptor()
259 const iga::SendDesc exDesc = in decodeSendDescriptor()
377 auto emitDesc = [&](iga::SendDesc sda, bool treatSigned = false) { in decodeSendDescriptor()