Searched refs:RC_OPCODE_SGE (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_opcodes.h | 156 RC_OPCODE_SGE, enumerator in enum:__anon28d1b50a0103
|
| H A D | radeon_emulate_loops.c | 287 case RC_OPCODE_SGE: 455 case RC_OPCODE_SGE: 459 loop->Cond->U.I.Opcode = RC_OPCODE_SGE;
|
| H A D | radeon_opcodes.c | 289 .Opcode = RC_OPCODE_SGE,
|
| H A D | r500_fragprog.c | 142 case RC_OPCODE_SGE:
|
| H A D | radeon_program_alu.c | 679 case RC_OPCODE_SGE: transform_SGE(c, inst); return 1; 787 emit2(c, inst->Prev, RC_OPCODE_SGE, 0, 793 emit2(c, inst->Prev, RC_OPCODE_SGE, 0, 847 inst->U.I.Opcode = RC_OPCODE_SGE;
|
| H A D | r3xx_vertprog.c | 427 case RC_OPCODE_SGE: ei_vector2(compiler->code, VE_SET_GREATER_THAN_EQUAL, vpi, inst); break;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_opcodes.h | 156 RC_OPCODE_SGE, enumerator in enum:__anon497cc89d0103
|
| H A D | radeon_emulate_loops.c | 287 case RC_OPCODE_SGE: 455 case RC_OPCODE_SGE: 459 loop->Cond->U.I.Opcode = RC_OPCODE_SGE;
|
| H A D | radeon_opcodes.c | 291 .Opcode = RC_OPCODE_SGE,
|
| H A D | r500_fragprog.c | 143 case RC_OPCODE_SGE:
|
| H A D | radeon_program_alu.c | 679 case RC_OPCODE_SGE: transform_SGE(c, inst); return 1; 787 emit2(c, inst->Prev, RC_OPCODE_SGE, 0, 793 emit2(c, inst->Prev, RC_OPCODE_SGE, 0, 847 inst->U.I.Opcode = RC_OPCODE_SGE;
|
| H A D | r3xx_vertprog.c | 430 case RC_OPCODE_SGE: ei_vector2(compiler->code, VE_SET_GREATER_THAN_EQUAL, vpi, inst); break;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 51 case TGSI_OPCODE_SGE: return RC_OPCODE_SGE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 53 case TGSI_OPCODE_SGE: return RC_OPCODE_SGE;
|
Completed in 15 milliseconds