Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/DebugInfo/
H A DVISADebugDecoder.hpp349 uint32_t cisaOffset = read<uint32_t>(dbg); in decode() local
351 … f.CISAOffsetMap.push_back(std::make_pair(cisaOffset, f.relocOffset + genOffset)); in decode()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DDebugInfo.cpp327 uint32_t cisaOffset, genOffset; in ddDbg() local
328 retval = fread(&cisaOffset, sizeof(uint32_t), 1, dbgFile); in ddDbg()
336 std::cout << cisaOffset << "\t" << genOffset << "\n"; in ddDbg()
610 unsigned int cisaOffset = mapCISAOffset.find(cisaIndex)->second; in generateCISAByteOffsetFromOffset() local
611 mapCISAOffsetGenOffset.push_back(IDX_VDbgCisaByte2Gen{cisaOffset, genOffset}); in generateCISAByteOffsetFromOffset()
1563 const unsigned int cisaOffset = CisaOffset2Gen.CisaByteOffset; in emitData() local
1567 emitDataUInt32((uint32_t)cisaOffset, t); in emitData()
H A DCommon_BinaryEncoding.h341 DebugInfoFormat(std::string kernelName, int cisaOffset, uint64_t genOffset) : in DebugInfoFormat() argument
344 m_cisaOffset(cisaOffset), in DebugInfoFormat()