| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_formats.c | 182 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; local in function:lvp_get_image_format_properties 222 sampleCounts |= VK_SAMPLE_COUNT_4_BIT; 280 .sampleCounts = sampleCounts, 293 .sampleCounts = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_formats.c | 149 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; local in function:get_image_format_properties 220 sampleCounts |= VK_SAMPLE_COUNT_4_BIT; 252 .sampleCounts = sampleCounts, 269 .sampleCounts = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 336 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; local in function:tu_get_image_format_properties 363 if (!ubwc_possible(info->format, info->type, info->usage, info->usage, physical_device->info, sampleCounts)) 422 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT; 458 .sampleCounts = sampleCounts, 475 .sampleCounts = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 986 VkSampleCountFlags sampleCounts; local in function:anv_get_image_format_properties 1039 sampleCounts = VK_SAMPLE_COUNT_1_BIT; 1050 sampleCounts = VK_SAMPLE_COUNT_1_BIT; 1066 sampleCounts = VK_SAMPLE_COUNT_1_BIT; 1083 sampleCounts = VK_SAMPLE_COUNT_1_BIT; 1109 sampleCounts = isl_device_get_sample_counts(&physical_device->isl_dev); 1224 .sampleCounts = sampleCounts, 1244 .sampleCounts = 0,
|
| H A D | anv_device.c | 4721 __r->sampleCounts = _samples; \
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_formats.c | 404 * sampleCounts will be set to VK_SAMPLE_COUNT_1_BIT if at least one of the 415 pImageFormatProperties->sampleCounts = VK_SAMPLE_COUNT_1_BIT; 421 pImageFormatProperties->sampleCounts |= VK_SAMPLE_COUNT_4_BIT; 436 .sampleCounts = 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_formats.c | 682 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; local in function:tu_get_image_format_properties 734 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | 767 .sampleCounts = sampleCounts, 781 .sampleCounts = 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_formats.c | 1111 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; local in function:radv_get_image_format_properties 1167 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT; 1243 .sampleCounts = sampleCounts, 1257 .sampleCounts = 0,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_formats.c | 804 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; local in function:anv_get_image_format_properties 824 sampleCounts = VK_SAMPLE_COUNT_1_BIT; 862 sampleCounts = isl_device_get_sample_counts(&physical_device->isl_dev); 926 .sampleCounts = sampleCounts, 946 .sampleCounts = 0,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_formats.c | 1420 props->sampleCounts &= VK_SAMPLE_COUNT_1_BIT; 1467 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT; local in function:radv_get_image_format_properties 1536 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT; 1624 .sampleCounts = sampleCounts, 1645 .sampleCounts = 0, 1708 format_properties->sampleCounts &= VK_SAMPLE_COUNT_1_BIT;
|
| H A D | radv_device.c | 7992 .sampleCounts = s, \
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 2521 VkSampleCountFlags sampleCounts; member in struct:VkImageFormatProperties 7667 VkSampleCountFlags sampleCounts; member in struct:VkPhysicalDeviceFragmentShadingRateKHR
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_device.h | 1135 size += vn_sizeof_VkFlags(&val->sampleCounts); 1146 vn_decode_VkFlags(dec, &val->sampleCounts); 1157 /* skip val->sampleCounts */ 1168 /* skip val->sampleCounts */
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 1925 VkSampleCountFlags sampleCounts; member in struct:VkImageFormatProperties
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 722 - anv/image: Minor refactor of VkImageFormatProperties::sampleCounts
|