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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
doc.h 115 enum OperandClass {
165 // Parameterize a set of operands with their OperandClass(es) and descriptions.
169 void push(OperandClass oc, const char* d, bool opt = false)
176 OperandClass getClass(int op) const { return opClass[op]; }
182 std::vector<OperandClass> opClass;
254 const char* GetOperandDesc(OperandClass operand);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
doc.h 115 enum OperandClass {
165 // Parameterize a set of operands with their OperandClass(es) and descriptions.
169 void push(OperandClass oc, const char* d, bool opt = false)
176 OperandClass getClass(int op) const { return opClass[op]; }
182 std::vector<OperandClass> opClass;
254 const char* GetOperandDesc(OperandClass operand);

Completed in 68 milliseconds