Searched refs:VK_SAMPLE_COUNT_4_BIT (Results 1 - 19 of 19) sorted by path

/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h1426 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator in enum:VkSampleCountFlagBits
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_formats.c1167 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_formats.c734 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT |
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h1914 VK_SAMPLE_COUNT_4_BIT = 0x00000004, enumerator in enum:VkSampleCountFlagBits
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c2099 properties->sampleLocationSampleCounts = VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT |
7970 VkSampleCountFlagBits supported_samples = VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT |
8006 VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT;
H A Dradv_formats.c1536 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c1278 VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT;
H A Dv3dv_formats.c421 pImageFormatProperties->sampleCounts |= VK_SAMPLE_COUNT_4_BIT;
H A Dv3dv_image.c101 image->vk.samples == VK_SAMPLE_COUNT_4_BIT);
305 pCreateInfo->samples == VK_SAMPLE_COUNT_4_BIT);
H A Dv3dv_meta_copy.c820 assert(dst->vk.samples == VK_SAMPLE_COUNT_4_BIT);
3194 assert(src_samples == VK_SAMPLE_COUNT_4_BIT);
4315 assert(src->vk.samples == VK_SAMPLE_COUNT_4_BIT);
H A Dv3dv_pipeline.c1167 ms_info->rasterizationSamples == VK_SAMPLE_COUNT_4_BIT);
2013 ms_info->rasterizationSamples == VK_SAMPLE_COUNT_4_BIT);
H A Dv3dvx_image.c71 image->vk.samples == VK_SAMPLE_COUNT_4_BIT);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c799 VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT;
1057 VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT;
2534 if (samples <= VK_SAMPLE_COUNT_4_BIT && pdevice->vk.supported_extensions.EXT_sample_locations)
H A Dtu_formats.c422 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.c947 case 4: return VK_SAMPLE_COUNT_4_BIT;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c687 VkSampleCountFlags sample_counts = VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT;
H A Dlvp_formats.c222 sampleCounts |= VK_SAMPLE_COUNT_4_BIT;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_device.c710 VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_4_BIT;
H A Dpanvk_formats.c220 sampleCounts |= VK_SAMPLE_COUNT_4_BIT;

Completed in 140 milliseconds