Searched refs:VkChromaLocation (Results 1 – 18 of 18) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_android.h | 73 VkChromaLocation suggestedXChromaOffset; 74 VkChromaLocation suggestedYChromaOffset; 104 VkChromaLocation suggestedXChromaOffset; 105 VkChromaLocation suggestedYChromaOffset; 138 VkChromaLocation externalFormatResolveChromaOffsetX; 139 VkChromaLocation externalFormatResolveChromaOffsetY;
|
D | vulkan_screen.h | 73 VkChromaLocation suggestedXChromaOffset; 74 VkChromaLocation suggestedYChromaOffset;
|
D | vulkan_fuchsia.h | 200 VkChromaLocation suggestedXChromaOffset; 201 VkChromaLocation suggestedYChromaOffset;
|
D | vk_enum_string_helper.h | 4734 static inline const char* string_VkChromaLocation(VkChromaLocation input_value) in string_VkChromaLocation()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_android.h | 73 VkChromaLocation suggestedXChromaOffset; 74 VkChromaLocation suggestedYChromaOffset; 104 VkChromaLocation suggestedXChromaOffset; 105 VkChromaLocation suggestedYChromaOffset;
|
D | vulkan_screen.h | 73 VkChromaLocation suggestedXChromaOffset; 74 VkChromaLocation suggestedYChromaOffset;
|
D | vulkan_fuchsia.h | 200 VkChromaLocation suggestedXChromaOffset; 201 VkChromaLocation suggestedYChromaOffset;
|
D | vulkan_core.h | 4935 typedef enum VkChromaLocation { enum 4941 } VkChromaLocation; typedef 5397 VkChromaLocation xChromaOffset; 5398 VkChromaLocation yChromaOffset; 9411 typedef VkChromaLocation VkChromaLocationKHR;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_ycbcr_conversion.h | 37 VkChromaLocation chroma_offsets[2];
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_ANDROID_external_format_resolve.adoc | 161 VkChromaLocation externalFormatResolveChromaOffsetX; 162 VkChromaLocation externalFormatResolveChromaOffsetY;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 1110 [open,refpage='VkChromaLocation',desc='Position of downsampled chroma samples',type='enums'] 1112 The elink:VkChromaLocation enum defines the location of downsampled chroma 1115 include::{generated}/api/enums/VkChromaLocation.adoc[]
|
D | limits.adoc | 4404 elink:VkChromaLocation that an implementation uses in the X axis for 4412 elink:VkChromaLocation that an implementation uses in the Y axis for
|
D | resources.adoc | 10194 * pname:suggestedXChromaOffset is a elink:VkChromaLocation value 10196 * pname:suggestedYChromaOffset is a elink:VkChromaLocation value
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 3909 memcpy(*ptr, (VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo() 3910 *ptr += sizeof(VkChromaLocation); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo() 3911 memcpy(*ptr, (VkChromaLocation*)&forMarshaling->yChromaOffset, sizeof(VkChromaLocation)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo() 3912 *ptr += sizeof(VkChromaLocation); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 5659 vkStream->write((VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in marshal_VkSamplerYcbcrConversionCreateInfo() 5660 vkStream->write((VkChromaLocation*)&forMarshaling->yChromaOffset, sizeof(VkChromaLocation)); in marshal_VkSamplerYcbcrConversionCreateInfo() 5680 vkStream->read((VkChromaLocation*)&forUnmarshaling->xChromaOffset, sizeof(VkChromaLocation)); in unmarshal_VkSamplerYcbcrConversionCreateInfo() 5681 vkStream->read((VkChromaLocation*)&forUnmarshaling->yChromaOffset, sizeof(VkChromaLocation)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 3090 *count += sizeof(VkChromaLocation); in count_VkSamplerYcbcrConversionCreateInfo() 3091 *count += sizeof(VkChromaLocation); in count_VkSamplerYcbcrConversionCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6739 vkStream->write((VkChromaLocation*)&forMarshaling->xChromaOffset, sizeof(VkChromaLocation)); in marshal_VkSamplerYcbcrConversionCreateInfo() 6740 vkStream->write((VkChromaLocation*)&forMarshaling->yChromaOffset, sizeof(VkChromaLocation)); in marshal_VkSamplerYcbcrConversionCreateInfo() 6772 vkStream->read((VkChromaLocation*)&forUnmarshaling->xChromaOffset, sizeof(VkChromaLocation)); in unmarshal_VkSamplerYcbcrConversionCreateInfo() 6773 vkStream->read((VkChromaLocation*)&forUnmarshaling->yChromaOffset, sizeof(VkChromaLocation)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 5106 memcpy((VkChromaLocation*)&forUnmarshaling->xChromaOffset, *ptr, sizeof(VkChromaLocation)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo() 5107 *ptr += sizeof(VkChromaLocation); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo() 5108 memcpy((VkChromaLocation*)&forUnmarshaling->yChromaOffset, *ptr, sizeof(VkChromaLocation)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo() 5109 *ptr += sizeof(VkChromaLocation); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
|