Home
last modified time | relevance | path

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

/hardware/interfaces/power/stats/1.0/vts/functional/
DVtsHalPowerStatsV1_0TargetTest.cpp514 int sampleCount = 0; in readEnergy() local
521 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()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2151 pname:sampleCount members
2221 * pname:sampleCount identifies the per-pixel coverage sample count for the
2245 * [[VUID-VkCoarseSampleOrderCustomNV-sampleCount-02074]]
2246 pname:sampleCount must: correspond to a sample count enumerated in
2251 pname:sampleCount, the fragment width for pname:shadingRate, and the
2336 pname:sampleCount members
Drenderpass.adoc138 pname:sampleCount
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12473 uint32_t sampleCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1911 VULKAN_HPP_HASH_COMBINE( seed, coarseSampleOrderCustomNV.sampleCount ); in operator ()()