Searched refs:xChromaOffset (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_ycbcr_conversion.c | 75 state->chroma_offsets[0] = pCreateInfo->xChromaOffset; in vk_common_CreateSamplerYcbcrConversion()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 864 * 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
|
D | textures.adoc | 1110 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 …]
|
D | formats.adoc | 1944 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
|
D | renderpass.adoc | 3627 .xChromaOffset = properties.chromaOffsetX,
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 524 .xChromaOffset = vkhpp::ChromaLocation::eMidpoint, in CreateYuvImage()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6433 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.xChromaOffset ); in operator ()()
|
D | vulkan_hash.hpp | 12411 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.xChromaOffset ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5659 vkStream->write((VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in marshal_VkSamplerYcbcrConversionCreateInfo() 5680 vkStream->read((VkChromaLocation*)&forUnmarshaling->xChromaOffset, sizeof(VkChromaLocation)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3909 memcpy(*ptr, (VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6739 vkStream->write((VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in marshal_VkSamplerYcbcrConversionCreateInfo() 6772 vkStream->read((VkChromaLocation*)&forUnmarshaling->xChromaOffset, sizeof(VkChromaLocation)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 5106 memcpy((VkChromaLocation*)&forUnmarshaling->xChromaOffset, *ptr, sizeof(VkChromaLocation)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5397 VkChromaLocation xChromaOffset; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5804 section, to make it clear the values of pname:xChromaOffset and
|