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

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c1277 const VkSampleCountFlags supported_sample_counts = local in function:v3dv_GetPhysicalDeviceProperties
1386 .framebufferColorSampleCounts = supported_sample_counts,
1387 .framebufferDepthSampleCounts = supported_sample_counts,
1388 .framebufferStencilSampleCounts = supported_sample_counts,
1389 .framebufferNoAttachmentsSampleCounts = supported_sample_counts,
1391 .sampledImageColorSampleCounts = supported_sample_counts,
1392 .sampledImageIntegerSampleCounts = supported_sample_counts,
1393 .sampledImageDepthSampleCounts = supported_sample_counts,
1394 .sampledImageStencilSampleCounts = supported_sample_counts,

Completed in 5 milliseconds