Searched refs:supported_sample_counts (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1392 const VkSampleCountFlags supported_sample_counts = in v3dv_GetPhysicalDeviceProperties() local 1501 .framebufferColorSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties() 1502 .framebufferDepthSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties() 1503 .framebufferStencilSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties() 1504 .framebufferNoAttachmentsSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties() 1506 .sampledImageColorSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties() 1507 .sampledImageIntegerSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties() 1508 .sampledImageDepthSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties() 1509 .sampledImageStencilSampleCounts = supported_sample_counts, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1387 const VkSampleCountFlags supported_sample_counts = in dzn_GetPhysicalDeviceProperties2() local 1489 .framebufferColorSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2() 1490 .framebufferDepthSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2() 1491 .framebufferStencilSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2() 1492 .framebufferNoAttachmentsSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2() 1494 .sampledImageColorSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2() 1496 .sampledImageDepthSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2() 1497 .sampledImageStencilSampleCounts = supported_sample_counts, in dzn_GetPhysicalDeviceProperties2()
|
Completed in 11 milliseconds