Home
last modified time | relevance | path

Searched refs:VkSampleCountFlags (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp261 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 DVkPhysicalDevice.hpp94 static VkSampleCountFlags getSampleCounts();
H A DVkPhysicalDevice.cpp469 VkSampleCountFlags PhysicalDevice::getSampleCounts() in getSampleCounts()
476 VkSampleCountFlags sampleCounts = getSampleCounts(); in getLimits()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c150 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in get_image_format_properties()
H A Dpanvk_device.c648 VkSampleCountFlags sample_counts = in panvk_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp1632 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 Dvk_utils.h1083 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 Dvulkan_sc_core.h1267 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 Dtu_formats.c355 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in tu_get_image_format_properties()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c208 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in lvp_get_image_format_properties()
H A Dlvp_device.c245 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 Dvulkan_core.h1868 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 Dvulkan.h2660 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 Dvulkan_core.h2172 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 Dvulkan_core.h1953 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 Dvulkan_core.h1984 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 Dvulkan_core.h2304 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 DvktFragmentOperationsEarlyFragmentTests.cpp2649 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 Danv_formats.c1004 VkSampleCountFlags sampleCounts; in anv_get_image_format_properties()
H A Danv_device.c1873 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 DvktFragmentOperationsEarlyFragmentTests.cpp2701 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 DvktApiFeatureInfo.cpp4229 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 DvktApiFeatureInfo.cpp4234 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 Dradv_formats.c1477 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; in radv_get_image_format_properties()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp1381 VkSampleCountFlags flags = properties.sampleCounts; in initSampleCounts()

Completed in 280 milliseconds

12