Home
last modified time | relevance | path

Searched refs:INTR_OPCODES (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_builder_opcodes_h.py53 % 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 Dnir_intrinsics_c.py30 % 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 Dnir_intrinsics_h.py28 <% 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 Dnir_intrinsics.py100 INTR_OPCODES = {} variable
120 assert name not in INTR_OPCODES
121 INTR_OPCODES[name] = Intrinsic(name, src_comp, dest_comp,

Completed in 3 milliseconds