Searched refs:curPrefix (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp466 void computeStd140Layout (UniformLayout& layout, int& curOffset, int curBlockNdx, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) argument
477 entry.name = curPrefix;
521 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
545 entry.name = curPrefix + "[0]"; // Array uniforms are always postfixed with [0]
563 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags);
571 computeStd140Layout(layout, curOffset, curBlockNdx, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags);
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp467 const std::string& curPrefix,
485 entry.name = curPrefix;
528 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0]
552 entry.name = curPrefix + "[0]"; // Array variables are always postfixed with [0]
572 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "[" + de::toString(elemNdx) + "]", type.getElementType(), layoutFlags);
580 curOffset += computeReferenceLayout(layout, curBlockNdx, curOffset, curPrefix + "." + memberIter->getName(), memberIter->getType(), layoutFlags);
463 computeReferenceLayout( BufferLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) argument

Completed in 86 milliseconds