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/
H A DvktPipelineEarlyDestroyTests.cpp242 const VkFormat attachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in testEarlyDestroy() local
243 const tcu::TextureFormat textureFormat = mapVkFormat(attachmentFormat); in testEarlyDestroy()
251 attachmentFormat, // VkFormat format; in testEarlyDestroy()
267 const Unique<VkImageView> attachmentImageView (vk::makeImageView(vk, vkDevice, *attachmentImage, VK_IMAGE_VIEW_TYPE_2D, attachmentFormat, colorSubresourceRange)); in testEarlyDestroy()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp228 const VkFormat attachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in testEarlyDestroy() local
229 const tcu::TextureFormat textureFormat = mapVkFormat(attachmentFormat); in testEarlyDestroy()
237 attachmentFormat, // VkFormat format; in testEarlyDestroy()
253 const Unique<VkImageView> attachmentImageView (vk::makeImageView(vk, vkDevice, *attachmentImage, VK_IMAGE_VIEW_TYPE_2D, attachmentFormat, colorSubresourceRange)); in testEarlyDestroy()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A 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()
H A DValidationTest.cpp227 : attachmentFormat(wgpu::TextureFormat::RGBA8Unorm), width(400), height(400) {
234 descriptor.format = attachmentFormat;
H A DValidationTest.h120 wgpu::TextureFormat attachmentFormat; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp211 const VkFormat attachmentFormat; // Depth attachment format. member
222 testLog << tcu::TestLog::Message << "Depth format: " << attachmentFormat << tcu::TestLog::EndMessage; in log()
308 const auto imageCreateInfo = getImageCreateInfo(m_params.attachmentFormat, imageExtent, imageUsage); in checkSupport()
311 const auto formatSupport = vki.getPhysicalDeviceImageFormatProperties(physDev, m_params.attachmentFormat, imageCreateInfo.imageType, imageCreateInfo.tiling, imageUsage, imageCreateInfo.flags, &formatProperties); in checkSupport()
313 TCU_THROW(NotSupportedError, getFormatNameShort(m_params.attachmentFormat) + " not supported"); in checkSupport()
351 const auto depthFormat = m_params.attachmentFormat; in iterate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A 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/
H A DsglrReferenceContext.cpp2195 tcu::TextureFormat attachmentFormat;
2252 attachmentFormat = level.getFormat();
2261 attachmentFormat = renderbuffer->getFormat();
2279 switch (attachmentFormat.order)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp536 const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, in makeGraphicsPipeline()
556 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order); in makeGraphicsPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp536 const vk::VkFormat attachmentFormat = VK_FORMAT_R32G32B32A32_SFLOAT, in makeGraphicsPipeline()
556 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order); in makeGraphicsPipeline()

Completed in 29 milliseconds