Searched refs:ALU_OP2_SETGT (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_isa.h | 202 #define ALU_OP2_SETGT 8 macro
|
| H A D | r600_shader.c | 11603 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 11635 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2}, 11801 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 11833 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2}, 12027 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 12059 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2},
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_isa.h | 208 #define ALU_OP2_SETGT 8 macro
|
| H A D | r600_shader.c | 11772 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 11804 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2}, 11970 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 12002 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2}, 12197 [TGSI_OPCODE_SLT] = { ALU_OP2_SETGT, tgsi_op2_swap}, 12229 [TGSI_OPCODE_SGT] = { ALU_OP2_SETGT, tgsi_op2},
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_expr.cpp | 1181 case AF_CC_GT: return ALU_OP2_SETGT;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_expr.cpp | 1181 case AF_CC_GT: return ALU_OP2_SETGT;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_ir_to_assembly.cpp | 1236 {op2_setgt, ALU_OP2_SETGT},
|
Completed in 57 milliseconds