OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockPrefix
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp
589
int computeReferenceLayout (BufferLayout& layout, int curBlockNdx, const std::string&
blockPrefix
, int baseOffset, const BufferVar& bufVar, deUint32 blockLayoutFlags)
598
const string prefix =
blockPrefix
+ bufVar.getName() + "[0]";
683
return computeReferenceLayout(layout, curBlockNdx, baseOffset,
blockPrefix
+ bufVar.getName(), varType, combinedFlags);
694
std::string
blockPrefix
= hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
702
curOffset += computeReferenceLayout(layout, activeBlockNdx,
blockPrefix
, curOffset, bufVar, block.getFlags());
[
all
...]
/external/deqp/modules/glshared/
glsUniformBlockCase.cpp
587
std::string
blockPrefix
= hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
595
computeStd140Layout(layout, curOffset, activeBlockNdx,
blockPrefix
+ uniform.getName(), uniform.getType(), mergeLayoutFlags(block.getFlags(), uniform.getFlags()));
[
all
...]
Completed in 261 milliseconds