Home
last modified time | relevance | path

Searched defs:typeId (Results 26 - 38 of 38) sorted by relevance

12

/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp90 SPIRVKernelArg(uint32_t id, uint32_t typeId) : id(id), typeId(typeId), in SPIRVKernelArg() argument
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; parseOpTypeImage() local
480 uint32_t typeId = ins->words[ins->operands[0].offset]; parseLiteralType() local
556 uint32_t typeId = ins->words[ins->operands[0].offset]; parseSpecConstant() local
[all...]
/third_party/glslang/SPIRV/
H A DSpvBuilder.h277 isBoolType(Id typeId) isBoolType() argument
349 Id typeId = getTypeId(resultId); getImageType() local
[all...]
H A 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); getDerefTypeId() local
1344 getContainedTypeId(Id typeId, int member) const getContainedTypeId() argument
1372 Id typeId = getTypeId(accessChain.base); getResultingAccessChainType() local
1397 containsType(Id typeId, spv::Op typeOp, unsigned int width) const containsType() argument
1451 findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) findScalarConstant() argument
1466 findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) findScalarConstant() argument
1531 makeNullConstant(Id typeId) makeNullConstant() argument
1557 Id typeId = makeBoolType(); makeBoolConstant() local
1584 makeIntConstant(Id typeId, unsigned value, bool specConstant) makeIntConstant() argument
1605 makeInt64Constant(Id typeId, unsigned long long value, bool specConstant) makeInt64Constant() argument
1633 Id typeId = makeFloatType(32); makeFloatConstant() local
1658 Id typeId = makeFloatType(64); makeDoubleConstant() local
1686 Id typeId = makeFloatType(16); makeFloat16Constant() local
1745 findCompositeConstant(Op typeClass, Id typeId, const std::vector<Id>& comps) findCompositeConstant() argument
1772 findStructConstant(Id typeId, const std::vector<Id>& comps) findStructConstant() argument
1797 makeCompositeConstant(Id typeId, const std::vector<Id>& members, bool specConstant) makeCompositeConstant() argument
2099 Id typeId = makeFunctionType(returnType, paramTypes); makeFunctionEntry() local
2466 Id typeId = getResultingAccessChainType(); createAccessChain() local
2524 createCompositeExtract(Id composite, Id typeId, unsigned index) createCompositeExtract() argument
2540 createCompositeExtract(Id composite, Id typeId, const std::vector<unsigned>& indexes) createCompositeExtract() argument
2556 createCompositeInsert(Id object, Id composite, Id typeId, unsigned index) createCompositeInsert() argument
2567 createCompositeInsert(Id object, Id composite, Id typeId, const std::vector<unsigned>& indexes) createCompositeInsert() argument
2579 createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex) createVectorExtractDynamic() argument
2589 createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex) createVectorInsertDynamic() argument
2656 createUnaryOp(Op opCode, Id typeId, Id operand) createUnaryOp() argument
2670 createBinOp(Op opCode, Id typeId, Id left, Id right) createBinOp() argument
2687 createTriOp(Op opCode, Id typeId, Id op1, Id op2, Id op3) createTriOp() argument
2708 createOp(Op opCode, Id typeId, const std::vector<Id>& operands) createOp() argument
2718 createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) createOp() argument
2732 createSpecConstantOp(Op opCode, Id typeId, const std::vector<Id>& operands, const std::vector<unsigned>& literals) createSpecConstantOp() argument
2767 createRvalueSwizzle(Decoration precision, Id typeId, Id source, const std::vector<unsigned>& channels) createRvalueSwizzle() argument
2789 createLvalueSwizzle(Id typeId, Id target, Id source, const std::vector<unsigned>& channels) createLvalueSwizzle() argument
3229 createCompositeConstruct(Id typeId, const std::vector<Id>& constituents) createCompositeConstruct() argument
[all...]
H A DGlslangToSpv.cpp2542 spv::Id typeId = convertGlslangToSpvType(node->getOperand()->getType()); visitUnary() local
3666 spv::Id typeId = builder.getContainedTypeId(builder.getTypeId(operands[0])); visitAggregate() local
3701 spv::Id typeId = builder.makeArrayType(builder.makeVectorType(builder.makeFloatType(32), 3), visitAggregate() local
5479 spv::Id typeId = convertGlslangToSpvType(paramType); makeFunctions() local
6424 createBinaryOperation(glslang::TOperator op, OpDecorations& decorations, spv::Id typeId, spv::Id left, spv::Id right, glslang::TBasicType typeProxy, bool reduceComparison) createBinaryOperation() argument
6691 createBinaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, spv::Id left, spv::Id right) createBinaryMatrixOperation() argument
6790 createUnaryOperation(glslang::TOperator op, OpDecorations& decorations, spv::Id typeId, spv::Id operand, glslang::TBasicType typeProxy, const spv::Builder::AccessChain::CoherentFlags &lvalueCoherentFlags) createUnaryOperation() argument
7323 createUnaryMatrixOperation(spv::Op op, OpDecorations& decorations, spv::Id typeId, spv::Id operand, glslang::TBasicType ) createUnaryMatrixOperation() argument
7793 createAtomicOperation(glslang::TOperator op, spv::Decoration , spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy, const spv::Builder::AccessChain::CoherentFlags &lvalueCoherentFlags) createAtomicOperation() argument
8000 createInvocationsOperation(glslang::TOperator op, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy) createInvocationsOperation() argument
8210 CreateInvocationsVectorOperation(spv::Op op, spv::GroupOperation groupOperation, spv::Id typeId, std::vector<spv::Id>& operands) CreateInvocationsVectorOperation() argument
8269 createSubgroupOperation(glslang::TOperator op, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy) createSubgroupOperation() argument
8611 createMiscOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId, std::vector<spv::Id>& operands, glslang::TBasicType typeProxy) createMiscOperation() argument
9259 createNoArgOperation(glslang::TOperator op, spv::Decoration precision, spv::Id typeId) createNoArgOperation() argument
9795 spv::Id typeId = convertGlslangToSpvType(glslangType); createSpvConstantFromConstUnionArray() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DBuildSPIRV.cpp626 spirv::IdRef SPIRVBuilder::getTypePointerId(spirv::IdRef typeId, spv::StorageClass storageClass) in getTypePointerId() argument
731 spirv::IdRef typeId; in declareType() local
1325 const spirv::IdRef typeId = getSpirvTypeData(spirvType, nullptr).id; getBasicConstantHelper() local
1356 getNullConstant(spirv::IdRef typeId) getNullConstant() argument
1394 const spirv::IdRef typeId = getSpirvTypeData(vecType, nullptr).id; getVectorConstantHelper() local
1433 getCompositeConstant(spirv::IdRef typeId, const spirv::IdRefList &values) getCompositeConstant() argument
1485 declareVariable(spirv::IdRef typeId, spv::StorageClass storageClass, const SpirvDecorations &decorations, spirv::IdRef *initializerId, const char *name) declareVariable() argument
1521 const spirv::IdRef typeId = getSpirvTypeData(spirvType, nullptr).id; declareSpecConst() local
1694 writePerVertexBuiltIns(const TType &type, spirv::IdRef typeId) writePerVertexBuiltIns() argument
1939 writeMemberDecorations(const SpirvType &type, spirv::IdRef typeId) writeMemberDecorations() argument
[all...]
H A DOutputSPIRV.cpp669 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; getSymbolIdAndStorageClass() local
687 nodeDataInitLValue(NodeData *data, spirv::IdRef baseId, spirv::IdRef typeId, spv::StorageClass storageClass, const SpirvTypeSpec &typeSpec) const nodeDataInitLValue() argument
770 accessChainPushSwizzle(NodeData *data, const TVector<int> &swizzle, spirv::IdRef typeId, uint8_t componentCount) const accessChainPushSwizzle() argument
797 accessChainPushDynamicComponent(NodeData *data, spirv::IdRef index, spirv::IdRef typeId) accessChainPushDynamicComponent() argument
1138 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; declareConst() local
1188 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; createConstant() local
1277 createComplexConstant(const TType &type, spirv::IdRef typeId, const spirv::IdRefList &parameters) createComplexConstant() argument
1306 createConstructor(TIntermAggregate *node, spirv::IdRef typeId) createConstructor() argument
1433 createArrayOrStructConstructor( TIntermAggregate *node, spirv::IdRef typeId, const spirv::IdRefList &parameters) createArrayOrStructConstructor() argument
1444 createConstructorScalarFromNonScalar( TIntermAggregate *node, spirv::IdRef typeId, const spirv::IdRefList &parameters) createConstructorScalarFromNonScalar() argument
1471 createConstructorVectorFromScalar( const TType &parameterType, const TType &expectedType, spirv::IdRef typeId, const spirv::IdRefList &parameters) createConstructorVectorFromScalar() argument
1491 createConstructorVectorFromMatrix( TIntermAggregate *node, spirv::IdRef typeId, const spirv::IdRefList &parameters) createConstructorVectorFromMatrix() argument
1527 createConstructorVectorFromMultiple( TIntermAggregate *node, spirv::IdRef typeId, const spirv::IdRefList &parameters) createConstructorVectorFromMultiple() argument
1580 createConstructorMatrixFromScalar( TIntermAggregate *node, spirv::IdRef typeId, const spirv::IdRefList &parameters) createConstructorMatrixFromScalar() argument
1648 createConstructorMatrixFromVectors( TIntermAggregate *node, spirv::IdRef typeId, const spirv::IdRefList &parameters) createConstructorMatrixFromVectors() argument
1689 createConstructorMatrixFromMatrix( TIntermAggregate *node, spirv::IdRef typeId, const spirv::IdRefList &parameters) createConstructorMatrixFromMatrix() argument
1947 spirv::IdRef typeId; startShortCircuit() local
1971 endShortCircuit(TIntermBinary *node, spirv::IdRef *typeId) endShortCircuit() argument
4460 reduceBoolVector(TOperator op, const spirv::IdRefList &valueIds, spirv::IdRef typeId, const SpirvDecorations &decorations) reduceBoolVector() argument
4789 const spirv::IdRef typeId = mBuilder.getTypeData(type, typeSpec).id; visitSymbol() local
4867 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; visitConstantUnion() local
4907 const spirv::IdRef typeId = visitSwizzle() local
4945 spirv::IdRef typeId; visitBinary() local
4972 const spirv::IdRef typeId = visitBinary() local
5112 spirv::IdRef typeId; visitTernary() local
5152 spirv::IdRef typeId; visitTernary() local
5916 const spirv::IdRef typeId = mBuilder.getTypeData(type, {}).id; visitDeclaration() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp265 Type::ID typeId = insn.word(1); in robustBufferAccess() 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; WalkExplicitLayoutAccessChain() local
1293 Type::ID typeId = getType(baseObject).element; WalkAccessChain() local
1372 WalkLiteralAccessChain(Type::ID typeId, uint32_t numIndexes, uint32_t const *indexes) const WalkLiteralAccessChain() argument
1563 Type::ID typeId = insn.word(1); DefineResult() local
2083 Type::ID typeId = insn.word(1); EmitAccessChain() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DGeneratedMessageLite.java757 eagerlyMergeMessageSetExtension( CodedInputStream input, GeneratedExtension<?, ?> extension, ExtensionRegistryLite extensionRegistry, int typeId) eagerlyMergeMessageSetExtension() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp1122 spirv::IdRef typeId; global() member
1223 visitTypeHelper(spirv::IdResult id, spirv::IdRef typeId) visitTypeHelper() argument
3294 spirv::IdRef typeId; visitTypePointer() local
3315 spirv::IdResultType typeId; visitVariable() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit.cpp2127 MeasureUnit::MeasureUnit(int32_t typeId, int32_t subTypeId) in MeasureUnit() argument
2310 MeasureUnit *MeasureUnit::create(int typeId, int subTypeId, UErrorCode &status) { in create() argument
2350 void MeasureUnit::setTo(int32_t typeId, int32_t subTypeId) { in setTo() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit.cpp2145 MeasureUnit::MeasureUnit(int32_t typeId, int32_t subTypeId) in MeasureUnit() argument
2328 MeasureUnit *MeasureUnit::create(int typeId, int subTypeId, UErrorCode &status) { in create() argument
2368 void MeasureUnit::setTo(int32_t typeId, int32_t subTypeId) { in setTo() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit.cpp2090 MeasureUnit::MeasureUnit(int32_t typeId, int32_t subTypeId) in MeasureUnit() argument
2273 MeasureUnit *MeasureUnit::create(int typeId, int subTypeId, UErrorCode &status) { in create() argument
2313 void MeasureUnit::setTo(int32_t typeId, int32_t subTypeId) { in setTo() argument
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp623 SpvId typeId = this->getType(type->componentType(), layout); in getType() local
2025 SpvId typeId = this->getPointerType(type, SpvStorageClassUniform); in getLValue() local
2033 SpvId typeId = this->getType(type, this->memoryLayoutForVariable(var)); in getLValue() local
2065 SpvId typeId = this->getPointerType(type, get_storage_class(*swizzle.base())); in getLValue() local
2804 SpvId typeId = this->getType(type); in writePrefixExpression() local
3067 SpvId typeId = this->getType(type, memoryLayout); writeInterfaceBlock() local
3125 SpvId typeId = this->getPointerType(type, storageClass); writeGlobalVar() local
[all...]

Completed in 37 milliseconds

12