Home
last modified time | relevance | path

Searched refs:structVariable (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DNameEmbeddedUniformStructs.cpp65 TVariable *structVariable = in doReplacement() local
67 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp72 TVariable *structVariable = in doReplacement() local
74 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
DSeparateDeclarations.cpp131 TVariable *structVariable = in separateDeclarator() local
135 structDeclaration->appendDeclarator(new TIntermSymbol(structVariable)); in separateDeclarator()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DNameEmbeddedUniformStructsMetal.cpp75 TVariable *structVariable = in doReplacement() local
77 TIntermSymbol *structDeclarator = new TIntermSymbol(structVariable); in doReplacement()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1523 TVariable *structVariable = in pruneUnusedFunctions() local
1525 TIntermSymbol *structSymbol = new TIntermSymbol(structVariable); in pruneUnusedFunctions()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp1152 std::string structVariable = variable.m_descriptor.m_name; in checkVarying() local
1158 structVariable.append("[0]"); in checkVarying()
1171 structVariable.append("["); in checkVarying()
1172 structVariable.append(buffer); in checkVarying()
1173 structVariable.append("]"); in checkVarying()
1177 bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()
1191 bool member_result = verifyVarying(program, structVariable, member, stream, is_input); in checkVarying()