/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 86 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport); in import() 140 type = new Instruction(getUniqueId(), NoType, OpTypeVoid); in makeVoidType() 154 type = new Instruction(getUniqueId(), NoType, OpTypeBool); in makeBoolType() 168 type = new Instruction(getUniqueId(), NoType, OpTypeSampler); in makeSamplerType() 190 type = new Instruction(getUniqueId(), NoType, OpTypePointer); in makePointer() 205 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeForwardPointer); in makeForwardPointer() 251 type = new Instruction(getUniqueId(), NoType, OpTypeInt); in makeIntegerType() 290 type = new Instruction(getUniqueId(), NoType, OpTypeFloat); in makeFloatType() 321 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct); in makeStructType() 368 type = new Instruction(getUniqueId(), NoType, OpTypeVector); in makeVectorType() [all …]
|
D | SpvBuilder.h | 93 spv::Id strId = getUniqueId(); in getStringId() 140 Id getUniqueId() { return ++uniqueId; } in getUniqueId() function
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 86 Instruction* import = new Instruction(getUniqueId(), NoType, OpExtInstImport); in import() 140 type = new Instruction(getUniqueId(), NoType, OpTypeVoid); in makeVoidType() 154 type = new Instruction(getUniqueId(), NoType, OpTypeBool); in makeBoolType() 168 type = new Instruction(getUniqueId(), NoType, OpTypeSampler); in makeSamplerType() 190 type = new Instruction(getUniqueId(), NoType, OpTypePointer); in makePointer() 205 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeForwardPointer); in makeForwardPointer() 251 type = new Instruction(getUniqueId(), NoType, OpTypeInt); in makeIntegerType() 290 type = new Instruction(getUniqueId(), NoType, OpTypeFloat); in makeFloatType() 321 Instruction* type = new Instruction(getUniqueId(), NoType, OpTypeStruct); in makeStructType() 368 type = new Instruction(getUniqueId(), NoType, OpTypeVector); in makeVectorType() [all …]
|
D | SpvBuilder.h | 93 spv::Id strId = getUniqueId(); in getStringId() 140 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 | 108 virtual int getUniqueId() const { return uniqueId; } in getUniqueId() function 708 copy->setUniqueId(shared->getUniqueId()); in copyUpDeferredInsert() 715 container->setUniqueId(anon->getAnonContainer().getUniqueId()); in copyUpDeferredInsert()
|
D | Intermediate.cpp | 99 …return addSymbol(variable.getUniqueId(), variable.getName(), variable.getType(), variable.getConst… in addSymbol()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | SymbolTable.h | 108 virtual int getUniqueId() const { return uniqueId; } in getUniqueId() function 708 copy->setUniqueId(shared->getUniqueId()); in copyUpDeferredInsert() 715 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/v4l2_codec2/plugin_store/ |
D | C2VdaBqBlockPool.cpp | 281 status_t getUniqueId(uint64_t* outId) const { in getUniqueId() function in android::H2BGraphicBufferProducer 282 Return<uint64_t> transResult = mBase->getUniqueId(); in getUniqueId() 845 if (newProducer->getUniqueId(&producerId) != android::NO_ERROR) { in configureProducer()
|
/external/angle/third_party/glslang/src/hlsl/ |
D | hlslParseHelper.cpp | 1129 splitNonIoVars[variable.getUniqueId()] = makeInternalVariable(variable.getName(), splitType); in split() 1180 auto entry = flattenMap.insert(std::make_pair(variable.getUniqueId(), in flatten() 1562 if (wasFlattened(variable.getUniqueId())) { in assignToInterface() 1563 auto& memberList = flattenMap[variable.getUniqueId()].members; in assignToInterface() 1566 } else if (wasSplit(variable.getUniqueId())) { in assignToInterface() 1567 TVariable* splitIoVar = getSplitNonIoVar(variable.getUniqueId()); in assignToInterface() 1706 … flattenAccess(variable->getUniqueId(), mem, in handleFunctionDefinition() 3198 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine() 5625 … TIntermSymbol* internalSymbolNode = new TIntermSymbol(internalAggregate->getUniqueId(), in addInputArgumentConversions() 9978 const auto shadowMode = textureShadowVariant.find((*symbol)->getUniqueId()); in fixTextureShadowModes() [all …]
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 1129 splitNonIoVars[variable.getUniqueId()] = makeInternalVariable(variable.getName(), splitType); in split() 1180 auto entry = flattenMap.insert(std::make_pair(variable.getUniqueId(), in flatten() 1562 if (wasFlattened(variable.getUniqueId())) { in assignToInterface() 1563 auto& memberList = flattenMap[variable.getUniqueId()].members; in assignToInterface() 1566 } else if (wasSplit(variable.getUniqueId())) { in assignToInterface() 1567 TVariable* splitIoVar = getSplitNonIoVar(variable.getUniqueId()); in assignToInterface() 1706 … flattenAccess(variable->getUniqueId(), mem, in handleFunctionDefinition() 3198 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine() 5625 … TIntermSymbol* internalSymbolNode = new TIntermSymbol(internalAggregate->getUniqueId(), in addInputArgumentConversions() 9978 const auto shadowMode = textureShadowVariant.find((*symbol)->getUniqueId()); in fixTextureShadowModes() [all …]
|