Home
last modified time | relevance | path

Searched refs:xChromaOffset (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_ycbcr_conversion.c75 state->chroma_offsets[0] = pCreateInfo->xChromaOffset; in vk_common_CreateSamplerYcbcrConversion()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc864 * pname:xChromaOffset describes the
867 pname:xChromaOffset has no effect for formats in which chroma components
925 * [[VUID-VkSamplerYcbcrConversionCreateInfo-xChromaOffset-01651]]
928 ename:VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT, pname:xChromaOffset
932 * [[VUID-VkSamplerYcbcrConversionCreateInfo-xChromaOffset-01652]]
935 ename:VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT, pname:xChromaOffset
Dtextures.adoc1110 determined by the pname:xChromaOffset and pname:yChromaOffset members of the
1132 image::{images}/chromasamples_422_cosited.svg[align="center",title="422 downsampling, xChromaOffset
1134 …hromasamples_422_midpoint.svg[align="center",title="422 downsampling, xChromaOffset=MIDPOINT",opts…
1136 …les_420_xcosited_ycosited.svg[align="center",title="420 downsampling, xChromaOffset=COSITED_EVEN, …
1138 …es_420_xmidpoint_ycosited.svg[align="center",title="420 downsampling, xChromaOffset=MIDPOINT, yChr…
1140 …es_420_xcosited_ymidpoint.svg[align="center",title="420 downsampling, xChromaOffset=COSITED_EVEN, …
1142 …s_420_xmidpoint_ymidpoint.svg[align="center",title="420 downsampling, xChromaOffset=MIDPOINT, yChr…
1200 pname:xChromaOffset and pname:yChromaOffset have no effect if
1210 *** If pname:xChromaOffset is ename:VK_CHROMA_LOCATION_COSITED_EVEN:
1221 *** If pname:xChromaOffset is ename:VK_CHROMA_LOCATION_MIDPOINT:
[all …]
Dformats.adoc1944 pname:xChromaOffset and/or pname:yChromaOffset of
1946 Otherwise both pname:xChromaOffset and pname:yChromaOffset must: be
1956 pname:xChromaOffset and/or pname:yChromaOffset of
1958 Otherwise both pname:xChromaOffset and pname:yChromaOffset must: be
2462 pname:xChromaOffset and/or pname:yChromaOffset of
2464 Otherwise both pname:xChromaOffset and pname:yChromaOffset must: be
2474 pname:xChromaOffset and/or pname:yChromaOffset of
2476 Otherwise both pname:xChromaOffset and pname:yChromaOffset must: be
Drenderpass.adoc3627 .xChromaOffset = properties.chromaOffsetX,
/hardware/google/gfxstream/common/detector/
DVulkan.cpp524 .xChromaOffset = vkhpp::ChromaLocation::eMidpoint, in CreateYuvImage()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6433 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.xChromaOffset ); in operator ()()
Dvulkan_hash.hpp12411 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.xChromaOffset ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp5659 vkStream->write((VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in marshal_VkSamplerYcbcrConversionCreateInfo()
5680 vkStream->read((VkChromaLocation*)&forUnmarshaling->xChromaOffset, sizeof(VkChromaLocation)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3909 memcpy(*ptr, (VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6739 vkStream->write((VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in marshal_VkSamplerYcbcrConversionCreateInfo()
6772 vkStream->read((VkChromaLocation*)&forUnmarshaling->xChromaOffset, sizeof(VkChromaLocation)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp5106 memcpy((VkChromaLocation*)&forUnmarshaling->xChromaOffset, *ptr, sizeof(VkChromaLocation)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5397 VkChromaLocation xChromaOffset; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc5804 section, to make it clear the values of pname:xChromaOffset and