Home
last modified time | relevance | path

Searched refs:ycbcr2plane444Formats (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc5394 * [[features-ycbcr2plane444Formats]] pname:ycbcr2plane444Formats indicates
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5642 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceYcbcr2Plane444FormatsFeaturesEXT.ycbcr2plane444Formats ); in operator ()()
Dvulkan_hash.hpp10858 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceYcbcr2Plane444FormatsFeaturesEXT.ycbcr2plane444Formats ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp13296 vkStream->write((VkBool32*)&forMarshaling->ycbcr2plane444Formats, sizeof(VkBool32)); in marshal_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT()
13308 vkStream->read((VkBool32*)&forUnmarshaling->ycbcr2plane444Formats, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8929 memcpy(*ptr, (VkBool32*)&forMarshaling->ycbcr2plane444Formats, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17807 vkStream->write((VkBool32*)&forMarshaling->ycbcr2plane444Formats, sizeof(VkBool32)); in marshal_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT()
17831 vkStream->read((VkBool32*)&forUnmarshaling->ycbcr2plane444Formats, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp13804 memcpy((VkBool32*)&forUnmarshaling->ycbcr2plane444Formats, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15310 VkBool32 ycbcr2plane444Formats; member