Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp1456 …bool isColorImageMultisampled = m_testParams.colorSamples != VK_SAMPLE_COUNT… in FragmentDensityMapTestInstance() local
1481 if (isColorImageMultisampled) in FragmentDensityMapTestInstance()
1629 if (isColorImageMultisampled) in FragmentDensityMapTestInstance()
1681 if (isColorImageMultisampled) in FragmentDensityMapTestInstance()
1787 if (isColorImageMultisampled) in FragmentDensityMapTestInstance()
1813 …const char *moduleName = isColorImageMultisampled ? "frag_copy_subsampled_ms" : "frag_copy_subsamp… in FragmentDensityMapTestInstance()
2090 const bool isColorImageMultisampled = m_testParams.colorSamples != VK_SAMPLE_COUNT_1_BIT; in createCommandBufferForRenderpass() local
2092 const uint32_t attachmentCount = 1 + m_testParams.makeCopy + isColorImageMultisampled; in createCommandBufferForRenderpass()
2193 if (isColorImageMultisampled) in createCommandBufferForRenderpass()
2298 const bool isColorImageMultisampled = m_testParams.colorSamples != VK_SAMPLE_COUNT_1_BIT; in createCommandBufferForDynamicRendering() local
[all …]