Home
last modified time | relevance | path

Searched refs:forceExplicitReconstruction (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc875 * pname:forceExplicitReconstruction can: be used to ensure that
881 Setting pname:forceExplicitReconstruction to ename:VK_TRUE may: have a
887 the pname:forceExplicitReconstruction value behaves as if it was set to
976 * [[VUID-VkSamplerYcbcrConversionCreateInfo-forceExplicitReconstruction-01656]]
980 pname:forceExplicitReconstruction must: be ename:VK_FALSE
Dtextures.adoc1149 pname:forceExplicitReconstruction is set to ename:VK_TRUE, reconstruction is
1156 pname:forceExplicitReconstruction is set to ename:VK_FALSE, reconstruction
Dformats.adoc1978 slink:VkSamplerYcbcrConversionCreateInfo::pname:forceExplicitReconstruction
2496 slink:VkSamplerYcbcrConversionCreateInfo::pname:forceExplicitReconstruction
Drenderpass.adoc3630 .forceExplicitReconstruction = ... };
3635 device and `forceExplicitReconstruction` is effectively ignored as the
/hardware/google/gfxstream/common/detector/
DVulkan.cpp527 .forceExplicitReconstruction = VK_FALSE, in CreateYuvImage()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6436 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.forceExplicitReconstruction ); in operator ()()
Dvulkan_hash.hpp12414 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.forceExplicitReconstruction ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp5662 vkStream->write((VkBool32*)&forMarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in marshal_VkSamplerYcbcrConversionCreateInfo()
5683 vkStream->read((VkBool32*)&forUnmarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3915 memcpy(*ptr, (VkBool32*)&forMarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6742 vkStream->write((VkBool32*)&forMarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in marshal_VkSamplerYcbcrConversionCreateInfo()
6775 vkStream->read((VkBool32*)&forUnmarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp5112 memcpy((VkBool32*)&forUnmarshaling->forceExplicitReconstruction, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5400 VkBool32 forceExplicitReconstruction; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc6762 slink:VkSamplerYcbcrConversionCreateInfo::pname:forceExplicitReconstruction