Searched refs:sample_counts (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_device.c | 709 VkSampleCountFlags sample_counts = in panvk_GetPhysicalDeviceProperties2() local 806 .framebufferColorSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2() 807 .framebufferDepthSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2() 808 .framebufferStencilSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2() 809 .framebufferNoAttachmentsSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2() 811 .sampledImageColorSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2() 813 .sampledImageDepthSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2() 814 .sampledImageStencilSampleCounts = sample_counts, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 798 static const VkSampleCountFlags sample_counts = variable 880 p->framebufferIntegerColorSampleCounts = sample_counts; in tu_get_physical_device_properties_1_2() 970 .framebufferColorSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2() 971 .framebufferDepthSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2() 972 .framebufferStencilSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2() 973 .framebufferNoAttachmentsSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2() 975 .sampledImageColorSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2() 977 .sampledImageDepthSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2() 978 .sampledImageStencilSampleCounts = sample_counts, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 687 VkSampleCountFlags sample_counts = VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT; in lvp_GetPhysicalDeviceProperties() local 784 .framebufferColorSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties() 785 .framebufferDepthSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties() 786 .framebufferStencilSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties() 787 .framebufferNoAttachmentsSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties() 789 .sampledImageColorSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties() 790 .sampledImageIntegerSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties() 791 .sampledImageDepthSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties() 792 .sampledImageStencilSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties() 793 .storageImageSampleCounts = sample_counts, in lvp_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 1814 VkSampleCountFlags sample_counts = in anv_GetPhysicalDeviceProperties() local 1906 .framebufferColorSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties() 1907 .framebufferDepthSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties() 1908 .framebufferStencilSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties() 1909 .framebufferNoAttachmentsSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties() 1911 .sampledImageColorSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties() 1912 .sampledImageIntegerSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties() 1913 .sampledImageDepthSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties() 1914 .sampledImageStencilSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties() 4729 VkSampleCountFlags sample_counts = in anv_GetPhysicalDeviceFragmentShadingRatesKHR() local [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1682 VkSampleCountFlags sample_counts = 0xf; in radv_GetPhysicalDeviceProperties() local 1767 .framebufferColorSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties() 1768 .framebufferDepthSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties() 1769 .framebufferStencilSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties() 1770 .framebufferNoAttachmentsSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties() 1772 .sampledImageColorSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties() 1773 .sampledImageIntegerSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties() 1774 .sampledImageDepthSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties() 1775 .sampledImageStencilSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties() 1776 .storageImageSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
|