Home
last modified time | relevance | path

Searched refs:samplerYcbcrConversion (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc37 ** <<features-samplerYcbcrConversion, pname:samplerYcbcrConversion>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_sampler_ycbcr_conversion.adoc52 code:samplerYcbcrConversion capability is optional.
Dversions.adoc368 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/
DVulkan.cpp189 if (sampler_features.samplerYcbcrConversion == VK_FALSE) { in Load()
220 .samplerYcbcrConversion = ycbcr_conversion_needed, in Load()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc745 <<features-samplerYcbcrConversion, pname:samplerYcbcrConversion>> feature
799 :objectnamecamelcase: samplerYcbcrConversion
833 The <<features-samplerYcbcrConversion, pname:samplerYcbcrConversion>>
Dfeatures.adoc1746 * [[{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/
Dvk_device.c594 CORE_FEATURE(samplerYcbcrConversion); in vk_get_physical_device_core_1_1_feature_ext()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp890 samplerYcbcrConversionFeatures.samplerYcbcrConversion == VK_TRUE; in createGlobalVkEmulation()
1102 .samplerYcbcrConversion = VK_TRUE, in createGlobalVkEmulation()
DVkDecoderGlobalState.cpp1258 ycbcrFeatures->samplerYcbcrConversion |= m_emu->enableYcbcrEmulation; in on_vkGetPhysicalDeviceFeatures2()
1667 ycbcrFeatures->samplerYcbcrConversion = VK_FALSE; in on_vkCreateDevice()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_handles.hpp3885 …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 =()
Dvulkansc_hash.hpp241 … 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 ()()
Dvulkan_hash.hpp241 … 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/
Dgoldfish_vk_marshaling_guest.cpp5773 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp3981 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/
Dgoldfish_vk_marshaling.cpp6901 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()
Dgoldfish_vk_reserved_marshaling.cpp5235 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/
Dvulkan_core.h5424 VkBool32 samplerYcbcrConversion; member
5877 VkBool32 samplerYcbcrConversion; member