Searched refs:isColorImageMultisampled (Results 1 – 1 of 1) sorted by relevance
1456 …bool isColorImageMultisampled = m_testParams.colorSamples != VK_SAMPLE_COUNT… in FragmentDensityMapTestInstance() local1481 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() local2092 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 …]