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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c182 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 Dpanvk_formats.c149 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 Dtu_formats.c336 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 Danv_formats.c986 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 Danv_device.c4721 __r->sampleCounts = _samples; \
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_formats.c404 * 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 Dtu_formats.c682 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 Dradv_formats.c1111 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 Danv_formats.c804 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 Dradv_formats.c1420 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 Dradv_device.c7992 .sampleCounts = s, \
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h2521 VkSampleCountFlags sampleCounts; member in struct:VkImageFormatProperties
7667 VkSampleCountFlags sampleCounts; member in struct:VkPhysicalDeviceFragmentShadingRateKHR
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h1135 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 Dvulkan_core.h1925 VkSampleCountFlags sampleCounts; member in struct:VkImageFormatProperties
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst722 - anv/image: Minor refactor of VkImageFormatProperties::sampleCounts

Completed in 126 milliseconds