Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/ReplaceUnsupportedIntrinsics/
H A DReplaceUnsupportedIntrinsics.cpp370 uint32_t BaseTypeSizeInBytes = BaseTypeSize / 8; in generalGroupI8Stream() local
371 uint32_t CntI = RemI8 / BaseTypeSizeInBytes; // the number of i32(0..7) or i16(0..15) in generalGroupI8Stream()
372 …uint32_t CntI8 = RemI8 % BaseTypeSizeInBytes; // remaining number of i8(0-3) - for base_type_siz… in generalGroupI8Stream()