Searched refs:ALU_OP2_SETGE_UINT (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.h | 258 #define ALU_OP2_SETGE_UINT 58 macro
|
D | r600_shader.c | 6307 alu.op = ALU_OP2_SETGE_UINT; in tgsi_divmod() 6328 alu.op = ALU_OP2_SETGE_UINT; in tgsi_divmod() 11377 r = single_alu_op2(ctx, ALU_OP2_SETGE_UINT, in emit_u64sge() 11477 ALU_OP2_SETGE_UINT, in egcm_u64div() 11503 r = single_alu_op2(ctx, ALU_OP2_SETGE_UINT, in egcm_u64div() 11513 r = single_alu_op2(ctx, ALU_OP2_SETGE_UINT, in egcm_u64div() 11556 r = single_alu_op2(ctx, ALU_OP2_SETGE_UINT, in egcm_u64div() 11593 r = single_alu_op2(ctx, ALU_OP2_SETGE_UINT, in egcm_u64div() 11922 [TGSI_OPCODE_USGE] = { ALU_OP2_SETGE_UINT, tgsi_op2}, 12119 [TGSI_OPCODE_USGE] = { ALU_OP2_SETGE_UINT, tgsi_op2}, [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 1193 case AF_CC_GE: return ALU_OP2_SETGE_UINT; in get_setcc_op()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_assembler.cpp | 1277 {op2_setge_uint, ALU_OP2_SETGE_UINT},
|