Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h242 #define ALU_OP2_SUB_INT 48 macro
Dr600_shader.c5300 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5316 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5523 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5644 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5792 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
5859 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6006 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6042 alu.op = ALU_OP2_SUB_INT; in tgsi_divmod()
6164 alu.op = ALU_OP2_SUB_INT; in tgsi_iabs()
6481 alu.op = ALU_OP2_SUB_INT; in tgsi_msb()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp589 case ALU_OP2_SUB_INT: r = cv0.i - cv1.i; break; in eval_const_op()
851 case ALU_OP2_SUB_INT: in fold_alu_op2()