Home
last modified time | relevance | path

Searched refs:ycbcrRange (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_ycbcr_conversion.c53 state->ycbcr_range = pCreateInfo->ycbcrRange; in vk_common_CreateSamplerYcbcrConversion()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc860 * pname:ycbcrRange describes whether the encoded values have headroom and
972 * [[VUID-VkSamplerYcbcrConversionCreateInfo-ycbcrRange-02748]]
973 If pname:ycbcrRange is ename:VK_SAMPLER_YCBCR_RANGE_ITU_NARROW then the
1106 ename:VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; the pname:ycbcrRange
Dtextures.adoc1373 The range expansion to be applied is defined by the pname:ycbcrRange member
1376 * If pname:ycbcrRange is ename:VK_SAMPLER_YCBCR_RANGE_ITU_FULL, the
1399 * If pname:ycbcrRange is ename:VK_SAMPLER_YCBCR_RANGE_ITU_NARROW, the
Drenderpass.adoc3621 .ycbcrRange = VK_SAMPLER_YCBCR_RANGE_ITU_FULL,
/hardware/google/gfxstream/common/detector/
DVulkan.cpp517 .ycbcrRange = vkhpp::SamplerYcbcrRange::eItuNarrow, in CreateYuvImage()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6431 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.ycbcrRange ); in operator ()()
Dvulkan_hash.hpp12409 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.ycbcrRange ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp5656 vkStream->write((VkSamplerYcbcrRange*)&forMarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in marshal_VkSamplerYcbcrConversionCreateInfo()
5677 vkStream->read((VkSamplerYcbcrRange*)&forUnmarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3905 memcpy(*ptr, (VkSamplerYcbcrRange*)&forMarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6736 vkStream->write((VkSamplerYcbcrRange*)&forMarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in marshal_VkSamplerYcbcrConversionCreateInfo()
6769 vkStream->read((VkSamplerYcbcrRange*)&forUnmarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp5102 memcpy((VkSamplerYcbcrRange*)&forUnmarshaling->ycbcrRange, *ptr, sizeof(VkSamplerYcbcrRange)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5395 VkSamplerYcbcrRange ycbcrRange; member