Searched refs:ALU_OP2_SETGT_UINT (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.h | 257 #define ALU_OP2_SETGT_UINT 57 macro
|
D | r600_shader.c | 11370 r = single_alu_op2(ctx, ALU_OP2_SETGT_UINT, in emit_u64sge() 11924 [TGSI_OPCODE_USLT] = { ALU_OP2_SETGT_UINT, tgsi_op2_swap}, 12121 [TGSI_OPCODE_USLT] = { ALU_OP2_SETGT_UINT, tgsi_op2_swap}, 12348 [TGSI_OPCODE_USLT] = { ALU_OP2_SETGT_UINT, tgsi_op2_swap},
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 1192 case AF_CC_GT: return ALU_OP2_SETGT_UINT; in get_setcc_op()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_assembler.cpp | 1276 {op2_setgt_uint, ALU_OP2_SETGT_UINT},
|