Home
last modified time | relevance | path

Searched refs:VkSamplerYcbcrRange (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_android.h72 VkSamplerYcbcrRange suggestedYcbcrRange;
103 VkSamplerYcbcrRange suggestedYcbcrRange;
Dvulkan_screen.h72 VkSamplerYcbcrRange suggestedYcbcrRange;
Dvulkan_fuchsia.h199 VkSamplerYcbcrRange suggestedYcbcrRange;
Dvulkan_core.h4927 typedef enum VkSamplerYcbcrRange { enum
4933 } VkSamplerYcbcrRange; typedef
5395 VkSamplerYcbcrRange ycbcrRange;
9409 typedef VkSamplerYcbcrRange VkSamplerYcbcrRangeKHR;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_android.h72 VkSamplerYcbcrRange suggestedYcbcrRange;
103 VkSamplerYcbcrRange suggestedYcbcrRange;
Dvulkan_screen.h72 VkSamplerYcbcrRange suggestedYcbcrRange;
Dvulkan_fuchsia.h199 VkSamplerYcbcrRange suggestedYcbcrRange;
Dvk_enum_string_helper.h4721 static inline const char* string_VkSamplerYcbcrRange(VkSamplerYcbcrRange input_value) in string_VkSamplerYcbcrRange()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_ycbcr_conversion.h35 VkSamplerYcbcrRange ycbcr_range;
Dvk_nir_convert_ycbcr.h38 VkSamplerYcbcrRange range,
Dvk_nir_convert_ycbcr.c35 VkSamplerYcbcrRange range) in y_range()
58 VkSamplerYcbcrRange range) in chroma_range()
121 VkSamplerYcbcrRange range, in nir_convert_ycbcr_to_rgb()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc1078 [open,refpage='VkSamplerYcbcrRange',desc='Range of encoded values in a color space',type='enums']
1080 The elink:VkSamplerYcbcrRange enum describes whether color components are
1083 elink:VkSamplerYcbcrRange is defined as:
1085 include::{generated}/api/enums/VkSamplerYcbcrRange.adoc[]
Dresources.adoc10192 * pname:suggestedYcbcrRange is a elink:VkSamplerYcbcrRange value
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp3905 memcpy(*ptr, (VkSamplerYcbcrRange*)&forMarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
3906 *ptr += sizeof(VkSamplerYcbcrRange); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
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_counting_guest.cpp3087 *count += sizeof(VkSamplerYcbcrRange); in count_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()
5103 *ptr += sizeof(VkSamplerYcbcrRange); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()