Home | History | Annotate | Download | only in vulkan

Lines Matching defs:e8

12682     e8 = VK_SAMPLE_COUNT_8_BIT,
20456 case SampleCountFlagBits::e8: return "8";
20471 if (value & SampleCountFlagBits::e8) result += "8 | ";