Home
last modified time | relevance | path

Searched refs:operand_kind (Results 1 – 7 of 7) sorted by relevance

/external/angle/third_party/spirv-tools/src/utils/
Dgenerate_vim_syntax.py165 for operand_kind in core["operand_kinds"]:
166 if 'enumerants' in operand_kind:
167 for e in operand_kind['enumerants']:
190 for operand_kind in debuginfo["operand_kinds"]:
191 if 'enumerants' in operand_kind:
192 for e in operand_kind['enumerants']:
Dgenerate_grammar_tables.py700 for operand_kind in json_dict["operand_kinds"]:
701 old_name = operand_kind["kind"]
703 operand_kind["kind"] = new_name
/external/deqp-deps/SPIRV-Tools/utils/
Dgenerate_vim_syntax.py165 for operand_kind in core["operand_kinds"]:
166 if 'enumerants' in operand_kind:
167 for e in operand_kind['enumerants']:
190 for operand_kind in debuginfo["operand_kinds"]:
191 if 'enumerants' in operand_kind:
192 for e in operand_kind['enumerants']:
Dgenerate_grammar_tables.py700 for operand_kind in json_dict["operand_kinds"]:
701 old_name = operand_kind["kind"]
703 operand_kind["kind"] = new_name
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_vim_syntax.py165 for operand_kind in core["operand_kinds"]:
166 if 'enumerants' in operand_kind:
167 for e in operand_kind['enumerants']:
190 for operand_kind in debuginfo["operand_kinds"]:
191 if 'enumerants' in operand_kind:
192 for e in operand_kind['enumerants']:
Dgenerate_grammar_tables.py700 for operand_kind in json_dict["operand_kinds"]:
701 old_name = operand_kind["kind"]
703 operand_kind["kind"] = new_name
/external/v8/src/compiler/backend/
Dinstruction.h472 LocationOperand(InstructionOperand::Kind operand_kind, in LocationOperand() argument
475 : InstructionOperand(operand_kind) { in LocationOperand()