Lines Matching defs:count
1120 // These tests will try to verify all write or mask bit combinations for the given sample count, and will verify one combination per
1221 // Check the supported sample count.
1224 TCU_THROW(NotSupportedError, "Format does not support the required sample count");
1242 const auto count = de::toString(m_params.sampleCount);
1256 << " for (uint i = 0; i < " << count << "; ++i)\n"
1279 << " for (uint i = 0; i < " << count << "; ++i)\n"
1574 // Check the supported sample count.
1577 TCU_THROW(NotSupportedError, "Format does not support the required sample count");
1607 // count is valid for it.
2160 for (auto count : multisample::kValidSquareSampleCounts)
2162 if (count == vk::VK_SAMPLE_COUNT_1_BIT)
2165 multisample::WriteSampleParams params { pipelineConstructionType, static_cast<vk::VkSampleCountFlagBits>(count) };
2166 const auto countStr = de::toString(count);
2177 for (auto count : multisample::kValidSquareSampleCounts)
2179 multisample::WriteSampleMaskParams params { pipelineConstructionType, static_cast<vk::VkSampleCountFlagBits>(count) };
2180 const auto countStr = de::toString(count);