Searched refs:ALU_OP2_SETE_INT (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.h | 253 #define ALU_OP2_SETE_INT 53 macro
|
D | r600_shader.c | 11384 r = single_alu_op2(ctx, ALU_OP2_SETE_INT, in emit_u64sge() 11921 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2}, 12118 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2}, 12345 [TGSI_OPCODE_USEQ] = { ALU_OP2_SETE_INT, tgsi_op2},
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 1181 case AF_CC_E: return ALU_OP2_SETE_INT; in get_setcc_op() 1190 case AF_CC_E: return ALU_OP2_SETE_INT; in get_setcc_op()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_assembler.cpp | 1272 {op2_sete_int, ALU_OP2_SETE_INT},
|