Home
last modified time | relevance | path

Searched refs:GetNumElts (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 DShaderCodeGen.hpp382 uint32_t GetNumElts(llvm::Type* type, bool isUniform = false);
H A DCShader.cpp1996 uint32_t CShader::GetNumElts(llvm::Type* type, bool isUniform) in GetNumElts() function in CShader
2334 uint16_t nElts = (uint16_t)GetNumElts(retType, false); in getOrCreateReturnSymbol()
2445 uint16_t nElts = (uint16_t)GetNumElts(Arg->getType(), isUniform); in getOrCreateArgumentSymbol()
H A DEmitVISAPass.cpp10888 uint16_t nElts = (uint16_t)m_currShader->GetNumElts(argType, false); in emitStackCall()
10927 uint16_t nElts = (uint16_t)m_currShader->GetNumElts(argType, false); in emitStackCall()