Home
last modified time | relevance | path

Searched refs:newEltSz (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 DCShader.cpp911 uint32_t newEltSz = CEncoder::GetCISADataTypeSize(newType); in BitCast() local
916 IGC_ASSERT( (newEltSz >= eltSz && (newEltSz % eltSz) == 0) in BitCast()
917 || (newEltSz < eltSz && (eltSz% newEltSz) == 0)); in BitCast()
920 if (newEltSz == eltSz) in BitCast()