Home | History | Annotate | Download | only in vulkan

Lines Matching defs:sampleCounts

972 	VkSampleCountFlags sampleCounts = VK_SAMPLE_COUNT_1_BIT;
1019 sampleCounts |= VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT;
1050 .sampleCounts = sampleCounts,
1064 .sampleCounts = 0,