/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 37 ** <<features-samplerYcbcrConversion, pname:samplerYcbcrConversion>>
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_sampler_ycbcr_conversion.adoc | 52 code:samplerYcbcrConversion capability is optional.
|
D | versions.adoc | 368 support for the <<features-samplerYcbcrConversion, 369 pname:samplerYcbcrConversion>> feature is optional. 371 slink:VkPhysicalDeviceSamplerYcbcrConversionFeatures::pname:samplerYcbcrConversion 373 or slink:VkPhysicalDeviceVulkan11Features::pname:samplerYcbcrConversion
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 189 if (sampler_features.samplerYcbcrConversion == VK_FALSE) { in Load() 220 .samplerYcbcrConversion = ycbcr_conversion_needed, in Load()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 745 <<features-samplerYcbcrConversion, pname:samplerYcbcrConversion>> feature 799 :objectnamecamelcase: samplerYcbcrConversion 833 The <<features-samplerYcbcrConversion, pname:samplerYcbcrConversion>>
|
D | features.adoc | 1746 * [[{anchor-prefix}features-samplerYcbcrConversion]] 1747 pname:samplerYcbcrConversion specifies whether the implementation 1749 If pname:samplerYcbcrConversion is ename:VK_FALSE, sampler {YCbCr} 7416 * <<features-samplerYcbcrConversion, pname:samplerYcbcrConversion>>, if 8068 * <<features-samplerYcbcrConversion, pname:samplerYcbcrConversion>>
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 594 CORE_FEATURE(samplerYcbcrConversion); in vk_get_physical_device_core_1_1_feature_ext()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 890 samplerYcbcrConversionFeatures.samplerYcbcrConversion == VK_TRUE; in createGlobalVkEmulation() 1102 .samplerYcbcrConversion = VK_TRUE, in createGlobalVkEmulation()
|
D | VkDecoderGlobalState.cpp | 1258 ycbcrFeatures->samplerYcbcrConversion |= m_emu->enableYcbcrEmulation; in on_vkGetPhysicalDeviceFeatures2() 1667 ycbcrFeatures->samplerYcbcrConversion = VK_FALSE; in on_vkCreateDevice()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_handles.hpp | 3885 …PESAFE_EXPLICIT SamplerYcbcrConversion( VkSamplerYcbcrConversion samplerYcbcrConversion ) VULKAN_H… in SamplerYcbcrConversion() argument 3886 : m_samplerYcbcrConversion( samplerYcbcrConversion ) in SamplerYcbcrConversion() 3890 …SamplerYcbcrConversion & operator=(VkSamplerYcbcrConversion samplerYcbcrConversion) VULKAN_HPP_NOE… in operator =() argument 3892 m_samplerYcbcrConversion = samplerYcbcrConversion; in operator =()
|
D | vulkansc_hash.hpp | 241 … operator()(VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion const & samplerYcbcrConversion) const VUL… in operator ()() 243 …d::hash<VkSamplerYcbcrConversion>{}(static_cast<VkSamplerYcbcrConversion>(samplerYcbcrConversion)); in operator ()() 4888 …LKAN_HPP_HASH_COMBINE( seed, physicalDeviceSamplerYcbcrConversionFeatures.samplerYcbcrConversion ); in operator ()() 5330 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.samplerYcbcrConversion ); in operator ()()
|
D | vulkan_hash.hpp | 241 … operator()(VULKAN_HPP_NAMESPACE::SamplerYcbcrConversion const & samplerYcbcrConversion) const VUL… in operator ()() 243 …d::hash<VkSamplerYcbcrConversion>{}(static_cast<VkSamplerYcbcrConversion>(samplerYcbcrConversion)); in operator ()() 9662 …LKAN_HPP_HASH_COMBINE( seed, physicalDeviceSamplerYcbcrConversionFeatures.samplerYcbcrConversion ); in operator ()() 10572 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.samplerYcbcrConversion ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5773 vkStream->write((VkBool32*)&forMarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSamplerYcbcrConversionFeatures() 5785 vkStream->read((VkBool32*)&forUnmarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSamplerYcbcrConversionFeatures() 6405 vkStream->write((VkBool32*)&forMarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Features() 6429 vkStream->read((VkBool32*)&forUnmarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Features()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3981 memcpy(*ptr, (VkBool32*)&forMarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSamplerYcbcrConversionFeatures() 4413 memcpy(*ptr, (VkBool32*)&forMarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan11Features()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6901 vkStream->write((VkBool32*)&forMarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSamplerYcbcrConversionFeatures() 6925 vkStream->read((VkBool32*)&forUnmarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSamplerYcbcrConversionFeatures() 7772 vkStream->write((VkBool32*)&forMarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Features() 7807 vkStream->read((VkBool32*)&forUnmarshaling->samplerYcbcrConversion, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Features()
|
D | goldfish_vk_reserved_marshaling.cpp | 5235 memcpy((VkBool32*)&forUnmarshaling->samplerYcbcrConversion, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSamplerYcbcrConversionFeatures() 5942 memcpy((VkBool32*)&forUnmarshaling->samplerYcbcrConversion, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan11Features()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5424 VkBool32 samplerYcbcrConversion; member 5877 VkBool32 samplerYcbcrConversion; member
|