Home
last modified time | relevance | path

Searched refs:createOp (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/ops/
DTextureOp.cpp1216 void createOp(GrTextureSetEntry set[], int clumpSize, GrAAType aaType) { in createOp() function in skgpu::v1::TextureOp::BatchSizeLimiter
1329 state.createOp(set, clumpSize, aaType); in AddTextureSetOps()
1352 state.createOp( in AddTextureSetOps()
1366 state.createOp(set, GrResourceProvider::MaxNumNonAAQuads(), in AddTextureSetOps()
1377 state.createOp(set, state.numLeft(), runningAA); // maybe downgrading AA here in AddTextureSetOps()
/third_party/glslang/SPIRV/
DSpvBuilder.h406 Id createOp(Op, Id typeId, const std::vector<Id>& operands);
407 Id createOp(Op, Id typeId, const std::vector<IdImmediate>& operands);
DGlslangToSpv.cpp2617 constructed = builder.createOp(spv::OpSampledImage, resultType(), arguments); in visitAggregate()
3054 spv::Id result = builder.createOp(spv::OpCooperativeMatrixLoadNV, typeId, idImmOps); in visitAggregate()
4846 spv::Id result = builder.createOp(spv::OpImageRead, resultType(), operands); in createImageTextureFunctionCall()
4887 … std::vector<spv::Id> result(1, builder.createOp(spv::OpImageRead, resultType(), operands)); in createImageTextureFunctionCall()
4983 spv::Id resultId = builder.createOp(spv::OpImageSparseRead, resultTypeId, operands); in createImageTextureFunctionCall()
5005 spv::Id pointer = builder.createOp(spv::OpImageTexelPointer, resultTypeId, operands); in createImageTextureFunctionCall()
5056 return builder.createOp(fragMaskOp, resultType(), operands); in createImageTextureFunctionCall()
6854 spv::Id resultId = builder.createOp(opCode, typeId, spvAtomicOperands); in createAtomicOperation()
6967 spv::Id result = builder.createOp(spv::OpSubgroupBallotKHR, uvec4Type, spvGroupOperands); in createInvocationsOperation()
7070 return builder.createOp(opCode, typeId, spvGroupOperands); in createInvocationsOperation()
[all …]
DSpvBuilder.cpp1798 Id Builder::createOp(Op opCode, Id typeId, const std::vector<Id>& operands) in createOp() function in spv::Builder
1808 Id Builder::createOp(Op opCode, Id typeId, const std::vector<IdImmediate>& operands) in createOp() function in spv::Builder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6149 Value *createOp(IRBuilder<> &Builder, const Twine &Name) const { in createOp() function in __anon344b8d001f11::HorizontalReduction::OperationData
6339 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anon344b8d001f11::HorizontalReduction::OperationData
6343 auto *Op = createOp(Builder, Name); in createOp()
6363 Value *createOp(IRBuilder<> &Builder, const Twine &Name, in createOp() function in __anon344b8d001f11::HorizontalReduction::OperationData
6367 auto *Op = createOp(Builder, Name); in createOp()
6801 VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in tryToReduce()
6816 VectorizedTree = VectReductionData.createOp(Builder, "", ReductionOps); in tryToReduce()
6825 VectorizedTree = VectReductionData.createOp(Builder, "op.extra", I); in tryToReduce()
6952 TmpVec = VectReductionData.createOp(Builder, "op.rdx", ReductionOps); in emitReduction()