Home
last modified time | relevance | path

Searched refs:pixelY (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/detector/
DImage.cpp275 uint8_t pixelY; in ConvertRGBA8888ToYUV420() local
278 ConvertRGBA8888PixelToYUV(r, g, b, &pixelY, &pixelU, &pixelV); in ConvertRGBA8888ToYUV420()
280 yuvImage.y.push_back(pixelY); in ConvertRGBA8888ToYUV420()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2258 every combination of valid values for pname:pixelX, pname:pixelY, and
2275 * pname:pixelY is added to the y coordinate of the upper-leftmost pixel of
2278 identified by pname:pixelX and pname:pixelY.
2284 * [[VUID-VkCoarseSampleLocationNV-pixelY-02079]]
2285 pname:pixelY must: be less than the height (in pixels) of the fragment
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h12467 uint32_t pixelY; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1899 VULKAN_HPP_HASH_COMBINE( seed, coarseSampleLocationNV.pixelY ); in operator ()()