Home | History | Annotate | Download | only in vulkan

Lines Matching refs:eG

4389     eG = VK_COMPONENT_SWIZZLE_G,
10449 eG = VK_COLOR_COMPONENT_G_BIT,
19191 case ComponentSwizzle::eG: return "G";
20110 case ColorComponentFlagBits::eG: return "G";
20122 if (value & ColorComponentFlagBits::eG) result += "G | ";