Searched refs:RC_OPCODE_DDY (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h75 RC_OPCODE_DDY, enumerator in enum:__anon28d1b50a0103
H A Dr500_fragprog_emit.c98 case RC_OPCODE_DDY: return R500_ALU_RGBA_OP_MDV;
121 case RC_OPCODE_DDY: return R500_ALPHA_OP_MDV;
249 inst->RGB.Opcode == RC_OPCODE_DDY || inst->Alpha.Opcode == RC_OPCODE_DDY) {
H A Dradeon_opcodes.c111 .Opcode = RC_OPCODE_DDY,
H A Dradeon_pair_translate.c104 case RC_OPCODE_DDY:
H A Dr500_fragprog.c214 } else if (opcode == RC_OPCODE_DDX || opcode == RC_OPCODE_DDY) {
H A Dradeon_compiler_util.c137 case RC_OPCODE_DDY:
H A Dradeon_pair_regalloc.c284 return (op == RC_OPCODE_DDX || op == RC_OPCODE_DDY);
H A Dradeon_pair_schedule.c790 case RC_OPCODE_DDY:
801 case RC_OPCODE_DDY:
H A Dradeon_program_alu.c1200 if (inst->U.I.Opcode != RC_OPCODE_DDX && inst->U.I.Opcode != RC_OPCODE_DDY)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h75 RC_OPCODE_DDY, enumerator in enum:__anon497cc89d0103
H A Dr500_fragprog_emit.c100 case RC_OPCODE_DDY: return R500_ALU_RGBA_OP_MDV;
123 case RC_OPCODE_DDY: return R500_ALPHA_OP_MDV;
251 inst->RGB.Opcode == RC_OPCODE_DDY || inst->Alpha.Opcode == RC_OPCODE_DDY) {
H A Dradeon_opcodes.c113 .Opcode = RC_OPCODE_DDY,
H A Dradeon_pair_translate.c106 case RC_OPCODE_DDY:
H A Dr500_fragprog.c215 } else if (opcode == RC_OPCODE_DDX || opcode == RC_OPCODE_DDY) {
H A Dradeon_compiler_util.c137 case RC_OPCODE_DDY:
H A Dradeon_pair_regalloc.c284 return (op == RC_OPCODE_DDX || op == RC_OPCODE_DDY);
H A Dradeon_pair_schedule.c790 case RC_OPCODE_DDY:
801 case RC_OPCODE_DDY:
H A Dradeon_program_alu.c1200 if (inst->U.I.Opcode != RC_OPCODE_DDX && inst->U.I.Opcode != RC_OPCODE_DDY)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c62 case TGSI_OPCODE_DDY: return RC_OPCODE_DDY;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c64 case TGSI_OPCODE_DDY: return RC_OPCODE_DDY;

Completed in 24 milliseconds