Home
last modified time | relevance | path

Searched refs:ALU_OP3_CNDE_INT (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_psi_ops.cpp163 a->bc.set_op(ALU_OP3_CNDE_INT); in eliminate()
Dsb_if_conversion.cpp302 n->bc.set_op(ALU_OP3_CNDE_INT); in convert_phi()
Dsb_expr.cpp1285 case AF_CC_E: return ALU_OP3_CNDE_INT; in get_cndcc_op()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h392 #define ALU_OP3_CNDE_INT 198 macro
Dr600_shader.c782 assert(op == ALU_OP3_MULADD_UINT24 || op == ALU_OP3_CNDE_INT); in single_alu_op3()
3524 r = single_alu_op3(&ctx, ALU_OP3_CNDE_INT, in r600_shader_from_tgsi()
5585 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()
5678 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()
5956 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()
5976 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()
6420 alu.op = ALU_OP3_CNDE_INT; in tgsi_bfi()
9027 alu.op = ALU_OP3_CNDE_INT; in tgsi_ucmp()
10200 alu.op = ALU_OP3_CNDE_INT; in tgsi_bfe()