Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_builder_opcodes_h.py116 from nir_intrinsics import INTR_OPCODES
119 print(Template(template).render(opcodes=opcodes, INTR_OPCODES=INTR_OPCODES))
Dnir_intrinsics_h.py41 from nir_intrinsics import INTR_OPCODES
56 f.write(Template(template, output_encoding='utf-8').render(INTR_OPCODES=INTR_OPCODES))
Dnir_intrinsics_c.py56 from nir_intrinsics import INTR_OPCODES
70 …f.write(Template(template, output_encoding='utf-8').render(INTR_OPCODES=INTR_OPCODES, reduce=reduc…
Dnir_intrinsics.py158 INTR_OPCODES = {} variable
173 assert name not in INTR_OPCODES
174 INTR_OPCODES[name] = Intrinsic(name, src_comp, dest_comp,