Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp7544 VISA_Type dstIntType = GetUnsignedIntegerType(m_destination->GetType()); in emitSampleInstruction() local
7545 CVariable* pred = m_currShader->ImmToVariable(0xFFFFFFFF, dstIntType); in emitSampleInstruction()
7546 CVariable* zero = m_currShader->ImmToVariable(0x0, dstIntType); in emitSampleInstruction()
7547 …CVariable* dstAlias = m_currShader->GetNewAlias(m_destination, dstIntType, 0, m_destination->GetNu… in emitSampleInstruction()