Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h258 #define ALU_OP2_SETGE_UINT 58 macro
Dr600_shader.c6307 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/
Dsb_expr.cpp1193 case AF_CC_GE: return ALU_OP2_SETGE_UINT; in get_setcc_op()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1277 {op2_setge_uint, ALU_OP2_SETGE_UINT},