Searched refs:flattenAccess (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 249 TIntermTyped* flattenAccess(TIntermTyped* base, int member); 250 …TIntermTyped* flattenAccess(int uniqueId, int member, TStorageQualifier outerStorage, const TType&…
|
D | hlslParseHelper.cpp | 838 result = flattenAccess(base, indexValue); in handleBracketDereference() 1047 result = flattenAccess(base, member); in handleDotDereference() 1363 TIntermTyped* HlslParseContext::flattenAccess(TIntermTyped* base, int member) in flattenAccess() function in glslang::HlslParseContext 1367 … TIntermTyped* flattened = flattenAccess(symbolNode.getId(), member, base->getQualifier().storage, in flattenAccess() 1372 TIntermTyped* HlslParseContext::flattenAccess(int uniqueId, int member, TStorageQualifier outerStor… in flattenAccess() function in glslang::HlslParseContext 1710 … flattenAccess(variable->getUniqueId(), mem, in handleFunctionDefinition() 5650 memberArgs.push_back(flattenAccess(arg, memb)); in expandArguments()
|