Searched refs:EnumCaps (Results 1 – 7 of 7) sorted by relevance
92 typedef std::vector<std::string> EnumCaps; typedef170 …EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, const std::str… in EnumValue()180 EnumCaps capabilities;
264 EnumCaps result; in jsonToSpirv()292 EnumCaps caps = getCaps(inst); in jsonToSpirv()340 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
165 typedef std::vector<Capability> EnumCaps; typedef