Searched refs:INTR_OPCODES (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builder_opcodes_h.py | 53 % for name, opcode in sorted(INTR_OPCODES.items()): 100 % for name, opcode in sorted(INTR_OPCODES.items()): 150 % for name, opcode in sorted(INTR_OPCODES.items()): 168 from nir_intrinsics import INTR_OPCODES, WRITE_MASK, ALIGN_MUL namespace 171 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES, WRITE_MASK=WRITE_MASK, ALIGN_MUL=ALIGN_MUL))
|
H A D | nir_intrinsics_c.py | 30 % for name, opcode in sorted(INTR_OPCODES.items()): 68 from nir_intrinsics import INTR_OPCODES, INTR_INDICES namespace 83 INTR_OPCODES=INTR_OPCODES, INTR_INDICES=INTR_INDICES,
|
H A D | nir_intrinsics_h.py | 28 <% opcode_names = sorted(INTR_OPCODES) %> 50 from nir_intrinsics import INTR_OPCODES, INTR_INDICES namespace 65 f.write(Template(template).render(INTR_OPCODES=INTR_OPCODES, INTR_INDICES=INTR_INDICES))
|
H A D | nir_intrinsics.py | 100 INTR_OPCODES = {} variable 120 assert name not in INTR_OPCODES 121 INTR_OPCODES[name] = Intrinsic(name, src_comp, dest_comp,
|
Completed in 3 milliseconds