HomeSort by relevance Sort by last modified time
    Searched defs:OperandClass (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
jsonToSpirv.h 44 enum OperandClass {
97 // Parameterize a set of operands with their OperandClass(es) and descriptions.
101 void push(OperandClass oc, const std::string& d, bool opt = false)
108 OperandClass getClass(int op) const { return opClass[op]; }
114 std::vector<OperandClass> opClass;
255 // This is indexed by OperandClass, but not including OperandOpcode.
  /external/shaderc/spirv-headers/tools/buildHeaders/
jsonToSpirv.h 44 enum OperandClass {
97 // Parameterize a set of operands with their OperandClass(es) and descriptions.
101 void push(OperandClass oc, const std::string& d, bool opt = false)
108 OperandClass getClass(int op) const { return opClass[op]; }
114 std::vector<OperandClass> opClass;
255 // This is indexed by OperandClass, but not including OperandOpcode.
  /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
jsonToSpirv.h 44 enum OperandClass {
97 // Parameterize a set of operands with their OperandClass(es) and descriptions.
101 void push(OperandClass oc, const std::string& d, bool opt = false)
108 OperandClass getClass(int op) const { return opClass[op]; }
114 std::vector<OperandClass> opClass;
255 // This is indexed by OperandClass, but not including OperandOpcode.
  /external/deqp-deps/glslang/SPIRV/
doc.h 117 enum OperandClass {
167 // Parameterize a set of operands with their OperandClass(es) and descriptions.
171 void push(OperandClass oc, const char* d, bool opt = false)
178 OperandClass getClass(int op) const { return opClass[op]; }
184 std::vector<OperandClass> opClass;
252 const char* GetOperandDesc(OperandClass operand);

Completed in 2565 milliseconds