/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/vulkan-deps/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/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | UnixAttributeProvider.java | 85 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/ |
D | IPDBSourceFile.h | 30 virtual uint32_t getUniqueId() const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSourceFile.h | 30 virtual uint32_t getUniqueId() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSourceFile.h | 31 virtual uint32_t getUniqueId() const = 0;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 25 uint32_t getUniqueId() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 25 uint32_t getUniqueId() const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASourceFile.h | 26 uint32_t getUniqueId() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSourceFile.h | 27 uint32_t getUniqueId() const override;
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSourceFile.cpp | 34 uint32_t NativeSourceFile::getUniqueId() const { return FileId; } in getUniqueId() function in NativeSourceFile
|
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/ |
D | H2BGraphicBufferProducer.h | 36 status_t getUniqueId(uint64_t* outId) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASourceFile.cpp | 27 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASourceFile.cpp | 27 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/v4l2_codec2/plugin_store/ |
D | H2BGraphicBufferProducer.cpp | 236 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/ |
D | SymbolTable.h | 108 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()
|
D | ShaderLang.cpp | 957 if (intermediate.getUniqueId() != 0) in ProcessDeferred() 958 symbolTable->overwriteUniqueId(intermediate.getUniqueId()); in ProcessDeferred()
|
/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
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | SymbolTable.h | 108 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/ |
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() 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/ |
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() 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 …]
|