Searched refs:forceExplicitReconstruction (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 527 .forceExplicitReconstruction = VK_FALSE, in CreateYuvImage()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 320 .forceExplicitReconstruction = VK_FALSE, in CreateImageWithAhb()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 46819 …ChromaOffset( yChromaOffset_ ), chromaFilter( chromaFilter_ ), forceExplicitReconstruction( forceE… 46889 forceExplicitReconstruction = forceExplicitReconstruction_; in setForceExplicitReconstruction() 46913 … ycbcrRange, components, xChromaOffset, yChromaOffset, chromaFilter, forceExplicitReconstruction ); in reflect() 46935 && ( forceExplicitReconstruction == rhs.forceExplicitReconstruction ); in operator ==() 46955 VULKAN_HPP_NAMESPACE::Bool32 forceExplicitReconstruction = {}; member
|
D | vulkansc_hash.hpp | 6436 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.forceExplicitReconstruction ); in operator ()()
|
D | vulkan_structs.hpp | 95088 …ChromaOffset( yChromaOffset_ ), chromaFilter( chromaFilter_ ), forceExplicitReconstruction( forceE… 95158 forceExplicitReconstruction = forceExplicitReconstruction_; in setForceExplicitReconstruction() 95182 … ycbcrRange, components, xChromaOffset, yChromaOffset, chromaFilter, forceExplicitReconstruction ); in reflect() 95204 && ( forceExplicitReconstruction == rhs.forceExplicitReconstruction ); in operator ==() 95224 VULKAN_HPP_NAMESPACE::Bool32 forceExplicitReconstruction = {}; member
|
D | vulkan_core.h | 5441 VkBool32 forceExplicitReconstruction; member
|
D | vulkan_hash.hpp | 12414 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.forceExplicitReconstruction ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6743 vkStream->write((VkBool32*)&forMarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in marshal_VkSamplerYcbcrConversionCreateInfo() 6776 vkStream->read((VkBool32*)&forUnmarshaling->forceExplicitReconstruction, sizeof(VkBool32)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 5120 memcpy((VkBool32*)&forUnmarshaling->forceExplicitReconstruction, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
|