Lines Matching defs:alu
36 …nsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in r600_bytecode_get_num_operands()
229 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu); in r600_bytecode_alu() local
342 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_once_inst()
423 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_reduction_inst()
444 static int is_alu_cube_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_cube_inst()
459 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_mova_inst()
493 static int is_alu_vec_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_vec_unit_inst()
548 static int is_alu_trans_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_trans_unit_inst()
584 static int is_alu_any_unit_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_alu_any_unit_inst()
590 static int is_nop_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu) in is_nop_inst()
606 struct r600_bytecode_alu *alu; in assign_alu_units() local
734 static int check_vector(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, in check_vector()
764 static int check_scalar(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, in check_scalar()
918 struct r600_bytecode_alu *alu = slots[i]; in replace_gpr_with_pv_ps() local
985 static int r600_bytecode_alu_nliterals(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, in r600_bytecode_alu_nliterals()
1012 struct r600_bytecode_alu *alu, in r600_bytecode_alu_adjust_literals()
1065 struct r600_bytecode_alu *alu; in merge_inst_groups() local
1265 struct r600_bytecode_alu *alu) in r600_bytecode_alloc_inst_kcache_lines()
1285 struct r600_bytecode_alu *alu, in r600_bytecode_assign_kcache_banks()
1321 static int r600_bytecode_alloc_kcache_lines(struct r600_bytecode *bc, struct r600_bytecode_alu *alu… in r600_bytecode_alloc_kcache_lines()
1359 struct r600_bytecode_alu alu; in insert_nop_r6xx() local
1378 struct r600_bytecode_alu alu; in load_ar_r6xx() local
1405 struct r600_bytecode_alu alu; in load_ar() local
1431 int r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int t… in r600_bytecode_add_alu_type()
1552 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu) in r600_bytecode_add_alu()
1765 static int r600_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigne… in r600_bytecode_alu_build()
1904 struct r600_bytecode_alu *alu; in r600_bytecode_build() local
2205 struct r600_bytecode_alu *alu = NULL, *next_alu; in r600_bytecode_clear() local
2236 struct r600_bytecode_alu *alu = NULL; in r600_bytecode_dump() local
2770 struct r600_bytecode_alu alu; in r600_vertex_elements_build_fetch_shader() local
2787 struct r600_bytecode_alu alu; in r600_vertex_elements_build_fetch_shader() local