Home
last modified time | relevance | path

Searched defs:typeId (Results 1 – 25 of 46) sorted by relevance

12

/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set.js108 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/
DSpvBuilder.h255 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 …]
DSpvBuilder.cpp171 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 …]
DSpvPostProcess.cpp64 void Builder::postProcessType(const Instruction& inst, Id typeId) in postProcessType()
252 Id typeId = base->getTypeId(); in postProcess() local
DspvIR.h96 …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()
DGlslangToSpv.cpp2542 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 …]
Ddisassemble.cpp187 Id typeId = 0; in processInstructions() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp669 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 …]
DBuildSPIRV.cpp626 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/
Dclc_helpers.cpp90 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/
Dglslang_wrapper_utils.cpp1122 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/
Dinline_opaque_pass.cpp27 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType()
Dfold_spec_constant_op_and_composite_pass.cpp148 uint32_t typeId, uint32_t element) const { in GetTypeComponent()
Dscalar_replacement_pass.cpp464 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/
Dinline_opaque_pass.cpp29 bool InlineOpaquePass::IsOpaqueType(uint32_t typeId) { in IsOpaqueType()
Dfold_spec_constant_op_and_composite_pass.cpp148 uint32_t typeId, uint32_t element) const { in GetTypeComponent()
Dscalar_replacement_pass.cpp464 uint32_t typeId, Instruction* varInst, uint32_t index, in CreateVariable()
660 uint32_t typeId = in GetStorageType() local
Dlocal_access_chain_convert_pass.cpp36 SpvOp opcode, uint32_t typeId, uint32_t resultId, in BuildAndAppendInst()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.cpp265 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
DSpirvShaderControlFlow.cpp663 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/
DMessageSetSchema.java170 int typeId = 0; in mergeFrom() local
316 int typeId = 0; in parseMessageSetItemOrUnknownField() local
/third_party/lzma/CPP/7zip/Compress/
DCodecExports.cpp44 static HRESULT MethodToClassID(UInt16 typeId, CMethodId id, PROPVARIANT *value) throw() in MethodToClassID()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp43 const deUint32 typeId; member
DvkDeviceFeatures.hpp43 const deUint32 typeId; member

12