Searched refs:offs1 (Results 1 – 3 of 3) sorted by relevance
381 $offs1 = $totalcont;418 print "first kb should start at $offs1\n";424 $offs += &print_uint32($offs1);425 print "kb offs: $offs1, offs=$offs\n"; 428 $offs1 += $kb->{size} + $kb->{fill};
664 …const int offs1 = localOffs-2 < 0 ? ((localOffs+workGroupSize-2)%workGroupSize) : ((localOffs-2)… in iterate() local665 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1); in iterate()
608 …const int offs1 = localOffset - 2 < 0 ? ((localOffset + workGroupSize - 2) % workGroupSize) : ((l… in iterate() local609 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1); in iterate()