OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeStd140BaseAlignment
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsUniformBlockCase.cpp
414
int
computeStd140BaseAlignment
(const VarType& type)
435
int elemAlignment =
computeStd140BaseAlignment
(type.getElementType());
447
maxBaseAlignment = de::max(maxBaseAlignment,
computeStd140BaseAlignment
(memberIter->getType()));
468
int baseAlignment =
computeStd140BaseAlignment
(type);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp
371
int
computeStd140BaseAlignment
(const VarType& type, deUint32 layoutFlags)
393
int elemAlignment =
computeStd140BaseAlignment
(type.getElementType(), layoutFlags);
405
maxBaseAlignment = de::max(maxBaseAlignment,
computeStd140BaseAlignment
(memberIter->getType(), layoutFlags));
474
const int baseAlignment = isStd140 ?
computeStd140BaseAlignment
(type, layoutFlags)
601
const int baseAlignment = isStd140 ?
computeStd140BaseAlignment
(varType, combinedFlags)
[
all
...]
Completed in 179 milliseconds