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 D | CISABuilder.hpp | 243 …void ByteScatter(CVariable* src, const ResourceDescriptor& resource, CVariable* offset, unsigned e…
|
H A D | EmitVISAPass.cpp | 5915 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 D | CISABuilder.cpp | 6039 void CEncoder::ByteScatter( in ByteScatter() function in IGC::CEncoder
|