Home
last modified time | relevance | path

Searched refs:RC_OPCODE_DDY (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.h75 RC_OPCODE_DDY, enumerator
Dr500_fragprog_emit.c98 case RC_OPCODE_DDY: return R500_ALU_RGBA_OP_MDV; in translate_rgb_op()
121 case RC_OPCODE_DDY: return R500_ALPHA_OP_MDV; in translate_alpha_op()
249 inst->RGB.Opcode == RC_OPCODE_DDY || inst->Alpha.Opcode == RC_OPCODE_DDY) { in emit_paired()
Dradeon_opcodes.c111 .Opcode = RC_OPCODE_DDY,
Dradeon_pair_translate.c104 case RC_OPCODE_DDY: in classify_instruction()
Dr500_fragprog.c214 } else if (opcode == RC_OPCODE_DDX || opcode == RC_OPCODE_DDY) { in r500_swizzle_is_native()
Dradeon_pair_schedule.c790 case RC_OPCODE_DDY: in can_remap()
801 case RC_OPCODE_DDY: in can_convert_opcode_to_alpha()
Dradeon_compiler_util.c137 case RC_OPCODE_DDY: in srcs_need_rewrite()
Dradeon_pair_regalloc.c284 return (op == RC_OPCODE_DDX || op == RC_OPCODE_DDY); in is_derivative()
Dradeon_program_alu.c1200 if (inst->U.I.Opcode != RC_OPCODE_DDX && inst->U.I.Opcode != RC_OPCODE_DDY) in radeonTransformDeriv()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c66 case TGSI_OPCODE_DDY: return RC_OPCODE_DDY; in translate_opcode()