Searched refs:chromaFilter (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_ycbcr_conversion.c | 77 state->chroma_filter = pCreateInfo->chromaFilter; in vk_common_CreateSamplerYcbcrConversion()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 201 {YCbCr} conversion's pname:chromaFilter 874 * pname:chromaFilter is the filter for chroma reconstruction. 981 * [[VUID-VkSamplerYcbcrConversionCreateInfo-chromaFilter-01657]] 985 pname:chromaFilter must: not be ename:VK_FILTER_LINEAR 1010 If pname:chromaFilter is ename:VK_FILTER_NEAREST, chroma samples are
|
D | textures.adoc | 1166 * If the pname:chromaFilter member of the 1201 pname:chromaFilter is ename:VK_FILTER_NEAREST for explicit reconstruction. 1204 * If the pname:chromaFilter member of the 1287 pname:chromaFilter=ename:VK_FILTER_LINEAR, up to nine chroma samples may be 1297 pname:chromaFilter takes precedence for the chroma samples. 1299 If pname:chromaFilter is ename:VK_FILTER_NEAREST, an implementation may: 1514 If pname:chromaFilter, and pname:minFilter or pname:magFilter are both
|
D | formats.adoc | 1967 format as a source with pname:chromaFilter set to 2485 format as a source with pname:chromaFilter set to
|
D | renderpass.adoc | 3629 .chromaFilter = ename:VK_FILTER_NEAREST,
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 526 .chromaFilter = vkhpp::Filter::eLinear, in CreateYuvImage()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6435 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.chromaFilter ); in operator ()()
|
D | vulkan_hash.hpp | 12413 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.chromaFilter ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5661 vkStream->write((VkFilter*)&forMarshaling->chromaFilter, sizeof(VkFilter)); in marshal_VkSamplerYcbcrConversionCreateInfo() 5682 vkStream->read((VkFilter*)&forUnmarshaling->chromaFilter, sizeof(VkFilter)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3913 memcpy(*ptr, (VkFilter*)&forMarshaling->chromaFilter, sizeof(VkFilter)); in reservedmarshal_VkSamplerYcbcrConversionCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6741 vkStream->write((VkFilter*)&forMarshaling->chromaFilter, sizeof(VkFilter)); in marshal_VkSamplerYcbcrConversionCreateInfo() 6774 vkStream->read((VkFilter*)&forUnmarshaling->chromaFilter, sizeof(VkFilter)); in unmarshal_VkSamplerYcbcrConversionCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 5110 memcpy((VkFilter*)&forUnmarshaling->chromaFilter, *ptr, sizeof(VkFilter)); in reservedunmarshal_VkSamplerYcbcrConversionCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5399 VkFilter chromaFilter; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 4243 to constrain pname:chromaFilter, not pname:minFilter / pname:magFilter 6773 * Tighten slink:VkSamplerYcbcrConversionCreateInfo::pname:chromaFilter
|