• Home
  • Raw
  • Download

Lines Matching refs:curOffset

466 void computeStd140Layout (UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string…  in computeStd140Layout()  argument
470 curOffset = deAlign32(curOffset, baseAlignment); in computeStd140Layout()
494 entry.offset = curOffset; in computeStd140Layout()
498 curOffset += numVecs*stride; in computeStd140Layout()
503 entry.offset = curOffset; in computeStd140Layout()
505 curOffset += getDataTypeByteSize(basicType); in computeStd140Layout()
524 entry.offset = curOffset; in computeStd140Layout()
529 curOffset += stride*type.getArraySize(); in computeStd140Layout()
548 entry.offset = curOffset; in computeStd140Layout()
554 curOffset += numVecs*type.getArraySize()*stride; in computeStd140Layout()
563 …computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]",… in computeStd140Layout()
571 …computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), membe… in computeStd140Layout()
573 curOffset = deAlign32(curOffset, baseAlignment); in computeStd140Layout()
588 int curOffset = 0; in computeStd140Layout() local
595 …computeStd140Layout(layout, curOffset, activeBlockNdx, blockPrefix + uniform.getName(), uniform.ge… in computeStd140Layout()
599 int blockSize = curOffset; in computeStd140Layout()
1415 int curOffset = 0; in iterate() local
1418 blockPointers[blockNdx] = &data[0] + curOffset; in iterate()
1419 curOffset += refLayout.blocks[blockNdx].size; in iterate()
1523 int curOffset = 0; in iterate() local
1531 curOffset = 0; in iterate()
1535 curOffset = deRoundUp32(curOffset, bindingAlignment); in iterate()
1536 glBlockOffsets[blockNdx] = curOffset; in iterate()
1537 curOffset += glLayout.blocks[blockNdx].size; in iterate()
1539 totalSize = curOffset; in iterate()