Searched refs:ALU_OP2_AND_INT (Results 1 – 4 of 4) sorted by relevance
243 #define ALU_OP2_AND_INT 43 macro
2600 alu.op = ALU_OP2_AND_INT; in generate_gs_copy_shader()3839 alu.op = ALU_OP2_AND_INT; in r600_shader_from_tgsi()3905 r = single_alu_op2(&ctx, ALU_OP2_AND_INT, in r600_shader_from_tgsi()4933 alu.op = ALU_OP2_AND_INT; in egcm_int_to_double()4945 alu.op = ALU_OP2_AND_INT; in egcm_int_to_double()6427 alu.op = ALU_OP2_AND_INT; in tgsi_divmod()7459 alu.op = ALU_OP2_AND_INT; in do_vtx_fetch_inst()8326 alu.op = ALU_OP2_AND_INT; in tgsi_tex()11363 r = single_alu_op2(ctx, ALU_OP2_AND_INT, in emit_u64sge()11492 r = single_alu_op2(ctx, ALU_OP2_AND_INT, in egcm_u64div()[all …]
565 case ALU_OP2_AND_INT: r = cv0.i & cv1.i; break; in eval_const_op()832 case ALU_OP2_AND_INT: in fold_alu_op2()856 case ALU_OP2_AND_INT: in fold_alu_op2()
1273 {op2_and_int, ALU_OP2_AND_INT},