Searched refs:opcode_3d_1d (Results 1 – 1 of 1) sorted by relevance
1301 }, *opcode_3d_1d; in decode_3d_1d() local2252 opcode_3d_1d = &opcodes_3d_1d[idx]; in decode_3d_1d()2253 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d()2256 if (((data[0] & 0x00ff0000) >> 16) == opcode_3d_1d->opcode) { in decode_3d_1d()2260 opcode_3d_1d->name); in decode_3d_1d()2261 if (opcode_3d_1d->max_len > 1) { in decode_3d_1d()2263 if (len < opcode_3d_1d->min_len || in decode_3d_1d()2264 len > opcode_3d_1d->max_len) { in decode_3d_1d()2266 opcode_3d_1d->name); in decode_3d_1d()