Home
last modified time | relevance | path

Searched refs:EnumCaps (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h113 typedef std::vector<std::string> EnumCaps; typedef
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue()
209 EnumCaps capabilities;
DjsonToSpirv.cpp299 EnumCaps result; in jsonToSpirv()
369 EnumCaps caps = getCaps(inst); in jsonToSpirv()
433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h113 typedef std::vector<std::string> EnumCaps; typedef
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue()
209 EnumCaps capabilities;
DjsonToSpirv.cpp299 EnumCaps result; in jsonToSpirv()
369 EnumCaps caps = getCaps(inst); in jsonToSpirv()
433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h113 typedef std::vector<std::string> EnumCaps; typedef
197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue()
209 EnumCaps capabilities;
DjsonToSpirv.cpp299 EnumCaps result; in jsonToSpirv()
369 EnumCaps caps = getCaps(inst); in jsonToSpirv()
433 EnumCaps caps(getCaps(enumerant)); in jsonToSpirv()
/third_party/glslang/SPIRV/
Ddoc.h167 typedef std::vector<Capability> EnumCaps; typedef