Searched refs:RC_OPCODE_DDY (Results 1 – 10 of 10) sorted by relevance
69 RC_OPCODE_DDY, enumerator
100 case RC_OPCODE_DDY: return R500_ALU_RGBA_OP_MDV; in translate_rgb_op()123 case RC_OPCODE_DDY: return R500_ALPHA_OP_MDV; in translate_alpha_op()251 inst->RGB.Opcode == RC_OPCODE_DDY || inst->Alpha.Opcode == RC_OPCODE_DDY) { in emit_paired()
99 .Opcode = RC_OPCODE_DDY,
106 case RC_OPCODE_DDY: in classify_instruction()
215 } else if (opcode == RC_OPCODE_DDX || opcode == RC_OPCODE_DDY) { in r500_swizzle_is_native()
137 case RC_OPCODE_DDY: in srcs_need_rewrite()
787 case RC_OPCODE_DDY: in can_remap()798 case RC_OPCODE_DDY: in can_convert_opcode_to_alpha()
284 return (op == RC_OPCODE_DDX || op == RC_OPCODE_DDY); in is_derivative()
1098 if (inst->U.I.Opcode != RC_OPCODE_DDX && inst->U.I.Opcode != RC_OPCODE_DDY) in radeonStubDeriv()1123 if (inst->U.I.Opcode != RC_OPCODE_DDX && inst->U.I.Opcode != RC_OPCODE_DDY) in radeonTransformDeriv()
64 case TGSI_OPCODE_DDY: return RC_OPCODE_DDY; in translate_opcode()