Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_psi_ops.cpp163 a->bc.set_op(ALU_OP3_CNDE_INT); in eliminate()
Dsb_if_conversion.cpp299 n->bc.set_op(ALU_OP3_CNDE_INT); in convert_phi()
Dsb_expr.cpp1289 case AF_CC_E: return ALU_OP3_CNDE_INT; in get_cndcc_op()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h398 #define ALU_OP3_CNDE_INT 198 macro
Dr600_shader.c889 assert(op == ALU_OP3_MULADD_UINT24 || op == ALU_OP3_CNDE_INT || op == ALU_OP3_BFE_UINT); in single_alu_op3()
3934 r = single_alu_op3(&ctx, ALU_OP3_CNDE_INT, in r600_shader_from_tgsi()
6152 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()
6223 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()
6449 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()
6469 alu.op = ALU_OP3_CNDE_INT; in tgsi_divmod()
6956 alu.op = ALU_OP3_CNDE_INT; in tgsi_bfi()
9826 alu.op = ALU_OP3_CNDE_INT; in tgsi_ucmp()
10987 alu.op = ALU_OP3_CNDE_INT; in tgsi_bfe()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1411 {op3_cnde_int, ALU_OP3_CNDE_INT},