Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_builder_opcodes_h.py155 from nir_intrinsics import INTR_OPCODES
158 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES))
Dnir_intrinsics_h.py50 from nir_intrinsics import INTR_OPCODES, INTR_INDICES
65 f.write(Template(template).render(INTR_OPCODES=INTR_OPCODES, INTR_INDICES=INTR_INDICES))
Dnir_intrinsics_c.py68 from nir_intrinsics import INTR_OPCODES, INTR_INDICES
83 INTR_OPCODES=INTR_OPCODES, INTR_INDICES=INTR_INDICES,
Dnir_intrinsics.py100 INTR_OPCODES = {} variable
120 assert name not in INTR_OPCODES
121 INTR_OPCODES[name] = Intrinsic(name, src_comp, dest_comp,