Searched refs:sampleCount (Results 1 – 5 of 5) sorted by relevance
514 int sampleCount = 0; in readEnergy() local521 while (sampleCount < totalQuants) { in readEnergy()526 sampleCount = sampleCount + batch; in readEnergy()527 if (batch > totalQuants - sampleCount) { in readEnergy()531 ASSERT_EQ(totalQuants, sampleCount); in readEnergy()
2151 pname:sampleCount members2221 * pname:sampleCount identifies the per-pixel coverage sample count for the2245 * [[VUID-VkCoarseSampleOrderCustomNV-sampleCount-02074]]2246 pname:sampleCount must: correspond to a sample count enumerated in2251 pname:sampleCount, the fragment width for pname:shadingRate, and the2336 pname:sampleCount members
138 pname:sampleCount
12473 uint32_t sampleCount; member
1911 VULKAN_HPP_HASH_COMBINE( seed, coarseSampleOrderCustomNV.sampleCount ); in operator ()()