HomeSort by relevance Sort by last modified time
    Searched refs:quantifier (Results 1 - 9 of 9) sorted by null

  /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
jsonToSpirv.cpp 96 // Converts the |operandKind| and |quantifier| pair used to describe operands
98 ClassOptionality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier)
100 assert(quantifier.empty() || quantifier == "?" || quantifier == "*");
103 if (quantifier.empty())
105 else if (quantifier == "?")
110 if (quantifier.empty())
112 if (quantifier == "?")
117 if (quantifier.empty()
300 const std::string quantifier = operand.get("quantifier", "").asString(); local
    [all...]
  /external/shaderc/spirv-headers/tools/buildHeaders/
jsonToSpirv.cpp 96 // Converts the |operandKind| and |quantifier| pair used to describe operands
98 ClassOptionality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier)
100 assert(quantifier.empty() || quantifier == "?" || quantifier == "*");
103 if (quantifier.empty())
105 else if (quantifier == "?")
110 if (quantifier.empty())
112 if (quantifier == "?")
117 if (quantifier.empty()
300 const std::string quantifier = operand.get("quantifier", "").asString(); local
    [all...]
  /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
jsonToSpirv.cpp 96 // Converts the |operandKind| and |quantifier| pair used to describe operands
98 ClassOptionality ToOperandClassAndOptionality(const std::string& operandKind, const std::string& quantifier)
100 assert(quantifier.empty() || quantifier == "?" || quantifier == "*");
103 if (quantifier.empty())
105 else if (quantifier == "?")
110 if (quantifier.empty())
112 if (quantifier == "?")
117 if (quantifier.empty()
300 const std::string quantifier = operand.get("quantifier", "").asString(); local
    [all...]
  /external/deqp-deps/SPIRV-Tools/utils/
generate_grammar_tables.py 144 the given operand kind and quantifier used in the JSON grammar.
149 - quantifier: '', '?', or '*'
154 kind, quantifier = operand_tuple
196 if quantifier == '?':
198 elif quantifier == '*':
216 - operands: a sequence of (operand-kind, operand-quantifier) tuples
279 - operands: a sequence of (operand-kind, operand-quantifier) tuples
316 operands = [(o['kind'], o.get('quantifier', '')) for o in operands]
381 - parameters: a sequence of (operand-kind, operand-quantifier) tuples
  /external/swiftshader/third_party/SPIRV-Tools/utils/
generate_grammar_tables.py 144 the given operand kind and quantifier used in the JSON grammar.
149 - quantifier: '', '?', or '*'
154 kind, quantifier = operand_tuple
196 if quantifier == '?':
198 elif quantifier == '*':
216 - operands: a sequence of (operand-kind, operand-quantifier) tuples
279 - operands: a sequence of (operand-kind, operand-quantifier) tuples
316 operands = [(o['kind'], o.get('quantifier', '')) for o in operands]
381 - parameters: a sequence of (operand-kind, operand-quantifier) tuples
  /external/u-boot/lib/
slre.c 288 quantifier(struct slre *r, int prev, int op) function
390 quantifier(r, last_op, op);
393 quantifier(r, last_op, QUEST);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 755 milliseconds