Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp243 …void ByteScatter(CVariable* src, const ResourceDescriptor& resource, CVariable* offset, unsigned e…
H A DEmitVISAPass.cpp5915 m_encoder->ByteScatter(data, resource, ScatterOff, blkBits, nBlks); in emitLegacySimdBlockWrite()
11363 m_encoder->ByteScatter( in emitStore3DInner()
11384 m_encoder->ByteScatter( in emitStore3DInner()
16819 m_encoder->ByteScatter(storedVar, resource, eOffset, blkBits, nBlks); in emitVectorStore()
16877 m_encoder->ByteScatter(subStoredVar, resource, rawAddrVar, blkBits, numBlks); in emitVectorStore()
H A DCISABuilder.cpp6039 void CEncoder::ByteScatter( in ByteScatter() function in IGC::CEncoder