Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h400 #define ALU_OP3_CNDGE_INT 200 macro
Dr600_shader.c5968 alu.op = ALU_OP3_CNDGE_INT; in tgsi_divmod()
5986 alu.op = ALU_OP3_CNDGE_INT; in tgsi_divmod()
6522 alu.op = ALU_OP3_CNDGE_INT; in tgsi_divmod()
6564 alu.op = ALU_OP3_CNDGE_INT; in tgsi_divmod()
6716 alu.op = ALU_OP3_CNDGE_INT; in tgsi_iabs()
6750 alu.op = ALU_OP3_CNDGE_INT; in tgsi_issg()
7039 alu.op = ALU_OP3_CNDGE_INT; in tgsi_msb()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp1291 case AF_CC_GE: return ALU_OP3_CNDGE_INT; in get_cndcc_op()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1413 {op3_cndge_int, ALU_OP3_CNDGE_INT},