Home
last modified time | relevance | path

Searched refs:dstView (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Linalg/Analysis/
DDependenceAnalysis.cpp159 for (auto dstView : llvm::enumerate(dst.getInputBuffers())) { // R in addDependencesBetween() local
161 dstView.value())) { // if alias, fill RAW in addDependencesBetween()
163 dst.getOperandIndexForInputIndex(dstView.index()).getValue(); in addDependencesBetween()
170 for (auto dstView : llvm::enumerate(dst.getOutputBuffers())) { // W in addDependencesBetween() local
172 dstView.value())) { // if alias, fill WAW in addDependencesBetween()
174 dst.getOperandIndexForOutputIndex(dstView.index()).getValue(); in addDependencesBetween()
185 for (auto dstView : llvm::enumerate(dst.getInputBuffers())) { // R in addDependencesBetween() local
187 dstView.value())) { // if alias, fill RAR in addDependencesBetween()
189 dst.getOperandIndexForInputIndex(dstView.index()).getValue(); in addDependencesBetween()
196 for (auto dstView : llvm::enumerate(dst.getOutputBuffers())) { // W in addDependencesBetween() local
[all …]
/external/skia/tests/
DCopySurfaceTest.cpp85 auto dstView = sk_gpu_test::MakeTextureProxyViewFromData( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
91 if (!srcView || !dstView) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
101 if (!srcView || !dstView) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
109 std::move(dstView), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp235 const GrSurfaceProxyView& dstView = this->pipeline().dstProxyView(); in emitAndInstallXferProc() local
237 GrTextureProxy* dstTextureProxy = dstView.asTextureProxy(); in emitAndInstallXferProc()
239 const GrSwizzle& swizzle = dstView.swizzle(); in emitAndInstallXferProc()
245 dstTextureOrigin = dstView.origin(); in emitAndInstallXferProc()
248 const GrSwizzle& swizzle = dstView.swizzle(); in emitAndInstallXferProc()
/external/skia/src/gpu/
DGrOpsTask.cpp460 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrePrepare() local
464 dstView, in onPrePrepare()
486 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrepare() local
494 dstView, in onPrepare()
647 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onExecute() local
659 dstView, in onExecute()
/external/skia/src/gpu/ops/
DGrOp.h174 void prePrepare(GrRecordingContext* context, const GrSurfaceProxyView& dstView, in prePrepare() argument
178 this->onPrePrepare(context, dstView, clip, dstProxyView, renderPassXferBarriers, in prePrepare()
/external/skia/src/gpu/dawn/
DGrDawnGpu.cpp748 wgpu::TextureView dstView = dstTexture.CreateView(&dstViewDesc); in onRegenerateMipMapLevels() local
760 colorAttachment.attachment = dstView; in onRegenerateMipMapLevels()
785 srcView = dstView; in onRegenerateMipMapLevels()