Searched refs:dstView (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Linalg/Analysis/ |
D | DependenceAnalysis.cpp | 159 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/ |
D | CopySurfaceTest.cpp | 85 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/ |
D | GrGLSLProgramBuilder.cpp | 235 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/ |
D | GrOpsTask.cpp | 460 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/ |
D | GrOp.h | 174 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/ |
D | GrDawnGpu.cpp | 748 wgpu::TextureView dstView = dstTexture.CreateView(&dstViewDesc); in onRegenerateMipMapLevels() local 760 colorAttachment.attachment = dstView; in onRegenerateMipMapLevels() 785 srcView = dstView; in onRegenerateMipMapLevels()
|