Home | History | Annotate | Download | only in compute

Lines Matching refs:offs0

607 			const int		offs0	= localOffset - 1 < 0 ? ((localOffset + workGroupSize - 1) % workGroupSize) : ((localOffset - 1) % workGroupSize);
609 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1);