Searched refs:EnumCaps (Results 1 – 7 of 7) sorted by relevance
113 typedef std::vector<std::string> EnumCaps; typedef197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue()209 EnumCaps capabilities;
299 EnumCaps result; in jsonToSpirv()369 EnumCaps caps = getCaps(inst); in jsonToSpirv()433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
167 typedef std::vector<Capability> EnumCaps; typedef