Searched refs:samplerYcbcrConversionCreateInfo (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | vksJson.cpp | 813 const std::string& samplerYcbcrConversionCreateInfo, in readJSON_VkSamplerYcbcrConversionCreateInfo() argument 818 …ext.reader->parse(samplerYcbcrConversionCreateInfo.c_str(), samplerYcbcrConversionCreateInfo.c_str… in readJSON_VkSamplerYcbcrConversionCreateInfo()
|
D | vksJson.hpp | 121 const std::string& samplerYcbcrConversionCreateInfo,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 4561 const VkSamplerYcbcrConversionCreateInfo *samplerYcbcrConversionCreateInfo, in initExternalMemory() argument 4594 if (samplerYcbcrConversionCreateInfo) in initExternalMemory() 4598 samplerYcbcrConversionCreateInfo->pNext); in initExternalMemory() 4603 samplerYcbcrConversionCreateInfo->ycbcrModel, in initExternalMemory() 4604 samplerYcbcrConversionCreateInfo->ycbcrRange, in initExternalMemory() 4605 samplerYcbcrConversionCreateInfo->xChromaOffset, in initExternalMemory() 4606 samplerYcbcrConversionCreateInfo->yChromaOffset, in initExternalMemory() 4607 samplerYcbcrConversionCreateInfo->chromaFilter, in initExternalMemory() 4611 context, mYcbcrConversionDesc, *samplerYcbcrConversionCreateInfo, in initExternalMemory()
|
D | vk_helpers.h | 1526 const VkSamplerYcbcrConversionCreateInfo *samplerYcbcrConversionCreateInfo,
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_hash.hpp | 11878 …KAN_HPP_NAMESPACE::SamplerYcbcrConversionCreateInfo const & samplerYcbcrConversionCreateInfo ) con… in operator ()() 11881 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.sType ); in operator ()() 11882 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.pNext ); in operator ()() 11883 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.format ); in operator ()() 11884 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.ycbcrModel ); in operator ()() 11885 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.ycbcrRange ); in operator ()() 11886 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.components ); in operator ()() 11887 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.xChromaOffset ); in operator ()() 11888 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.yChromaOffset ); in operator ()() 11889 VULKAN_HPP_HASH_COMBINE( seed, samplerYcbcrConversionCreateInfo.chromaFilter ); in operator ()() [all …]
|