Lines Matching refs:curOffset
461 void computeStd140Layout (UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string… in computeStd140Layout() argument
465 curOffset = deAlign32(curOffset, baseAlignment); in computeStd140Layout()
490 entry.offset = curOffset; in computeStd140Layout()
494 curOffset += numVecs*stride; in computeStd140Layout()
499 entry.offset = curOffset; in computeStd140Layout()
501 curOffset += getDataTypeByteSize(basicType); in computeStd140Layout()
520 entry.offset = curOffset; in computeStd140Layout()
525 curOffset += stride*type.getArraySize(); in computeStd140Layout()
544 entry.offset = curOffset; in computeStd140Layout()
550 curOffset += numVecs*type.getArraySize()*stride; in computeStd140Layout()
559 …computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]",… in computeStd140Layout()
572 …computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), membe… in computeStd140Layout()
574 curOffset = deAlign32(curOffset, baseAlignment); in computeStd140Layout()
589 int curOffset = 0; in computeStd140Layout() local
596 …computeStd140Layout(layout, curOffset, activeBlockNdx, blockPrefix + uniform.getName(), uniform.ge… in computeStd140Layout()
600 int blockSize = curOffset; in computeStd140Layout()
1418 int curOffset = 0; in iterate() local
1421 blockPointers[blockNdx] = &data[0] + curOffset; in iterate()
1422 curOffset += refLayout.blocks[blockNdx].size; in iterate()
1526 int curOffset = 0; in iterate() local
1534 curOffset = 0; in iterate()
1538 curOffset = deRoundUp32(curOffset, bindingAlignment); in iterate()
1539 glBlockOffsets[blockNdx] = curOffset; in iterate()
1540 curOffset += glLayout.blocks[blockNdx].size; in iterate()
1542 totalSize = curOffset; in iterate()