Home
last modified time | relevance | path

Searched refs:shouldFlatten (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1161 bool HlslParseContext::shouldFlatten(const TType& type, TStorageQualifier qualifier, bool topLevel)… in shouldFlatten() function in glslang::HlslParseContext
1243 if (!shouldFlatten(type, outerQualifier.storage, false)) { in addFlattenedMember()
1384 if (!shouldFlatten(dereferencedType, outerStorage, false)) { in flattenAccess()
1703 … if (shouldFlatten(variable->getType(), variable->getType().getQualifier().storage, true)) { in handleFunctionDefinition()
2022 …} else if (shouldFlatten(variable.getType(), EvqVaryingIn /* not assigned yet, but close enough */… in transformEntryPoint()
2819 … } else if (flattened && !shouldFlatten(derefType, isLeft ? leftStorage : rightStorage, false)) { in handleAssign()
2857 …bool shouldFlattenSubsetLeft = isFlattenLeft && shouldFlatten(left->getType(), leftStorage, topLev… in handleAssign()
2858 …bool shouldFlattenSubsetRight = isFlattenRight && shouldFlatten(right->getType(), rightStorage, to… in handleAssign()
5402 … } else if (shouldFlatten(*(*fnCandidate)[i].type, (*fnCandidate)[i].type->getQualifier().storage, in handleFunctionCall()
5569 … if (!shouldFlatten(*function[param].type, function[param].type->getQualifier().storage, true)) { in addInputArgumentConversions()
[all …]
DhlslParseHelper.h253 bool shouldFlatten(const TType&, TStorageQualifier, bool topLevel) const;