Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2258 every combination of valid values for pname:pixelX, pname:pixelY, and
2273 * pname:pixelX is added to the x coordinate of the upper-leftmost pixel of
2278 identified by pname:pixelX and pname:pixelY.
2282 * [[VUID-VkCoarseSampleLocationNV-pixelX-02078]]
2283 pname:pixelX must: be less than the width (in pixels) of the fragment
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12466 uint32_t pixelX; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1898 VULKAN_HPP_HASH_COMBINE( seed, coarseSampleLocationNV.pixelX ); in operator ()()