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

  /external/deqp-deps/SPIRV-Tools/utils/
generate_language_headers.py 44 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None):
48 self.operand_kinds = operand_kinds
114 if grammar.operand_kinds:
115 for kind in grammar.operand_kinds:
180 operand_kinds = grammar_json['operand_kinds'],
generate_grammar_tables.py 502 def get_extension_list(instructions, operand_kinds):
507 enumerants = sum([item.get('enumerants', []) for item in operand_kinds], [])
531 def get_capabilities(operand_kinds):
535 enumerants = sum([item.get('enumerants', []) for item in operand_kinds
581 def generate_capability_to_string_mapping(operand_kinds):
590 for capability in get_capabilities(operand_kinds):
602 def generate_all_string_enum_mappings(extensions, operand_kinds):
607 tables.append(generate_capability_to_string_mapping(operand_kinds))
700 operand_kinds = []
701 operand_kinds.extend(core_grammar['operand_kinds']
    [all...]
generate_vim_syntax.py 167 for operand_kind in core["operand_kinds"]:
192 for operand_kind in debuginfo["operand_kinds"]:
  /external/swiftshader/third_party/SPIRV-Tools/utils/
generate_language_headers.py 44 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None):
48 self.operand_kinds = operand_kinds
114 if grammar.operand_kinds:
115 for kind in grammar.operand_kinds:
180 operand_kinds = grammar_json['operand_kinds'],
generate_grammar_tables.py 502 def get_extension_list(instructions, operand_kinds):
507 enumerants = sum([item.get('enumerants', []) for item in operand_kinds], [])
531 def get_capabilities(operand_kinds):
535 enumerants = sum([item.get('enumerants', []) for item in operand_kinds
581 def generate_capability_to_string_mapping(operand_kinds):
590 for capability in get_capabilities(operand_kinds):
602 def generate_all_string_enum_mappings(extensions, operand_kinds):
607 tables.append(generate_capability_to_string_mapping(operand_kinds))
700 operand_kinds = []
701 operand_kinds.extend(core_grammar['operand_kinds']
    [all...]
generate_vim_syntax.py 167 for operand_kind in core["operand_kinds"]:
192 for operand_kind in debuginfo["operand_kinds"]:

Completed in 258 milliseconds