Home
last modified time | relevance | path

Searched refs:attachmentFormat (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp234 const VkFormat attachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in testEarlyDestroy() local
235 const tcu::TextureFormat textureFormat = mapVkFormat(attachmentFormat); in testEarlyDestroy()
243 attachmentFormat, // VkFormat format; in testEarlyDestroy()
259 …akeImageView(vk, vkDevice, *attachmentImage, VK_IMAGE_VIEW_TYPE_2D, attachmentFormat, colorSubreso… in testEarlyDestroy()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp80 : attachmentFormat(dawn::TextureFormat::RGBA8Unorm), width(400), height(400) { in DummyRenderPass()
88 descriptor.format = attachmentFormat; in DummyRenderPass()
DValidationTest.h44 dawn::TextureFormat attachmentFormat; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderBundleValidationTests.cpp132 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
183 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
206 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
265 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
350 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
435 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
527 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
560 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
680 desc.cColorFormats[0] = renderPass.attachmentFormat; in TEST_F()
DValidationTest.cpp227 : attachmentFormat(wgpu::TextureFormat::RGBA8Unorm), width(400), height(400) { in DummyRenderPass()
234 descriptor.format = attachmentFormat; in DummyRenderPass()
DValidationTest.h120 wgpu::TextureFormat attachmentFormat; member
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp675 const Format& attachmentFormat = attachmentInfo.view->GetTexture()->GetFormat(); in ExecuteRenderPass() local
678 bool doDepthClear = attachmentFormat.HasDepth() && in ExecuteRenderPass()
680 bool doStencilClear = attachmentFormat.HasStencil() && in ExecuteRenderPass()
687 gl.StencilMask(GetStencilMaskFromStencilFormat(attachmentFormat.format)); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp1101 const Format& attachmentFormat = attachmentInfo->view->GetTexture()->GetFormat(); in ExecuteRenderPass() local
1104 bool doDepthClear = attachmentFormat.HasDepth() && in ExecuteRenderPass()
1106 bool doStencilClear = attachmentFormat.HasStencil() && in ExecuteRenderPass()
1113 gl.StencilMask(GetStencilMaskFromStencilFormat(attachmentFormat.format)); in ExecuteRenderPass()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp2193 tcu::TextureFormat attachmentFormat; in checkFramebufferStatus() local
2250 attachmentFormat = level.getFormat(); in checkFramebufferStatus()
2259 attachmentFormat = renderbuffer->getFormat(); in checkFramebufferStatus()
2277 switch (attachmentFormat.order) in checkFramebufferStatus()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp534 const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, in makeGraphicsPipeline() argument
554 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order); in makeGraphicsPipeline()