Home
last modified time | relevance | path

Searched refs:ALU_OP2_SETGT (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_isa.h208 #define ALU_OP2_SETGT 8 macro
H A Dr600_shader.c11800 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap},
11832 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2},
11998 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap},
12030 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2},
12225 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap},
12257 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_assembler.cpp1222 {op2_setgt, ALU_OP2_SETGT},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp1174 case AF_CC_GT: return ALU_OP2_SETGT; in get_setcc_op()

Completed in 21 milliseconds