Home
last modified time | relevance | path

Searched refs:gpir_codegen_src_unused (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dcodegen.c35 gpir_codegen_src_unused, gpir_codegen_src_p1_mul_0, gpir_codegen_src_p2_mul_0 }, in gpir_get_alu_input()
37 gpir_codegen_src_unused, gpir_codegen_src_p1_mul_1, gpir_codegen_src_p2_mul_1 }, in gpir_get_alu_input()
40 gpir_codegen_src_unused, gpir_codegen_src_p1_acc_0, gpir_codegen_src_p2_acc_0 }, in gpir_get_alu_input()
42 gpir_codegen_src_unused, gpir_codegen_src_p1_acc_1, gpir_codegen_src_p2_acc_1 }, in gpir_get_alu_input()
45 gpir_codegen_src_unused, gpir_codegen_src_p1_complex, gpir_codegen_src_unused }, in gpir_get_alu_input()
47 gpir_codegen_src_unused, gpir_codegen_src_p1_pass, gpir_codegen_src_p2_pass }, in gpir_get_alu_input()
50 gpir_codegen_src_attrib_x, gpir_codegen_src_p1_attrib_x, gpir_codegen_src_unused }, in gpir_get_alu_input()
52 gpir_codegen_src_attrib_y, gpir_codegen_src_p1_attrib_y, gpir_codegen_src_unused }, in gpir_get_alu_input()
54 gpir_codegen_src_attrib_z, gpir_codegen_src_p1_attrib_z, gpir_codegen_src_unused }, in gpir_get_alu_input()
56 gpir_codegen_src_attrib_w, gpir_codegen_src_p1_attrib_w, gpir_codegen_src_unused }, in gpir_get_alu_input()
[all …]
Ddisasm.c189 case gpir_codegen_src_unused: in print_src()
255 if (instr->mul0_src0 != gpir_codegen_src_unused && in print_mul()
256 instr->mul0_src1 != gpir_codegen_src_unused) { in print_mul()
286 if (instr->mul1_src0 != gpir_codegen_src_unused && in print_mul()
287 instr->mul1_src1 != gpir_codegen_src_unused) { in print_mul()
401 if (instr->acc0_src0 != gpir_codegen_src_unused) { in print_acc()
434 if (instr->acc1_src0 != gpir_codegen_src_unused) { in print_acc()
474 if (instr->pass_src == gpir_codegen_src_unused) in print_pass()
519 if (instr->complex_src == gpir_codegen_src_unused) in print_complex()
Dcodegen.h52 gpir_codegen_src_unused = 21, enumerator