Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h394 #define ALU_OP3_CNDGE_INT 200 macro
Dr600_shader.c5351 alu.op = ALU_OP3_CNDGE_INT; in tgsi_divmod()
5369 alu.op = ALU_OP3_CNDGE_INT; in tgsi_divmod()
6023 alu.op = ALU_OP3_CNDGE_INT; in tgsi_divmod()
6059 alu.op = ALU_OP3_CNDGE_INT; in tgsi_divmod()
6186 alu.op = ALU_OP3_CNDGE_INT; in tgsi_iabs()
6220 alu.op = ALU_OP3_CNDGE_INT; in tgsi_issg()
6503 alu.op = ALU_OP3_CNDGE_INT; in tgsi_msb()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp1287 case AF_CC_GE: return ALU_OP3_CNDGE_INT; in get_cndcc_op()