Searched refs:offs0 (Results 1 – 2 of 2) sorted by relevance
663 …const int offs0 = localOffs-1 < 0 ? ((localOffs+workGroupSize-1)%workGroupSize) : ((localOffs-1)… in iterate() local665 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1); in iterate()
607 …const int offs0 = localOffset - 1 < 0 ? ((localOffset + workGroupSize - 1) % workGroupSize) : ((l… in iterate() local609 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1); in iterate()