/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | AdapterVk.cpp | 261 if (!IsSubset(VkSampleCountFlags(VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT), in InitializeSupportedLimitsImpl() 266 if (!IsSubset(VkSampleCountFlags(VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT), in InitializeSupportedLimitsImpl()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.hpp | 94 static VkSampleCountFlags getSampleCounts();
|
H A D | VkPhysicalDevice.cpp | 469 VkSampleCountFlags PhysicalDevice::getSampleCounts() in getSampleCounts() 476 VkSampleCountFlags sampleCounts = getSampleCounts(); in getLimits()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 150 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in get_image_format_properties()
|
H A D | panvk_device.c | 648 VkSampleCountFlags sample_counts = in panvk_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 1632 void AddSampleCounts(VkSampleCountFlags sampleCounts, gl::SupportedSampleSet *setOut) in AddSampleCounts() 1642 GLuint GetMaxSampleCount(VkSampleCountFlags sampleCounts) in GetMaxSampleCount() 1652 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount) in GetSampleCount()
|
H A D | vk_utils.h | 1083 void AddSampleCounts(VkSampleCountFlags sampleCounts, gl::SupportedSampleSet *outSet); 1085 GLuint GetMaxSampleCount(VkSampleCountFlags sampleCounts); 1087 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount);
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 1267 typedef VkFlags VkSampleCountFlags; typedef 1733 VkSampleCountFlags sampleCounts; 1897 VkSampleCountFlags framebufferColorSampleCounts; 1898 VkSampleCountFlags framebufferDepthSampleCounts; 1899 VkSampleCountFlags framebufferStencilSampleCounts; 1900 VkSampleCountFlags framebufferNoAttachmentsSampleCounts; 1902 VkSampleCountFlags sampledImageColorSampleCounts; 1903 VkSampleCountFlags sampledImageIntegerSampleCounts; 1904 VkSampleCountFlags sampledImageDepthSampleCounts; 1905 VkSampleCountFlags sampledImageStencilSampleCount [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.c | 355 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in tu_get_image_format_properties()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_formats.c | 208 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in lvp_get_image_format_properties()
|
H A D | lvp_device.c | 245 VkSampleCountFlags sample_counts = VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT; in lvp_physical_device_init()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 1868 typedef VkFlags VkSampleCountFlags; typedef 2460 VkSampleCountFlags sampleCounts; 2624 VkSampleCountFlags framebufferColorSampleCounts; 2625 VkSampleCountFlags framebufferDepthSampleCounts; 2626 VkSampleCountFlags framebufferStencilSampleCounts; 2627 VkSampleCountFlags framebufferNoAttachmentsSampleCounts; 2629 VkSampleCountFlags sampledImageColorSampleCounts; 2630 VkSampleCountFlags sampledImageIntegerSampleCounts; 2631 VkSampleCountFlags sampledImageDepthSampleCounts; 2632 VkSampleCountFlags sampledImageStencilSampleCount [all...] |
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2660 typedef VkFlags VkSampleCountFlags; typedef 2787 VkSampleCountFlags sampleCounts; 3484 VkSampleCountFlags framebufferColorSampleCounts; 3485 VkSampleCountFlags framebufferDepthSampleCounts; 3486 VkSampleCountFlags framebufferStencilSampleCounts; 3487 VkSampleCountFlags framebufferNoAttachmentsSampleCounts; 3489 VkSampleCountFlags sampledImageColorSampleCounts; 3490 VkSampleCountFlags sampledImageIntegerSampleCounts; 3491 VkSampleCountFlags sampledImageDepthSampleCounts; 3492 VkSampleCountFlags sampledImageStencilSampleCount [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 2172 typedef VkFlags VkSampleCountFlags; typedef 2817 VkSampleCountFlags sampleCounts; 2981 VkSampleCountFlags framebufferColorSampleCounts; 2982 VkSampleCountFlags framebufferDepthSampleCounts; 2983 VkSampleCountFlags framebufferStencilSampleCounts; 2984 VkSampleCountFlags framebufferNoAttachmentsSampleCounts; 2986 VkSampleCountFlags sampledImageColorSampleCounts; 2987 VkSampleCountFlags sampledImageIntegerSampleCounts; 2988 VkSampleCountFlags sampledImageDepthSampleCounts; 2989 VkSampleCountFlags sampledImageStencilSampleCount [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 1953 typedef VkFlags VkSampleCountFlags; typedef 2553 VkSampleCountFlags sampleCounts; 2717 VkSampleCountFlags framebufferColorSampleCounts; 2718 VkSampleCountFlags framebufferDepthSampleCounts; 2719 VkSampleCountFlags framebufferStencilSampleCounts; 2720 VkSampleCountFlags framebufferNoAttachmentsSampleCounts; 2722 VkSampleCountFlags sampledImageColorSampleCounts; 2723 VkSampleCountFlags sampledImageIntegerSampleCounts; 2724 VkSampleCountFlags sampledImageDepthSampleCounts; 2725 VkSampleCountFlags sampledImageStencilSampleCount [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 1984 typedef VkFlags VkSampleCountFlags; typedef 2602 VkSampleCountFlags sampleCounts; 2766 VkSampleCountFlags framebufferColorSampleCounts; 2767 VkSampleCountFlags framebufferDepthSampleCounts; 2768 VkSampleCountFlags framebufferStencilSampleCounts; 2769 VkSampleCountFlags framebufferNoAttachmentsSampleCounts; 2771 VkSampleCountFlags sampledImageColorSampleCounts; 2772 VkSampleCountFlags sampledImageIntegerSampleCounts; 2773 VkSampleCountFlags sampledImageDepthSampleCounts; 2774 VkSampleCountFlags sampledImageStencilSampleCount [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 2304 typedef VkFlags VkSampleCountFlags; typedef 2967 VkSampleCountFlags sampleCounts; 3131 VkSampleCountFlags framebufferColorSampleCounts; 3132 VkSampleCountFlags framebufferDepthSampleCounts; 3133 VkSampleCountFlags framebufferStencilSampleCounts; 3134 VkSampleCountFlags framebufferNoAttachmentsSampleCounts; 3136 VkSampleCountFlags sampledImageColorSampleCounts; 3137 VkSampleCountFlags sampledImageIntegerSampleCounts; 3138 VkSampleCountFlags sampledImageDepthSampleCounts; 3139 VkSampleCountFlags sampledImageStencilSampleCount [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 2649 const VkSampleCountFlags sampleCounts[] = { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_8_BIT, VK_SAMPLE_COUNT_16_BIT }; 2661 const VkSampleCountFlags sampleCounts[] = { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_8_BIT, VK_SAMPLE_COUNT_16_BIT };
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 1004 VkSampleCountFlags sampleCounts; in anv_get_image_format_properties()
|
H A D | anv_device.c | 1873 VkSampleCountFlags sample_counts = in anv_GetPhysicalDeviceProperties() 4862 VkSampleCountFlags sample_counts = in anv_GetPhysicalDeviceFragmentShadingRatesKHR() 4868 static const VkSampleCountFlags cp_size_sample_limits[] = { in anv_GetPhysicalDeviceFragmentShadingRatesKHR()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 2701 const VkSampleCountFlags sampleCounts[] = { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_8_BIT, VK_SAMPLE_COUNT_16_BIT }; 2713 const VkSampleCountFlags sampleCounts[] = { VK_SAMPLE_COUNT_2_BIT, VK_SAMPLE_COUNT_4_BIT, VK_SAMPLE_COUNT_8_BIT, VK_SAMPLE_COUNT_16_BIT };
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4229 VkSampleCountFlags getRequiredOptimalTilingSampleCounts (const VkPhysicalDeviceLimits& deviceLimits, in getRequiredOptimalTilingSampleCounts() 4247 VkSampleCountFlags sampleCounts = ~(VkSampleCountFlags)0; in getRequiredOptimalTilingSampleCounts() 4294 if (sampleCounts == ~(VkSampleCountFlags)0) in getRequiredOptimalTilingSampleCounts() 4414 const VkSampleCountFlags requiredSampleCounts = getRequiredOptimalTilingSampleCounts(deviceLimits, format, curUsageFlags); in imageFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 4234 VkSampleCountFlags getRequiredOptimalTilingSampleCounts (const VkPhysicalDeviceLimits& deviceLimits, in getRequiredOptimalTilingSampleCounts() 4252 VkSampleCountFlags sampleCounts = ~(VkSampleCountFlags)0; in getRequiredOptimalTilingSampleCounts() 4299 if (sampleCounts == ~(VkSampleCountFlags)0) in getRequiredOptimalTilingSampleCounts() 4419 const VkSampleCountFlags requiredSampleCounts = getRequiredOptimalTilingSampleCounts(deviceLimits, format, curUsageFlags); in imageFormatProperties()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_formats.c | 1477 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in radv_get_image_format_properties()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCaps.cpp | 1381 VkSampleCountFlags flags = properties.sampleCounts; in initSampleCounts()
|