HomeSort by: relevance | last modified time | path
    Searched defs:sampleCounts (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_formats.c 182 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT;
222 sampleCounts |= VK_SAMPLE_COUNT_4_BIT;
280 .sampleCounts = sampleCounts,
293 .sampleCounts = 0,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_formats.c 149 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT;
220 sampleCounts |= VK_SAMPLE_COUNT_4_BIT;
252 .sampleCounts = sampleCounts,
269 .sampleCounts = 0,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_formats.c 336 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT;
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.old/dist/src/amd/vulkan/
radv_formats.c 1111 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT;
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/freedreno/vulkan/
tu_formats.c 682 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT;
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/intel/vulkan/
anv_formats.c 804 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT;
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/
radv_formats.c 1420 props->sampleCounts &= VK_SAMPLE_COUNT_1_BIT;
1467 VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT;
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;
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_formats.c 986 VkSampleCountFlags sampleCounts;
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,
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 1925 VkSampleCountFlags sampleCounts;
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 2521 VkSampleCountFlags sampleCounts;
7667 VkSampleCountFlags sampleCounts;

Completed in 39 milliseconds