Searched refs:sample_counts (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_device.c709 VkSampleCountFlags sample_counts = local in function:panvk_GetPhysicalDeviceProperties2
806 .framebufferColorSampleCounts = sample_counts,
807 .framebufferDepthSampleCounts = sample_counts,
808 .framebufferStencilSampleCounts = sample_counts,
809 .framebufferNoAttachmentsSampleCounts = sample_counts,
811 .sampledImageColorSampleCounts = sample_counts,
813 .sampledImageDepthSampleCounts = sample_counts,
814 .sampledImageStencilSampleCounts = sample_counts,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_device.c703 VkSampleCountFlags sample_counts = 0xf; local in function:tu_GetPhysicalDeviceProperties
799 .framebufferColorSampleCounts = sample_counts,
800 .framebufferDepthSampleCounts = sample_counts,
801 .framebufferStencilSampleCounts = sample_counts,
802 .framebufferNoAttachmentsSampleCounts = sample_counts,
804 .sampledImageColorSampleCounts = sample_counts,
806 .sampledImageDepthSampleCounts = sample_counts,
807 .sampledImageStencilSampleCounts = sample_counts,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c687 VkSampleCountFlags sample_counts = VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT; local in function:lvp_GetPhysicalDeviceProperties
784 .framebufferColorSampleCounts = sample_counts,
785 .framebufferDepthSampleCounts = sample_counts,
786 .framebufferStencilSampleCounts = sample_counts,
787 .framebufferNoAttachmentsSampleCounts = sample_counts,
789 .sampledImageColorSampleCounts = sample_counts,
790 .sampledImageIntegerSampleCounts = sample_counts,
791 .sampledImageDepthSampleCounts = sample_counts,
792 .sampledImageStencilSampleCounts = sample_counts,
793 .storageImageSampleCounts = sample_counts,
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c798 static const VkSampleCountFlags sample_counts = variable in typeref:typename:const VkSampleCountFlags
880 p->framebufferIntegerColorSampleCounts = sample_counts;
970 .framebufferColorSampleCounts = sample_counts,
971 .framebufferDepthSampleCounts = sample_counts,
972 .framebufferStencilSampleCounts = sample_counts,
973 .framebufferNoAttachmentsSampleCounts = sample_counts,
975 .sampledImageColorSampleCounts = sample_counts,
977 .sampledImageDepthSampleCounts = sample_counts,
978 .sampledImageStencilSampleCounts = sample_counts,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c1814 VkSampleCountFlags sample_counts = local in function:anv_GetPhysicalDeviceProperties
1906 .framebufferColorSampleCounts = sample_counts,
1907 .framebufferDepthSampleCounts = sample_counts,
1908 .framebufferStencilSampleCounts = sample_counts,
1909 .framebufferNoAttachmentsSampleCounts = sample_counts,
1911 .sampledImageColorSampleCounts = sample_counts,
1912 .sampledImageIntegerSampleCounts = sample_counts,
1913 .sampledImageDepthSampleCounts = sample_counts,
1914 .sampledImageStencilSampleCounts = sample_counts,
4729 VkSampleCountFlags sample_counts local in function:anv_GetPhysicalDeviceFragmentShadingRatesKHR
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c1220 VkSampleCountFlags sample_counts = local in function:anv_GetPhysicalDeviceProperties
1310 .framebufferColorSampleCounts = sample_counts,
1311 .framebufferDepthSampleCounts = sample_counts,
1312 .framebufferStencilSampleCounts = sample_counts,
1313 .framebufferNoAttachmentsSampleCounts = sample_counts,
1315 .sampledImageColorSampleCounts = sample_counts,
1317 .sampledImageDepthSampleCounts = sample_counts,
1318 .sampledImageStencilSampleCounts = sample_counts,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c984 VkSampleCountFlags sample_counts = 0xf; local in function:radv_GetPhysicalDeviceProperties
1084 .framebufferColorSampleCounts = sample_counts,
1085 .framebufferDepthSampleCounts = sample_counts,
1086 .framebufferStencilSampleCounts = sample_counts,
1087 .framebufferNoAttachmentsSampleCounts = sample_counts,
1089 .sampledImageColorSampleCounts = sample_counts,
1091 .sampledImageDepthSampleCounts = sample_counts,
1092 .sampledImageStencilSampleCounts = sample_counts,
1093 .storageImageSampleCounts = pdevice->rad_info.chip_class >= VI ? sample_counts : VK_SAMPLE_COUNT_1_BIT,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c1686 VkSampleCountFlags sample_counts = 0xf; local in function:radv_GetPhysicalDeviceProperties
1771 .framebufferColorSampleCounts = sample_counts,
1772 .framebufferDepthSampleCounts = sample_counts,
1773 .framebufferStencilSampleCounts = sample_counts,
1774 .framebufferNoAttachmentsSampleCounts = sample_counts,
1776 .sampledImageColorSampleCounts = sample_counts,
1777 .sampledImageIntegerSampleCounts = sample_counts,
1778 .sampledImageDepthSampleCounts = sample_counts,
1779 .sampledImageStencilSampleCounts = sample_counts,
1780 .storageImageSampleCounts = sample_counts,
[all...]

Completed in 33 milliseconds