Home | History | Annotate | Download | only in compiler

Lines Matching refs:nir

35 	$(intermediates)/nir \
36 $(MESA_TOP)/src/compiler/nir
39 $(intermediates)/nir \
41 $(MESA_TOP)/src/compiler/nir
48 nir/nir_opcodes.h \
49 nir/nir_intrinsics.h \
50 nir/nir_builder_opcodes.h)
52 nir_builder_opcodes_gen := $(LOCAL_PATH)/nir/nir_builder_opcodes_h.py
54 $(LOCAL_PATH)/nir/nir_opcodes.py \
55 $(LOCAL_PATH)/nir/nir_builder_opcodes_h.py
57 $(intermediates)/nir/nir_builder_opcodes.h: $(nir_builder_opcodes_deps)
61 nir_constant_expressions_gen := $(LOCAL_PATH)/nir/nir_constant_expressions.py
63 $(LOCAL_PATH)/nir/nir_opcodes.py \
64 $(LOCAL_PATH)/nir/nir_constant_expressions.py
66 $(intermediates)/nir/nir_constant_expressions.c: $(nir_constant_expressions_deps)
70 nir_opcodes_h_gen := $(LOCAL_PATH)/nir/nir_opcodes_h.py
72 $(LOCAL_PATH)/nir/nir_opcodes.py \
73 $(LOCAL_PATH)/nir/nir_opcodes_h.py
75 $(intermediates)/nir/nir_opcodes.h: $(nir_opcodes_h_deps)
79 $(LOCAL_PATH)/nir/nir.h: $(intermediates)/nir/nir_opcodes.h
81 nir_opcodes_c_gen := $(LOCAL_PATH)/nir/nir_opcodes_c.py
83 $(LOCAL_PATH)/nir/nir_opcodes.py \
84 $(LOCAL_PATH)/nir/nir_opcodes_c.py
86 $(intermediates)/nir/nir_opcodes.c: $(nir_opcodes_c_deps)
90 nir_opt_algebraic_gen := $(LOCAL_PATH)/nir/nir_opt_algebraic.py
92 $(LOCAL_PATH)/nir/nir_opt_algebraic.py \
93 $(LOCAL_PATH)/nir/nir_algebraic.py
95 $(intermediates)/nir/nir_opt_algebraic.c: $(nir_opt_algebraic_deps)
107 nir_intrinsics_h_gen := $(LOCAL_PATH)/nir/nir_intrinsics_h.py
108 $(intermediates)/nir/nir_intrinsics.h: $(LOCAL_PATH)/nir/nir_intrinsics.py $(nir_intrinsics_h_gen)
112 nir_intrinsics_c_gen := $(LOCAL_PATH)/nir/nir_intrinsics_c.py
113 $(intermediates)/nir/nir_intrinsics.c: $(LOCAL_PATH)/nir/nir_intrinsics.py $(nir_intrinsics_c_gen)