Home
last modified time | relevance | path

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

12

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp86 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 …]
DSpvBuilder.h93 spv::Id strId = getUniqueId(); in getStringId()
140 Id getUniqueId() { return ++uniqueId; } in getUniqueId() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DSpvBuilder.cpp86 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 …]
DSpvBuilder.h93 spv::Id strId = getUniqueId(); in getStringId()
140 Id getUniqueId() { return ++uniqueId; } in getUniqueId() function
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DUnixAttributeProvider.java85 private Integer getUniqueId(Object object) { in getUniqueId() method in UnixAttributeProvider
103 return getUniqueId(user); in get()
106 return getUniqueId(group); in get()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h30 virtual uint32_t getUniqueId() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h30 virtual uint32_t getUniqueId() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h31 virtual uint32_t getUniqueId() const = 0;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h25 uint32_t getUniqueId() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h25 uint32_t getUniqueId() const override;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h26 uint32_t getUniqueId() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSourceFile.h27 uint32_t getUniqueId() const override;
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSourceFile.cpp34 uint32_t NativeSourceFile::getUniqueId() const { return FileId; } in getUniqueId() function in NativeSourceFile
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DH2BGraphicBufferProducer.h36 status_t getUniqueId(uint64_t* outId) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp27 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp27 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/v4l2_codec2/plugin_store/
DH2BGraphicBufferProducer.cpp236 status_t H2BGraphicBufferProducer::getUniqueId(uint64_t* outId) const { in getUniqueId() function in android::H2BGraphicBufferProducer
237 Return<uint64_t> transResult = mBase->getUniqueId(); in getUniqueId()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSymbolTable.h108 virtual long long getUniqueId() const { return uniqueId; } in getUniqueId() function
715 uint64_t symbolId = symbol.getUniqueId(); in amendSymbolIdLevel()
740 copy->setUniqueId(shared->getUniqueId()); in copyUpDeferredInsert()
747 container->setUniqueId(anon->getAnonContainer().getUniqueId()); in copyUpDeferredInsert()
DShaderLang.cpp957 if (intermediate.getUniqueId() != 0) in ProcessDeferred()
958 symbolTable->overwriteUniqueId(intermediate.getUniqueId()); in ProcessDeferred()
/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
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h108 virtual int getUniqueId() const { return uniqueId; } in getUniqueId() function
714 copy->setUniqueId(shared->getUniqueId()); in copyUpDeferredInsert()
721 container->setUniqueId(anon->getAnonContainer().getUniqueId()); in copyUpDeferredInsert()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp1129 splitNonIoVars[variable.getUniqueId()] = makeInternalVariable(variable.getName(), splitType); in split()
1180 auto entry = flattenMap.insert(std::make_pair(variable.getUniqueId(), in flatten()
1573 if (wasFlattened(variable.getUniqueId())) { in assignToInterface()
1574 auto& memberList = flattenMap[variable.getUniqueId()].members; in assignToInterface()
1577 } else if (wasSplit(variable.getUniqueId())) { in assignToInterface()
1578 TVariable* splitIoVar = getSplitNonIoVar(variable.getUniqueId()); in assignToInterface()
1717 … flattenAccess(variable->getUniqueId(), mem, in handleFunctionDefinition()
3282 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine()
5719 … TIntermSymbol* internalSymbolNode = new TIntermSymbol(internalAggregate->getUniqueId(), in addInputArgumentConversions()
10109 const auto shadowMode = textureShadowVariant.find((*symbol)->getUniqueId()); in fixTextureShadowModes()
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp1129 splitNonIoVars[variable.getUniqueId()] = makeInternalVariable(variable.getName(), splitType); in split()
1180 auto entry = flattenMap.insert(std::make_pair(variable.getUniqueId(), in flatten()
1573 if (wasFlattened(variable.getUniqueId())) { in assignToInterface()
1574 auto& memberList = flattenMap[variable.getUniqueId()].members; in assignToInterface()
1577 } else if (wasSplit(variable.getUniqueId())) { in assignToInterface()
1578 TVariable* splitIoVar = getSplitNonIoVar(variable.getUniqueId()); in assignToInterface()
1717 … flattenAccess(variable->getUniqueId(), mem, in handleFunctionDefinition()
3282 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine()
5719 … TIntermSymbol* internalSymbolNode = new TIntermSymbol(internalAggregate->getUniqueId(), in addInputArgumentConversions()
10113 const auto shadowMode = textureShadowVariant.find((*symbol)->getUniqueId()); in fixTextureShadowModes()
[all …]

12