/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 | 194 Op getTypeClass(Id typeId) const { return getOpCode(typeId); } in getTypeClass() 198 int getNumTypeComponents(Id typeId) const { return getNumTypeConstituents(typeId); } in getNumTypeComponents() 202 StorageClass getTypeStorageClass(Id typeId) const { return module.getStorageClass(typeId); } in getTypeStorageClass() 203 ImageFormat getImageTypeFormat(Id typeId) const in getImageTypeFormat() 214 bool isBoolType(Id typeId) in isBoolType() 216 bool isIntType(Id typeId) const in isIntType() 218 bool isUintType(Id typeId) const in isUintType() 220 bool isFloatType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat; } in isFloatType() 221 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; } in isPointerType() 222 bool isScalarType(Id typeId) const in isScalarType() [all …]
|
D | SpvBuilder.cpp | 639 Id typeId = getTypeId(resultId); in getDerefTypeId() local 723 Id Builder::getContainedTypeId(Id typeId, int member) const in getContainedTypeId() 755 bool Builder::containsType(Id typeId, spv::Op typeOp, unsigned int width) const in containsType() 803 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant() 818 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant() 874 Id typeId = makeBoolType(); in makeBoolConstant() local 901 Id Builder::makeIntConstant(Id typeId, unsigned value, bool specConstant) in makeIntConstant() 922 Id Builder::makeInt64Constant(Id typeId, unsigned long long value, bool specConstant) in makeInt64Constant() 950 Id typeId = makeFloatType(32); in makeFloatConstant() local 1064 Id Builder::findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps) in findCompositeConstant() [all …]
|
D | SpvPostProcess.cpp | 65 void Builder::postProcessType(const Instruction& inst, Id typeId) in postProcessType() 238 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() 184 Id typeId; variable 433 StorageClass getStorageClass(Id typeId) const in getStorageClass()
|
D | GlslangToSpv.cpp | 2172 spv::Id typeId = convertGlslangToSpvType(node->getOperand()->getType()); in visitUnary() local 3051 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); in visitAggregate() local 4507 spv::Id typeId = convertGlslangToSpvType(paramType); in makeFunctions() local 5415 spv::Id typeId, spv::Id left, spv::Id right, in createBinaryOperation() 5681 …ToSpvTraverser::createBinaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, in createBinaryMatrixOperation() 5780 …vTraverser::createUnaryOperation(glslang::TOperator op, OpDecorations& decorations, spv::Id typeId, in createUnaryOperation() 6215 …gToSpvTraverser::createUnaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, in createUnaryMatrixOperation() 6693 spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy, in createAtomicOperation() 6866 spv::Id TGlslangToSpvTraverser::createInvocationsOperation(glslang::TOperator op, spv::Id typeId, in createInvocationsOperation() 7075 spv::Id typeId, std::vector<spv::Id>& operands) in CreateInvocationsVectorOperation() [all …]
|
D | disassemble.cpp | 180 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/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | measunit.h | 1362 MeasureUnit(int32_t typeId, int32_t subTypeId) : fTypeId(typeId), fSubTypeId(subTypeId) { in MeasureUnit()
|
/third_party/mesa3d/src/compiler/clc/ |
D | clc_helpers.cpp | 82 SPIRVKernelArg(uint32_t id, uint32_t typeId) : id(id), typeId(typeId), in SPIRVKernelArg() 89 uint32_t typeId; member in SPIRVKernelArg 163 uint32_t id, typeId; in parseFunctionParam() local 206 uint32_t typeId, storageClass; in parseTypePointer() local 386 uint32_t typeId; in parseOpTypeImage() local 436 uint32_t typeId = ins->words[ins->operands[0].offset]; in parseLiteralType() local 512 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/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()
|
/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 | local_access_chain_convert_pass.cpp | 36 SpvOp opcode, uint32_t typeId, uint32_t resultId, in BuildAndAppendInst()
|
D | scalar_replacement_pass.cpp | 455 uint32_t typeId, Instruction* varInst, uint32_t index, in CreateVariable() 651 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()
|
/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/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/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDeviceProperties.hpp | 43 const deUint32 typeId; member
|
D | vkDeviceFeatures.hpp | 43 const deUint32 typeId; member
|