/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 83 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 …]
|
D | SpvBuilder.h | 83 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/ |
D | IPDBSourceFile.h | 31 virtual uint32_t getUniqueId() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSourceFile.h | 31 virtual uint32_t getUniqueId() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 26 uint32_t getUniqueId() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 26 uint32_t getUniqueId() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASourceFile.cpp | 38 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASourceFile.cpp | 38 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | SymbolTable.h | 106 virtual int getUniqueId() const { return uniqueId; } in getUniqueId() function 670 copy->setUniqueId(shared->getUniqueId()); in copyUpDeferredInsert() 677 container->setUniqueId(anon->getAnonContainer().getUniqueId()); in copyUpDeferredInsert()
|
D | Intermediate.cpp | 99 …return addSymbol(variable.getUniqueId(), variable.getName(), variable.getType(), variable.getConst… in addSymbol()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 1316 …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()
|
D | SymbolTable.h | 66 int getUniqueId() const { return uniqueId; } in getUniqueId() function
|
D | glslang.y | 242 $$ = context->intermediate.addSymbol(variable->getUniqueId(),
|
D | glslang_tab.cpp | 2384 … (yyval.interm.intermTypedNode) = context->intermediate.addSymbol(variable->getUniqueId(), in yyparse()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 1133 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 …]
|