Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp93 features->samplerYcbcrConversion = VK_FALSE; in getFeatures()
DlibVulkan.cpp263 if(samplerYcbcrConversionFeatures->samplerYcbcrConversion == VK_TRUE) in vkCreateDevice()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp305 if (ycbcrFeatures && ycbcrFeatures->samplerYcbcrConversion && in init()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp342 if (ycbcrFeatures && ycbcrFeatures->samplerYcbcrConversion && in init()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp212 if (useYCbCr && !ycbcrFeature.samplerYcbcrConversion) in makeProtectedMemDevice()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2020 return (ycbcrFeatures.samplerYcbcrConversion == VK_TRUE); in isYcbcrConversionSupported()
2791 s << "\tsamplerYcbcrConversion = " << value.samplerYcbcrConversion << '\n'; in toString()
2989 … samplerYcbcrConversionFeatures[0].samplerYcbcrConversion != samplerYcbcrConversionFeatures[1].sam… in deviceFeatures2()
/external/mesa3d/src/intel/vulkan/
Danv_device.c779 features->samplerYcbcrConversion = true; in anv_GetPhysicalDeviceFeatures2KHR()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp221 if (features.samplerYcbcrConversion == VK_FALSE) in checkImageSupport()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1576 VkBool32 samplerYcbcrConversion; member
DvkVulkan_c.inl4076 VkBool32 samplerYcbcrConversion; member
DvkStrUtilImpl.inl4405 s << "\tsamplerYcbcrConversion = " << value.samplerYcbcrConversion << '\n';
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp13070 …KAN_HPP_TYPESAFE_EXPLICIT SamplerYcbcrConversion( VkSamplerYcbcrConversion samplerYcbcrConversion ) in SamplerYcbcrConversion() argument
13071 : m_samplerYcbcrConversion( samplerYcbcrConversion ) in SamplerYcbcrConversion()
13075 SamplerYcbcrConversion & operator=(VkSamplerYcbcrConversion samplerYcbcrConversion) in operator =() argument
13077 m_samplerYcbcrConversion = samplerYcbcrConversion; in operator =()
38718 : samplerYcbcrConversion( samplerYcbcrConversion_ ) in PhysicalDeviceSamplerYcbcrConversionFeatures()
38740 samplerYcbcrConversion = samplerYcbcrConversion_; in setSamplerYcbcrConversion()
38758 && ( samplerYcbcrConversion == rhs.samplerYcbcrConversion ); in operator ==()
38771 Bool32 samplerYcbcrConversion; member
Dvulkan_core.h4387 VkBool32 samplerYcbcrConversion; member
/external/swiftshader/include/vulkan/
Dvulkan.hpp4498 …KAN_HPP_TYPESAFE_EXPLICIT SamplerYcbcrConversion( VkSamplerYcbcrConversion samplerYcbcrConversion ) in SamplerYcbcrConversion() argument
4499 : m_samplerYcbcrConversion( samplerYcbcrConversion ) in SamplerYcbcrConversion()
4503 SamplerYcbcrConversion & operator=(VkSamplerYcbcrConversion samplerYcbcrConversion) in operator =() argument
4505 m_samplerYcbcrConversion = samplerYcbcrConversion; in operator =()
16280 : samplerYcbcrConversion( samplerYcbcrConversion_ ) in PhysicalDeviceSamplerYcbcrConversionFeatures()
16302 samplerYcbcrConversion = samplerYcbcrConversion_; in setSamplerYcbcrConversion()
16320 && ( samplerYcbcrConversion == rhs.samplerYcbcrConversion ); in operator ==()
16333 Bool32 samplerYcbcrConversion; member
Dvulkan_core.h4340 VkBool32 samplerYcbcrConversion; member
/external/mesa3d/include/vulkan/
Dvulkan.h5138 VkBool32 samplerYcbcrConversion; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4220 VkBool32 samplerYcbcrConversion; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4220 VkBool32 samplerYcbcrConversion; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4073 VkBool32 samplerYcbcrConversion; member
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp25512 ycbcr_features.samplerYcbcrConversion = VK_TRUE; in TEST_F()