Home
last modified time | relevance | path

Searched refs:InstructionValue (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h246 class InstructionValue : public EnumValue {
248 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() function
255 InstructionValue(const InstructionValue& v) in InstructionValue() function
263 void setAlias(const InstructionValue& a) { alias = &a; } in setAlias()
264 const InstructionValue& getAlias() const { return *alias; } in getAlias()
273 …const InstructionValue* alias; // correct only after discovering the aliases; otherwise points …
276 using InstructionValues = EnumValuesContainer<InstructionValue>;
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h251 class InstructionValue : public EnumValue {
253 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() function
260 InstructionValue(const InstructionValue& v) in InstructionValue() function
268 void setAlias(const InstructionValue& a) { alias = &a; } in setAlias()
269 const InstructionValue& getAlias() const { return *alias; } in getAlias()
278 …const InstructionValue* alias; // correct only after discovering the aliases; otherwise points …
281 using InstructionValues = EnumValuesContainer<InstructionValue>;
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h239 class InstructionValue : public EnumValue {
241 InstructionValue(EnumValue&& e, bool has_type, bool has_result) in InstructionValue() function
248 InstructionValue(const InstructionValue& v) in InstructionValue() function
256 void setAlias(const InstructionValue& a) { alias = &a; } in setAlias()
257 const InstructionValue& getAlias() const { return *alias; } in getAlias()
266 …const InstructionValue* alias; // correct only after discovering the aliases; otherwise points …
269 using InstructionValues = EnumValuesContainer<InstructionValue>;
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h251 class InstructionValue : public EnumValue {
253 InstructionValue(EnumValue&& e, const std::string& printClass, bool has_type, bool has_result) in InstructionValue() function
260 InstructionValue(const InstructionValue& v) in InstructionValue() function
268 void setAlias(const InstructionValue& a) { alias = &a; } in setAlias()
269 const InstructionValue& getAlias() const { return *alias; } in getAlias()
278 …const InstructionValue* alias; // correct only after discovering the aliases; otherwise points …
281 using InstructionValues = EnumValuesContainer<InstructionValue>;