Searched refs:VkSamplerYcbcrRange (Results 1 – 18 of 18) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_android.h | 72 VkSamplerYcbcrRange suggestedYcbcrRange; 103 VkSamplerYcbcrRange suggestedYcbcrRange;
|
D | vulkan_screen.h | 72 VkSamplerYcbcrRange suggestedYcbcrRange;
|
D | vulkan_fuchsia.h | 199 VkSamplerYcbcrRange suggestedYcbcrRange;
|
D | vulkan_core.h | 4927 typedef enum VkSamplerYcbcrRange { enum 4933 } VkSamplerYcbcrRange; typedef 5395 VkSamplerYcbcrRange ycbcrRange; 9409 typedef VkSamplerYcbcrRange VkSamplerYcbcrRangeKHR;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_android.h | 72 VkSamplerYcbcrRange suggestedYcbcrRange; 103 VkSamplerYcbcrRange suggestedYcbcrRange;
|
D | vulkan_screen.h | 72 VkSamplerYcbcrRange suggestedYcbcrRange;
|
D | vulkan_fuchsia.h | 199 VkSamplerYcbcrRange suggestedYcbcrRange;
|
D | vk_enum_string_helper.h | 4721 static inline const char* string_VkSamplerYcbcrRange(VkSamplerYcbcrRange input_value) in string_VkSamplerYcbcrRange()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_ycbcr_conversion.h | 35 VkSamplerYcbcrRange ycbcr_range;
|
D | vk_nir_convert_ycbcr.h | 38 VkSamplerYcbcrRange range,
|
D | vk_nir_convert_ycbcr.c | 35 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/ |
D | samplers.adoc | 1078 [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[]
|
D | resources.adoc | 10192 * pname:suggestedYcbcrRange is a elink:VkSamplerYcbcrRange value
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 3905 memcpy(*ptr, (VkSamplerYcbcrRange*)&forMarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo() 3906 *ptr += sizeof(VkSamplerYcbcrRange); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 5656 vkStream->write((VkSamplerYcbcrRange*)&forMarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in marshal_VkSamplerYcbcrConversionCreateInfo() 5677 vkStream->read((VkSamplerYcbcrRange*)&forUnmarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 3087 *count += sizeof(VkSamplerYcbcrRange); in count_VkSamplerYcbcrConversionCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6736 vkStream->write((VkSamplerYcbcrRange*)&forMarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in marshal_VkSamplerYcbcrConversionCreateInfo() 6769 vkStream->read((VkSamplerYcbcrRange*)&forUnmarshaling->ycbcrRange, sizeof(VkSamplerYcbcrRange)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 5102 memcpy((VkSamplerYcbcrRange*)&forUnmarshaling->ycbcrRange, *ptr, sizeof(VkSamplerYcbcrRange)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo() 5103 *ptr += sizeof(VkSamplerYcbcrRange); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
|