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 Dradeon_opcodes.h156 RC_OPCODE_SGE, enumerator in enum:__anon28d1b50a0103
H A Dradeon_emulate_loops.c287 case RC_OPCODE_SGE:
455 case RC_OPCODE_SGE:
459 loop->Cond->U.I.Opcode = RC_OPCODE_SGE;
H A Dradeon_opcodes.c289 .Opcode = RC_OPCODE_SGE,
H A Dr500_fragprog.c142 case RC_OPCODE_SGE:
H A Dradeon_program_alu.c679 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 Dr3xx_vertprog.c427 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 Dradeon_opcodes.h156 RC_OPCODE_SGE, enumerator in enum:__anon497cc89d0103
H A Dradeon_emulate_loops.c287 case RC_OPCODE_SGE:
455 case RC_OPCODE_SGE:
459 loop->Cond->U.I.Opcode = RC_OPCODE_SGE;
H A Dradeon_opcodes.c291 .Opcode = RC_OPCODE_SGE,
H A Dr500_fragprog.c143 case RC_OPCODE_SGE:
H A Dradeon_program_alu.c679 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 Dr3xx_vertprog.c430 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 Dr300_tgsi_to_rc.c51 case TGSI_OPCODE_SGE: return RC_OPCODE_SGE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c53 case TGSI_OPCODE_SGE: return RC_OPCODE_SGE;

Completed in 15 milliseconds