Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h253 #define ALU_OP2_SETE_INT 53 macro
Dr600_shader.c11384 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/
Dsb_expr.cpp1181 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/
Dsfn_assembler.cpp1272 {op2_sete_int, ALU_OP2_SETE_INT},