Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.cpp8733 uint32_t bytesPerLaneForAllDepth = bytesPerLane * src1_D; in computeRightBound() local
8734 bytesPerLaneForAllDepth = ((bytesPerLaneForAllDepth + 3) / 4) * 4; in computeRightBound()
8736 uint32_t bytes = bytesPerLaneForAllDepth * builder.getNativeExecSize(); in computeRightBound()