Home
last modified time | relevance | path

Searched refs:getUniqueId (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp83 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport); in import()
137 type = new Instruction(getUniqueId(), NoType, OpTypeVoid); in makeVoidType()
151 type = new Instruction(getUniqueId(), NoType, OpTypeBool); in makeBoolType()
165 type = new Instruction(getUniqueId(), NoType, OpTypeSampler); in makeSamplerType()
187 type = new Instruction(getUniqueId(), NoType, OpTypePointer); in makePointer()
202 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeForwardPointer); in makeForwardPointer()
243 type = new Instruction(getUniqueId(), NoType, OpTypeInt); in makeIntegerType()
277 type = new Instruction(getUniqueId(), NoType, OpTypeFloat); in makeFloatType()
308 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct); in makeStructType()
355 type = new Instruction(getUniqueId(), NoType, OpTypeVector); in makeVectorType()
[all …]
DSpvBuilder.h83 spv::Id strId = getUniqueId(); in getStringId()
115 Id getUniqueId() { return ++uniqueId; } in getUniqueId() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h31 virtual uint32_t getUniqueId() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h31 virtual uint32_t getUniqueId() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h26 uint32_t getUniqueId() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h26 uint32_t getUniqueId() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp38 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp38 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h106 virtual int getUniqueId() const { return uniqueId; } in getUniqueId() function
670 copy->setUniqueId(shared->getUniqueId()); in copyUpDeferredInsert()
677 container->setUniqueId(anon->getAnonContainer().getUniqueId()); in copyUpDeferredInsert()
DIntermediate.cpp99 …return addSymbol(variable.getUniqueId(), variable.getName(), variable.getType(), variable.getConst… in addSymbol()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1316 …TIntermSymbol* intermSymbol = intermediate.addSymbol(variable->getUniqueId(), variable->getName(),… in executeInitializer()
1470 symbol->setId(variable->getUniqueId()); in parseSingleDeclaration()
1512 symbol->setId(variable->getUniqueId()); in parseSingleArrayDeclaration()
1616 TIntermSymbol *intermSymbol = intermediate.addSymbol(variable->getUniqueId(), in parseInvariantDeclaration()
1648 symbol->setId(variable->getUniqueId()); in parseDeclarator()
1691 symbol->setId(variable->getUniqueId()); in parseArrayDeclarator()
1856 variable.getUniqueId(), variable.getName(), variable.getType(), location); in addFunctionPrototypeDeclaration()
1935 function->setUniqueId(prevDec->getUniqueId()); in parseFunctionPrototype()
1989 variable->getUniqueId(), variable->getName(), variable->getType(), location); in parseFunctionPrototype()
2463 symbolId = instanceTypeDef->getUniqueId(); in addInterfaceBlock()
DSymbolTable.h66 int getUniqueId() const { return uniqueId; } in getUniqueId() function
Dglslang.y242 $$ = context->intermediate.addSymbol(variable->getUniqueId(),
Dglslang_tab.cpp2384 … (yyval.interm.intermTypedNode) = context->intermediate.addSymbol(variable->getUniqueId(), in yyparse()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp1133 splitNonIoVars[variable.getUniqueId()] = makeInternalVariable(variable.getName(), splitType); in split()
1184 auto entry = flattenMap.insert(std::make_pair(variable.getUniqueId(), in flatten()
1566 if (wasFlattened(variable.getUniqueId())) { in assignToInterface()
1567 auto& memberList = flattenMap[variable.getUniqueId()].members; in assignToInterface()
1570 } else if (wasSplit(variable.getUniqueId())) { in assignToInterface()
1571 TVariable* splitIoVar = getSplitNonIoVar(variable.getUniqueId()); in assignToInterface()
1710 … flattenAccess(variable->getUniqueId(), mem, in handleFunctionDefinition()
3146 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine()
5576 … TIntermSymbol* internalSymbolNode = new TIntermSymbol(internalAggregate->getUniqueId(), in addInputArgumentConversions()
9914 const auto shadowMode = textureShadowVariant.find((*symbol)->getUniqueId()); in fixTextureShadowModes()
[all …]