Home
last modified time | relevance | path

Searched refs:storageImageSampleCounts (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c627 DEBUG_FLAGS ("limit", limits, storageImageSampleCounts, sample_count); in dump_limits()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c754 .storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT, in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp241 …{ LIMIT(storageImageSampleCounts), VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT, 0, 0, 0.0f, … in validateFeatureLimits()
300 …{ LIMIT(storageImageSampleCounts), FEATURE(shaderStorageImageMultisample), VK_SAMPLE_COUNT_1… in validateFeatureLimits()
828 …{ PN(features.shaderStorageImageMultisample), PN(limits.storageImageSampleCounts), L… in validateLimits12()
2468 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.storageImageSampleCounts),
3798 sampleCounts &= deviceLimits.storageImageSampleCounts; in getRequiredOptimalTilingSampleCounts()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1091 props->limits.storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT|VK_SAMPLE_COUNT_4_BIT; in getPhysicalDeviceProperties()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c356 .storageImageSampleCounts = sample_counts, in lvp_physical_device_init()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1510 .storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c983 .storageImageSampleCounts = max_sample_bits, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1183 if (!(screen->info.props.limits.storageImageSampleCounts & sample_mask)) in zink_is_format_supported()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1207 .storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1498 .storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT, in dzn_GetPhysicalDeviceProperties2()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h1351 VkSampleCountFlags storageImageSampleCounts; member
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1986 .storageImageSampleCounts = VK_SAMPLE_COUNT_1_BIT, in anv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl336 VkSampleCountFlags storageImageSampleCounts; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1845 VkSampleCountFlags storageImageSampleCounts; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2008 .storageImageSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2049 VkSampleCountFlags storageImageSampleCounts; member
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h119 size += vn_sizeof_VkFlags(&val->storageImageSampleCounts); in vn_sizeof_VkPhysicalDeviceLimits()
245 vn_decode_VkFlags(dec, &val->storageImageSampleCounts); in vn_decode_VkPhysicalDeviceLimits()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2633 VkSampleCountFlags storageImageSampleCounts; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2775 VkSampleCountFlags storageImageSampleCounts; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h2726 VkSampleCountFlags storageImageSampleCounts; member
Dvulkan_structs.hpp45740 , storageImageSampleCounts( storageImageSampleCounts_ )
45875 ( storageImageSampleCounts == rhs.storageImageSampleCounts ) && in operator ==()
45986 …VULKAN_HPP_NAMESPACE::SampleCountFlags storageImageSampleCounts member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h2990 VkSampleCountFlags storageImageSampleCounts; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h3099 VkSampleCountFlags storageImageSampleCounts; member
Dvulkan_hash.hpp8039 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.storageImageSampleCounts ); in operator ()()
Dvulkan_structs.hpp58932 , storageImageSampleCounts( storageImageSampleCounts_ )
59180 storageImageSampleCounts, in reflect()
59262 …s == rhs.sampledImageStencilSampleCounts ) && ( storageImageSampleCounts == rhs.storageImageSample… in operator ==()
59369 …VULKAN_HPP_NAMESPACE::SampleCountFlags storageImageSampleCounts member

12