Home
last modified time | relevance | path

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

/external/libdrm/intel/
Dintel_decode.c1298 }, *opcode_3d_1d; in decode_3d_1d() local
2249 opcode_3d_1d = &opcodes_3d_1d[idx]; in decode_3d_1d()
2250 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d()
2253 if (((data[0] & 0x00ff0000) >> 16) == opcode_3d_1d->opcode) { in decode_3d_1d()
2257 opcode_3d_1d->name); in decode_3d_1d()
2258 if (opcode_3d_1d->max_len > 1) { in decode_3d_1d()
2260 if (len < opcode_3d_1d->min_len || in decode_3d_1d()
2261 len > opcode_3d_1d->max_len) { in decode_3d_1d()
2263 opcode_3d_1d->name); in decode_3d_1d()