Searched refs:OPCODE_DDY (Results 1 – 6 of 6) sorted by relevance
126 OPCODE_DDY, /* X X */ enumerator
105 { OPCODE_DDY, "DDY", 1, 1 },
513 case OPCODE_DDY: /* Partial derivative with respect to Y */ in _mesa_execute_program()
658 [OPCODE_DDY] = nir_op_fddy,
1099 emit(ir, OPCODE_DDY, result_dst, op[0]); in visit()
981 case OPCODE_DDY: in upload_program()