Home
last modified time | relevance | path

Searched refs:ahb_format_props (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/vulkan/
H A Dvulkan_image_android.cc32 VkAndroidHardwareBufferFormatPropertiesANDROID ahb_format_props = { in InitializeFromGpuMemoryBufferHandle() local
37 .pNext = &ahb_format_props, in InitializeFromGpuMemoryBufferHandle()
61 if (ahb_format_props.format == VK_FORMAT_UNDEFINED) { in InitializeFromGpuMemoryBufferHandle()
65 external_format.externalFormat = ahb_format_props.externalFormat; in InitializeFromGpuMemoryBufferHandle()
119 if (!Initialize(device_queue, size, ahb_format_props.format, usage_flags, in InitializeFromGpuMemoryBufferHandle()
129 if (ahb_format_props.format == VK_FORMAT_UNDEFINED) { in InitializeFromGpuMemoryBufferHandle()
131 ahb_format_props.suggestedYcbcrModel, in InitializeFromGpuMemoryBufferHandle()
132 ahb_format_props.suggestedYcbcrRange, in InitializeFromGpuMemoryBufferHandle()
133 ahb_format_props.suggestedXChromaOffset, in InitializeFromGpuMemoryBufferHandle()
134 ahb_format_props.suggestedYChromaOffset, in InitializeFromGpuMemoryBufferHandle()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/vulkan/
H A Dvulkan_image_android.cc33 VkAndroidHardwareBufferFormatPropertiesANDROID ahb_format_props = { in InitializeFromGpuMemoryBufferHandle() local
38 .pNext = &ahb_format_props, in InitializeFromGpuMemoryBufferHandle()
62 if (ahb_format_props.format == VK_FORMAT_UNDEFINED) { in InitializeFromGpuMemoryBufferHandle()
66 external_format.externalFormat = ahb_format_props.externalFormat; in InitializeFromGpuMemoryBufferHandle()
125 if (!Initialize(device_queue, size, ahb_format_props.format, usage_flags, in InitializeFromGpuMemoryBufferHandle()
135 if (ahb_format_props.format == VK_FORMAT_UNDEFINED) { in InitializeFromGpuMemoryBufferHandle()
137 ahb_format_props.suggestedYcbcrModel, in InitializeFromGpuMemoryBufferHandle()
138 ahb_format_props.suggestedYcbcrRange, in InitializeFromGpuMemoryBufferHandle()
139 ahb_format_props.suggestedXChromaOffset, in InitializeFromGpuMemoryBufferHandle()
140 ahb_format_props.suggestedYChromaOffset, in InitializeFromGpuMemoryBufferHandle()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/vulkan/android/
H A Dvulkan_implementation_android.cc168 VkAndroidHardwareBufferFormatPropertiesANDROID ahb_format_props = { in GetSamplerYcbcrConversionInfo() local
172 .pNext = &ahb_format_props, in GetSamplerYcbcrConversionInfo()
185 VK_FORMAT_UNDEFINED, ahb_format_props.externalFormat, in GetSamplerYcbcrConversionInfo()
186 ahb_format_props.suggestedYcbcrModel, in GetSamplerYcbcrConversionInfo()
187 ahb_format_props.suggestedYcbcrRange, in GetSamplerYcbcrConversionInfo()
188 ahb_format_props.suggestedXChromaOffset, in GetSamplerYcbcrConversionInfo()
189 ahb_format_props.suggestedYChromaOffset, ahb_format_props.formatFeatures); in GetSamplerYcbcrConversionInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/vulkan/android/
H A Dvulkan_implementation_android.cc167 VkAndroidHardwareBufferFormatPropertiesANDROID ahb_format_props = { in GetSamplerYcbcrConversionInfo() local
171 .pNext = &ahb_format_props, in GetSamplerYcbcrConversionInfo()
184 VK_FORMAT_UNDEFINED, ahb_format_props.externalFormat, in GetSamplerYcbcrConversionInfo()
185 ahb_format_props.suggestedYcbcrModel, in GetSamplerYcbcrConversionInfo()
186 ahb_format_props.suggestedYcbcrRange, in GetSamplerYcbcrConversionInfo()
187 ahb_format_props.suggestedXChromaOffset, in GetSamplerYcbcrConversionInfo()
188 ahb_format_props.suggestedYChromaOffset, ahb_format_props.formatFeatures); in GetSamplerYcbcrConversionInfo()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dstate_tracker.cpp115 …auto ahb_format_props = LvlFindInChain<VkAndroidHardwareBufferFormatPropertiesANDROID>(pProperties… in PostCallRecordGetAndroidHardwareBufferPropertiesANDROID() local
116 if (ahb_format_props) { in PostCallRecordGetAndroidHardwareBufferPropertiesANDROID()
117 … ahb_ext_formats_map.emplace(ahb_format_props->externalFormat, ahb_format_props->formatFeatures); in PostCallRecordGetAndroidHardwareBufferPropertiesANDROID()
H A Dcore_validation.cpp4238 auto ahb_format_props = LvlInitStruct<VkAndroidHardwareBufferFormatPropertiesANDROID>(); in ValidateAllocateMemoryANDROID() local
4239 auto ahb_props = LvlInitStruct<VkAndroidHardwareBufferPropertiesANDROID>(&ahb_format_props); in ValidateAllocateMemoryANDROID()
4293 if ((ici->format != ahb_format_props.format) && (VK_FORMAT_UNDEFINED != ici->format)) { in ValidateAllocateMemoryANDROID()
4298 … string_VkFormat(ici->format), string_VkFormat(ahb_format_props.format)); in ValidateAllocateMemoryANDROID()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dstate_tracker.cpp342 …auto ahb_format_props = lvl_find_in_chain<VkAndroidHardwareBufferFormatPropertiesANDROID>(pPropert… in PostCallRecordGetAndroidHardwareBufferPropertiesANDROID() local
343 if (ahb_format_props) { in PostCallRecordGetAndroidHardwareBufferPropertiesANDROID()
344 … ahb_ext_formats_map.insert({ahb_format_props->externalFormat, ahb_format_props->formatFeatures}); in PostCallRecordGetAndroidHardwareBufferPropertiesANDROID()
H A Dcore_validation.cpp3154 VkAndroidHardwareBufferFormatPropertiesANDROID ahb_format_props = {}; in ValidateAllocateMemoryANDROID() local
3155ahb_format_props.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID; in ValidateAllocateMemoryANDROID()
3158 ahb_props.pNext = &ahb_format_props; in ValidateAllocateMemoryANDROID()
3211 if ((ici->format != ahb_format_props.format) && (VK_FORMAT_UNDEFINED != ici->format)) { in ValidateAllocateMemoryANDROID()
3216 … string_VkFormat(ici->format), string_VkFormat(ahb_format_props.format)); in ValidateAllocateMemoryANDROID()