Home
last modified time | relevance | path

Searched refs:sampleLocationCount (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2223 * pname:sampleLocationCount specifies the number of sample locations in
2249 * [[VUID-VkCoarseSampleOrderCustomNV-sampleLocationCount-02075]]
2250 pname:sampleLocationCount must: be equal to the product of
2253 * [[VUID-VkCoarseSampleOrderCustomNV-sampleLocationCount-02076]]
2254 pname:sampleLocationCount must: be less than or equal to the value of
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12474 uint32_t sampleLocationCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1912 VULKAN_HPP_HASH_COMBINE( seed, coarseSampleOrderCustomNV.sampleLocationCount ); in operator ()()