Searched refs:attachmentFormat (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineEarlyDestroyTests.cpp | 234 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/ |
D | ValidationTest.cpp | 80 : attachmentFormat(dawn::TextureFormat::RGBA8Unorm), width(400), height(400) { in DummyRenderPass() 88 descriptor.format = attachmentFormat; in DummyRenderPass()
|
D | ValidationTest.h | 44 dawn::TextureFormat attachmentFormat; member
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | RenderBundleValidationTests.cpp | 132 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()
|
D | ValidationTest.cpp | 227 : attachmentFormat(wgpu::TextureFormat::RGBA8Unorm), width(400), height(400) { in DummyRenderPass() 234 descriptor.format = attachmentFormat; in DummyRenderPass()
|
D | ValidationTest.h | 120 wgpu::TextureFormat attachmentFormat; member
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 675 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/ |
D | CommandBufferGL.cpp | 1101 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/ |
D | sglrReferenceContext.cpp | 2193 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/ |
D | vktSubgroupsTestsUtils.cpp | 534 const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, in makeGraphicsPipeline() argument 554 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order); in makeGraphicsPipeline()
|