/third_party/skia/src/effects/imagefilters/ |
D | SkDisplacementMapImageFilter.cpp | 287 GrSurfaceProxyView colorView = color->view(rContext); in onFilterImage() local 289 if (!colorView.proxy() || !displView.proxy()) { in onFilterImage() 292 const auto isProtected = colorView.proxy()->isProtected(); in onFilterImage() 304 std::move(colorView), in onFilterImage() 501 auto [colorView, ct2, at2] = d->randomView(); in TestCreate() 511 colorDimensions.fWidth = d->fRandom->nextRangeU(0, colorView.width()); in TestCreate() 512 colorDimensions.fHeight = d->fRandom->nextRangeU(0, colorView.height()); in TestCreate() 521 std::move(colorView), in TestCreate()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | MultisampledSamplingTests.cpp | 184 wgpu::TextureView colorView = colorTexture.CreateView(); in TEST_P() local 200 utils::ComboRenderPassDescriptor renderPass({colorView}, depthView); in TEST_P() 215 {{0, colorView}, in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | RenderPassDescriptorValidationTests.cpp | 802 wgpu::TextureView colorView = in TEST_F() local 811 utils::ComboRenderPassDescriptor renderPass({colorView}, depthStencilView); in TEST_F() 824 utils::ComboRenderPassDescriptor renderPass({colorView}, depthStencilViewNoStencil); in TEST_F() 838 utils::ComboRenderPassDescriptor renderPass({colorView}, depthStencilViewNoStencil); in TEST_F() 852 utils::ComboRenderPassDescriptor renderPass({colorView}, depthStencilViewNoStencil); in TEST_F() 868 utils::ComboRenderPassDescriptor renderPass({colorView}, depthStencilView); in TEST_F() 880 utils::ComboRenderPassDescriptor renderPass({colorView}, depthStencilView); in TEST_F() 892 utils::ComboRenderPassDescriptor renderPass({colorView}, depthStencilView); in TEST_F()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpuCommandBuffer.cpp | 123 dawn::TextureView colorView = texture.CreateDefaultView(); in beginRenderPass() local 127 colorAttachment.attachment = colorView; in beginRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderMiscTests.cpp | 283 …const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageF… in iterate() local 312 …const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExte… in iterate() 2105 …const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageF… in iterate() local 2228 …const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExte… in iterate() 2446 …const auto colorView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageF… in iterate() local 2488 …const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExte… in iterate()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 627 TextureViewBase* colorView = renderPass->colorAttachments[i].view.Get(); in ResolveMultisampledRenderPass() local 628 Texture* colorTexture = ToBackend(colorView->GetTexture()); in ResolveMultisampledRenderPass() 634 colorView->GetSubresourceRange()); in ResolveMultisampledRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateRSTests.cpp | 836 …const auto colorView = vk::makeImageView(vkd, device, colorBuffer->object(), vk::VK_IMAGE_VIEW_… in iterate() local 842 const std::vector<vk::VkImageView> attachments = { colorView.get(), depthView.get() }; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 595 …const auto colorView = makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, color… in iterate() local 922 framebufferViews.push_back(colorView.get()); in iterate()
|