Searched refs:forceExplicitReconstruction (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 875 * 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
|
D | textures.adoc | 1149 pname:forceExplicitReconstruction is set to ename:VK_TRUE, reconstruction is 1156 pname:forceExplicitReconstruction is set to ename:VK_FALSE, reconstruction
|
D | formats.adoc | 1978 slink:VkSamplerYcbcrConversionCreateInfo::pname:forceExplicitReconstruction 2496 slink:VkSamplerYcbcrConversionCreateInfo::pname:forceExplicitReconstruction
|
D | renderpass.adoc | 3630 .forceExplicitReconstruction = ... }; 3635 device and `forceExplicitReconstruction` is effectively ignored as the
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 527 .forceExplicitReconstruction = VK_FALSE, in CreateYuvImage()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6436 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.forceExplicitReconstruction ); in operator ()()
|
D | vulkan_hash.hpp | 12414 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.forceExplicitReconstruction ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5662 vkStream->write((VkBool32*)&forMarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in marshal_VkSamplerYcbcrConversionCreateInfo() 5683 vkStream->read((VkBool32*)&forUnmarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3915 memcpy(*ptr, (VkBool32*)&forMarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6742 vkStream->write((VkBool32*)&forMarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in marshal_VkSamplerYcbcrConversionCreateInfo() 6775 vkStream->read((VkBool32*)&forUnmarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 5112 memcpy((VkBool32*)&forUnmarshaling->forceExplicitReconstruction, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5400 VkBool32 forceExplicitReconstruction; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 6762 slink:VkSamplerYcbcrConversionCreateInfo::pname:forceExplicitReconstruction
|