Searched refs:OPCODE_DDX (Results 1 – 6 of 6) sorted by relevance
125 OPCODE_DDX, /* X X */ enumerator
106 { OPCODE_DDX, "DDX", 1, 1 },
613 [OPCODE_DDX] = nir_op_fddx,
510 case OPCODE_DDX: /* Partial derivative with respect to X */ in _mesa_execute_program()
1021 emit(ir, OPCODE_DDX, result_dst, op[0]); in visit()
981 case OPCODE_DDX: in upload_program()