Searched refs:pixelY (Results 1 – 4 of 4) sorted by relevance
275 uint8_t pixelY; in ConvertRGBA8888ToYUV420() local278 ConvertRGBA8888PixelToYUV(r, g, b, &pixelY, &pixelU, &pixelV); in ConvertRGBA8888ToYUV420()280 yuvImage.y.push_back(pixelY); in ConvertRGBA8888ToYUV420()
2258 every combination of valid values for pname:pixelX, pname:pixelY, and2275 * pname:pixelY is added to the y coordinate of the upper-leftmost pixel of2278 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
12467 uint32_t pixelY; member
1899 VULKAN_HPP_HASH_COMBINE( seed, coarseSampleLocationNV.pixelY ); in operator ()()