Home
last modified time | relevance | path

Searched refs:userTypeDef (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp2986 TVariable *userTypeDef = new TVariable(structName, *structureType, true); in addStructure() local
2987 if(!symbolTable.declare(userTypeDef)) in addStructure()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y3453 TVariable* userTypeDef = new TVariable($2.string, *structure, true); variable
3454 if (! parseContext.symbolTable.insert(*userTypeDef))
Dglslang.m43453 TVariable* userTypeDef = new TVariable($2.string, *structure, true);
3454 if (! parseContext.symbolTable.insert(*userTypeDef))
Dglslang_tab.cpp10155 TVariable* userTypeDef = new TVariable((yyvsp[-4].lex).string, *structure, true); in yyparse() local
10156 if (! parseContext.symbolTable.insert(*userTypeDef)) in yyparse()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dglslang.y3530 TVariable* userTypeDef = new TVariable($2.string, *structure, true); variable
3531 if (! parseContext.symbolTable.insert(*userTypeDef))
Dglslang.m43530 TVariable* userTypeDef = new TVariable($2.string, *structure, true);
3531 if (! parseContext.symbolTable.insert(*userTypeDef))
Dglslang_tab.cpp10762 TVariable* userTypeDef = new TVariable((yyvsp[-4].lex).string, *structure, true); in yyparse() local
10763 if (! parseContext.symbolTable.insert(*userTypeDef)) in yyparse()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp7766 TVariable* userTypeDef = new TVariable(&structName, type, true); in declareStruct() local
7767 if (! symbolTable.insert(*userTypeDef)) { in declareStruct()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp7770 TVariable* userTypeDef = new TVariable(&structName, type, true); in declareStruct() local
7771 if (! symbolTable.insert(*userTypeDef)) { in declareStruct()