Lines Matching defs:count
99 // This sample count must be supported for all formats supporting VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT.
254 // Fill a section of the given buffer (from offset to offset+count) with repeating copies of the given data.
255 void fillWithPattern(void* ptr_, size_t offset, size_t count, const void* src, size_t srcSize)
259 size_t pending = count;
1909 // Instance count.
1945 // Force using atomic counters in the frag shader to count frag shader invocations.
1948 // When setting the sample mask dynamically, we can use an alternative sample count specified here.
2670 // Get used color sample count.
3130 TCU_THROW(NotSupportedError, "Required color sample count not supported");
4592 // Sample count not supported.
6345 // The expected number of invocations depends on how many draws are performed and the sample count of each one.
6381 msg << "Fragment shader invocation count does not match expected value: found " << fragCounter << " and expected " << expectedValue;
7595 // Sample count.
7604 // Dynamically set the rasterization sample count
7683 // Special sample mask case: make sure the dynamic sample mask count does not overwrite the actual sample mask.
7687 // There's guaranteed support for 1 sample and 4 samples. So the official pipeline sample count will be 1 sample, and
7699 // Dynamically set sample mask with slightly different sample count
7709 // sample count of kMultiSampleCount and VUID-VkGraphicsPipelineCreateInfo-multisampledRenderToSingleSampled-06853
7718 // Dynamically set the rasterization samples to a low value while disabling bits corresponding to the dynamic sample count
7724 // Dynamically set the rasterization samples to a low value while enabling bits corresponding to the dynamic sample count