| /third_party/protobuf/js/experimental/runtime/kernel/ |
| D | message_set.js | 108 getMessageOrNull(typeId, instanceCreator, pivot) { argument 120 getMessageAttach(typeId, instanceCreator, pivot) { argument 135 getMessageAccessorOrNull(typeId, pivot) { argument 144 clearMessage(typeId) { argument 154 hasMessage(typeId) { argument 162 setMessage(typeId, value) { argument 191 static create(typeId, message) { argument
|
| /third_party/glslang/SPIRV/ |
| D | SpvBuilder.h | 255 Op getTypeClass(Id typeId) const { return getOpCode(typeId); } in getTypeClass() 259 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); } in getNumTypeComponents() 263 StorageClass getTypeStorageClass(Id typeId) const { return module.getStorageClass(typeId); } in getTypeStorageClass() 264 ImageFormat getImageTypeFormat(Id typeId) const in getImageTypeFormat() 277 bool isBoolType(Id typeId) in isBoolType() 279 bool isIntType(Id typeId) const in isIntType() 281 bool isUintType(Id typeId) const in isUintType() 283 bool isFloatType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat; } in isFloatType() 284 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType() 285 bool isScalarType(Id typeId) const in isScalarType() [all …]
|
| D | SpvBuilder.cpp | 171 Id typeId = getUniqueId(); in makeVoidType() local 650 Id typeId = getUniqueId(); in makeFunctionType() local 672 Id typeId = getUniqueId(); in makeDebugFunctionType() local 1259 Id typeId = getTypeId(resultId); in getDerefTypeId() local 1344 Id Builder::getContainedTypeId(Id typeId, int member) const in getContainedTypeId() 1372 Id typeId = getTypeId(accessChain.base); in getResultingAccessChainType() local 1397 bool Builder::containsType(Id typeId, spv::Op typeOp, unsigned int width) const in containsType() 1451 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant() 1466 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant() 1531 Id Builder::makeNullConstant(Id typeId) in makeNullConstant() [all …]
|
| D | SpvPostProcess.cpp | 64 void Builder::postProcessType(const Instruction& inst, Id typeId) in postProcessType() 252 Id typeId = base->getTypeId(); in postProcess() local
|
| D | spvIR.h | 96 …Instruction(Id resultId, Id typeId, Op opCode) : resultId(resultId), typeId(typeId), opCode(opCode… in Instruction() 182 Id typeId; variable 453 StorageClass getStorageClass(Id typeId) const in getStorageClass()
|
| D | GlslangToSpv.cpp | 2542 spv::Id typeId = convertGlslangToSpvType(node->getOperand()->getType()); in visitUnary() local 3666 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); in visitAggregate() local 3701 spv::Id typeId = builder.makeArrayType(builder.makeVectorType(builder.makeFloatType(32), 3), in visitAggregate() local 5479 spv::Id typeId = convertGlslangToSpvType(paramType); in makeFunctions() local 6425 spv::Id typeId, spv::Id left, spv::Id right, in createBinaryOperation() 6691 …ToSpvTraverser::createBinaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, in createBinaryMatrixOperation() 6790 …vTraverser::createUnaryOperation(glslang::TOperator op, OpDecorations& decorations, spv::Id typeId, in createUnaryOperation() 7323 …gToSpvTraverser::createUnaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, in createUnaryMatrixOperation() 7794 spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy, in createAtomicOperation() 8000 spv::Id TGlslangToSpvTraverser::createInvocationsOperation(glslang::TOperator op, spv::Id typeId, in createInvocationsOperation() [all …]
|
| D | disassemble.cpp | 187 Id typeId = 0; in processInstructions() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | OutputSPIRV.cpp | 669 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in getSymbolIdAndStorageClass() local 689 spirv::IdRef typeId, in nodeDataInitLValue() 772 spirv::IdRef typeId, in accessChainPushSwizzle() 799 spirv::IdRef typeId) in accessChainPushDynamicComponent() 1138 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in declareConst() local 1188 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; in createConstant() local 1278 spirv::IdRef typeId, in createComplexConstant() 1306 spirv::IdRef OutputSPIRVTraverser::createConstructor(TIntermAggregate *node, spirv::IdRef typeId) in createConstructor() 1435 spirv::IdRef typeId, in createArrayOrStructConstructor() 1446 spirv::IdRef typeId, in createConstructorScalarFromNonScalar() [all …]
|
| D | BuildSPIRV.cpp | 626 spirv::IdRef SPIRVBuilder::getTypePointerId(spirv::IdRef typeId, spv::StorageClass storageClass) in getTypePointerId() 731 spirv::IdRef typeId; in declareType() local 1325 const spirv::IdRef typeId = getSpirvTypeData(spirvType, nullptr).id; in getBasicConstantHelper() local 1356 spirv::IdRef SPIRVBuilder::getNullConstant(spirv::IdRef typeId) in getNullConstant() 1394 const spirv::IdRef typeId = getSpirvTypeData(vecType, nullptr).id; in getVectorConstantHelper() local 1433 spirv::IdRef SPIRVBuilder::getCompositeConstant(spirv::IdRef typeId, const spirv::IdRefList &values) in getCompositeConstant() 1485 spirv::IdRef SPIRVBuilder::declareVariable(spirv::IdRef typeId, in declareVariable() 1521 const spirv::IdRef typeId = getSpirvTypeData(spirvType, nullptr).id; in declareSpecConst() local 1694 void SPIRVBuilder::writePerVertexBuiltIns(const TType &type, spirv::IdRef typeId) in writePerVertexBuiltIns() 1939 void SPIRVBuilder::writeMemberDecorations(const SpirvType &type, spirv::IdRef typeId) in writeMemberDecorations()
|
| /third_party/mesa3d/src/compiler/clc/ |
| D | clc_helpers.cpp | 90 SPIRVKernelArg(uint32_t id, uint32_t typeId) : id(id), typeId(typeId), in SPIRVKernelArg() 97 uint32_t typeId; member in SPIRVKernelArg 174 uint32_t id, typeId; in parseFunctionParam() local 217 uint32_t typeId, storageClass; in parseTypePointer() local 418 uint32_t typeId; in parseOpTypeImage() local 480 uint32_t typeId = ins->words[ins->operands[0].offset]; in parseLiteralType() local 556 uint32_t typeId = ins->words[ins->operands[0].offset]; in parseSpecConstant() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | glslang_wrapper_utils.cpp | 1122 spirv::IdRef typeId; member 1223 void SpirvIDDiscoverer::visitTypeHelper(spirv::IdResult id, spirv::IdRef typeId) in visitTypeHelper() 1285 spirv::IdRef typeId) in visitTypePointer() 1332 SpirvVariableType SpirvIDDiscoverer::visitVariable(spirv::IdResultType typeId, in visitVariable() 1447 spirv::IdRef typeId, in transformMemberDecorate() 1550 spirv::IdResultType typeId, in transformAccessChain() 1609 spirv::IdRef typeId, in transformTypePointer() 1646 TransformationState SpirvInactiveVaryingRemover::transformVariable(spirv::IdResultType typeId, in transformVariable() 1716 spirv::IdRef typeId) in visitTypePointer() 1723 spirv::IdResultType typeId, in visitVariable() [all …]
|
| /third_party/spirv-tools/source/opt/ |
| D | inline_opaque_pass.cpp | 27 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | inline_opaque_pass.cpp | 29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType()
|
| D | fold_spec_constant_op_and_composite_pass.cpp | 148 uint32_t typeId, uint32_t element) const { in GetTypeComponent()
|
| D | scalar_replacement_pass.cpp | 464 uint32_t typeId, Instruction* varInst, uint32_t index, in CreateVariable() 660 uint32_t typeId = in GetStorageType() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | inline_opaque_pass.cpp | 29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType()
|
| D | fold_spec_constant_op_and_composite_pass.cpp | 148 uint32_t typeId, uint32_t element) const { in GetTypeComponent()
|
| D | scalar_replacement_pass.cpp | 464 uint32_t typeId, Instruction* varInst, uint32_t index, in CreateVariable() 660 uint32_t typeId = in GetStorageType() local
|
| D | local_access_chain_convert_pass.cpp | 36 SpvOp opcode, uint32_t typeId, uint32_t resultId, in BuildAndAppendInst()
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | SpirvShader.cpp | 265 Type::ID typeId = insn.word(1); local 842 Type::ID typeId = insn.word(1); in CreateConstant() local 1140 auto typeId = getType(baseObject).element; in ApplyDecorationsForAccessChain() local 1181 Type::ID typeId = getType(baseObject).element; in WalkExplicitLayoutAccessChain() local 1293 Type::ID typeId = getType(baseObject).element; in WalkAccessChain() local 1372 uint32_t SpirvShader::WalkLiteralAccessChain(Type::ID typeId, uint32_t numIndexes, uint32_t const *… in WalkLiteralAccessChain() 1563 Type::ID typeId = insn.word(1); in DefineResult() local 2083 Type::ID typeId = insn.word(1); in EmitAccessChain() local
|
| D | SpirvShaderControlFlow.cpp | 663 auto typeId = Type::ID(insn.word(1)); in LoadPhi() local 681 auto typeId = Type::ID(insn.word(1)); in StorePhi() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | MessageSetSchema.java | 170 int typeId = 0; in mergeFrom() local 316 int typeId = 0; in parseMessageSetItemOrUnknownField() local
|
| /third_party/lzma/CPP/7zip/Compress/ |
| D | CodecExports.cpp | 44 static HRESULT MethodToClassID(UInt16 typeId, CMethodId id, PROPVARIANT *value) throw() in MethodToClassID()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkDeviceProperties.hpp | 43 const deUint32 typeId; member
|
| D | vkDeviceFeatures.hpp | 43 const deUint32 typeId; member
|