Home
last modified time | relevance | path

Searched refs:colorAttachmentDesc (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCopyTextureForBrowserHelper.cpp370 RenderPassColorAttachment colorAttachmentDesc; in DoCopyTextureForBrowser() local
372 colorAttachmentDesc.view = dstView.Get(); in DoCopyTextureForBrowser()
373 colorAttachmentDesc.loadOp = wgpu::LoadOp::Load; in DoCopyTextureForBrowser()
374 colorAttachmentDesc.storeOp = wgpu::StoreOp::Store; in DoCopyTextureForBrowser()
375 colorAttachmentDesc.clearColor = {0.0, 0.0, 0.0, 1.0}; in DoCopyTextureForBrowser()
380 renderPassDesc.colorAttachments = &colorAttachmentDesc; in DoCopyTextureForBrowser()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp376 VkAttachmentDescription colorAttachmentDesc; in createColorOnlyRenderPass() local
383 colorAttachmentDesc.flags = 0; in createColorOnlyRenderPass()
384 colorAttachmentDesc.format = renderPassParameters.colorFormat; in createColorOnlyRenderPass()
385 colorAttachmentDesc.samples = renderPassParameters.colorSamples; in createColorOnlyRenderPass()
386 colorAttachmentDesc.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in createColorOnlyRenderPass()
387 colorAttachmentDesc.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in createColorOnlyRenderPass()
388 colorAttachmentDesc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in createColorOnlyRenderPass()
389 colorAttachmentDesc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in createColorOnlyRenderPass()
390 colorAttachmentDesc.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass()
391 colorAttachmentDesc in createColorOnlyRenderPass()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp377 VkAttachmentDescription colorAttachmentDesc; in createColorOnlyRenderPass() local
384 colorAttachmentDesc.flags = 0; in createColorOnlyRenderPass()
385 colorAttachmentDesc.format = renderPassParameters.colorFormat; in createColorOnlyRenderPass()
386 colorAttachmentDesc.samples = renderPassParameters.colorSamples; in createColorOnlyRenderPass()
387 colorAttachmentDesc.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in createColorOnlyRenderPass()
388 colorAttachmentDesc.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in createColorOnlyRenderPass()
389 colorAttachmentDesc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in createColorOnlyRenderPass()
390 colorAttachmentDesc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in createColorOnlyRenderPass()
391 colorAttachmentDesc.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass()
392 colorAttachmentDesc in createColorOnlyRenderPass()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp823 const VkAttachmentDescription2 colorAttachmentDesc = in iterate() local
837 attachmentDescriptions.push_back(colorAttachmentDesc); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp823 const VkAttachmentDescription2 colorAttachmentDesc = in iterate() local
837 attachmentDescriptions.push_back(colorAttachmentDesc); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp2123 const VkAttachmentDescription colorAttachmentDesc = in run() local
2136 attachmentDescriptions.push_back(colorAttachmentDesc); in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp2123 const VkAttachmentDescription colorAttachmentDesc = in run() local
2136 attachmentDescriptions.push_back(colorAttachmentDesc); in run()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp5721 const VkAttachmentDescription2 colorAttachmentDesc =
5780 attachmentDescriptions.push_back(colorAttachmentDesc);

Completed in 25 milliseconds