Searched refs:dstView (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/tests/ |
D | CopySurfaceTest.cpp | 84 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/ |
D | GrGLSLProgramBuilder.cpp | 292 const GrSurfaceProxyView& dstView = this->pipeline().dstProxyView(); in emitAndInstallDstTexture() local 295 GrTextureProxy* dstTextureProxy = dstView.asTextureProxy(); in emitAndInstallDstTexture() 297 const GrSwizzle& swizzle = dstView.swizzle(); in emitAndInstallDstTexture() 303 fDstTextureOrigin = dstView.origin(); in emitAndInstallDstTexture() 329 const GrSwizzle& swizzle = dstView.swizzle(); in emitAndInstallDstTexture()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CopyTextureForBrowserHelper.cpp | 365 Ref<TextureViewBase> dstView; in DoCopyTextureForBrowser() local 366 DAWN_TRY_ASSIGN(dstView, in DoCopyTextureForBrowser() 372 colorAttachmentDesc.view = dstView.Get(); in DoCopyTextureForBrowser()
|
/third_party/skia/src/gpu/ops/ |
D | OpsTask.cpp | 480 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrePrepare() local 484 dstView, in onPrePrepare() 507 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onPrepare() local 515 dstView, in onPrepare() 637 GrSurfaceProxyView dstView(sk_ref_sp(this->target(0)), fTargetOrigin, fTargetSwizzle); in onExecute() local 649 dstView, in onExecute()
|
D | GrOp.h | 173 void prePrepare(GrRecordingContext* context, const GrSurfaceProxyView& dstView, in prePrepare() argument 177 this->onPrePrepare(context, dstView, clip, dstProxyView, renderPassXferBarriers, in prePrepare()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.h | 265 const vk::ImageView *dstView, 293 const vk::ImageView *dstView, 304 const vk::ImageView *dstView,
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilCopyTests.cpp | 173 wgpu::ImageCopyTexture dstView = in CreateInitializeDepthStencilTextureAndCopyT2T() local 176 commandEncoder.CopyTextureToTexture(&srcView, &dstView, ©Size); in CreateInitializeDepthStencilTextureAndCopyT2T()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 760 wgpu::TextureView dstView = dstTexture.CreateView(&dstViewDesc); in onRegenerateMipMapLevels() local 772 colorAttachment.view = dstView; in onRegenerateMipMapLevels() 797 srcView = dstView; in onRegenerateMipMapLevels()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ResourceUsageTrackingTests.cpp | 1314 wgpu::ImageCopyTexture dstView = utils::CreateImageCopyTexture(texture1, 0, {0, 0, 0}); in TEST_F() local 1320 encoder.CopyTextureToTexture(&srcView, &dstView, ©Size); in TEST_F() 1337 encoder.CopyTextureToTexture(&srcView, &dstView, ©Size); in TEST_F()
|