Home
last modified time | relevance | path

Searched refs:dstView (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/tests/
H A DCopySurfaceTest.cpp84 auto dstView = sk_gpu_test::MakeTextureProxyViewFromData( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
90 if (!srcView || !dstView) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
100 if (!srcView || !dstView) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
107 auto dstContext = dContext->priv().makeSC(std::move(dstView), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp296 const GrSurfaceProxyView& dstView = this->pipeline().dstProxyView(); in emitAndInstallDstTexture() local
299 GrTextureProxy* dstTextureProxy = dstView.asTextureProxy(); in emitAndInstallDstTexture()
301 const GrSwizzle& swizzle = dstView.swizzle(); in emitAndInstallDstTexture()
309 fDstTextureOrigin = dstView.origin(); in emitAndInstallDstTexture()
335 const GrSwizzle& swizzle = dstView.swizzle(); in emitAndInstallDstTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCopyTextureForBrowserHelper.cpp365 Ref<TextureViewBase> dstView; in DoCopyTextureForBrowser() local
366 DAWN_TRY_ASSIGN(dstView, in DoCopyTextureForBrowser()
372 colorAttachmentDesc.view = dstView.Get(); in DoCopyTextureForBrowser()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DUtilsVk.h265 const vk::ImageView *dstView,
293 const vk::ImageView *dstView,
304 const vk::ImageView *dstView,
/third_party/skia/src/gpu/ops/
H A DGrOp.h173 void prePrepare(GrRecordingContext* context, const GrSurfaceProxyView& dstView, in prePrepare() argument
177 this->onPrePrepare(context, dstView, clip, dstProxyView, renderPassXferBarriers, in prePrepare()
H A DOpsTask.cpp480 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrePrepare()
484 dstView, in onPrePrepare()
507 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrepare()
521 dstView, in onPrepare()
646 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onExecute()
664 dstView, in onExecute()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilCopyTests.cpp173 wgpu::ImageCopyTexture dstView = in CreateInitializeDepthStencilTextureAndCopyT2T() local
176 commandEncoder.CopyTextureToTexture(&srcView, &dstView, &copySize); in CreateInitializeDepthStencilTextureAndCopyT2T()
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp768 wgpu::TextureView dstView = dstTexture.CreateView(&dstViewDesc); in onRegenerateMipMapLevels() local
780 colorAttachment.view = dstView; in onRegenerateMipMapLevels()
805 srcView = dstView; in onRegenerateMipMapLevels()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DResourceUsageTrackingTests.cpp1314 wgpu::ImageCopyTexture dstView = utils::CreateImageCopyTexture(texture1, 0, {0, 0, 0}); in TEST_F() local
1320 encoder.CopyTextureToTexture(&srcView, &dstView, &copySize); in TEST_F()
1337 encoder.CopyTextureToTexture(&srcView, &dstView, &copySize); in TEST_F()

Completed in 12 milliseconds