Home
last modified time | relevance | path

Searched refs:colorView (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/effects/imagefilters/
DSkDisplacementMapImageFilter.cpp287 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/
DMultisampledSamplingTests.cpp184 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/
DRenderPassDescriptorValidationTests.cpp802 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/
DGrDawnGpuCommandBuffer.cpp123 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/
DvktMeshShaderMiscTests.cpp283 …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/
DCommandBufferD3D12.cpp627 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/
DvktDynamicStateRSTests.cpp836 …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/
DvktImageDepthStencilDescriptorTests.cpp595 …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()