HomeSort by: relevance | last modified time | path
    Searched defs:opcode_3d_1d (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
kgem_debug_gen2.c 272 }, *opcode_3d_1d; local
569 opcode_3d_1d = &opcodes_3d_1d[idx];
570 if (((data[0] & 0x00ff0000) >> 16) == opcode_3d_1d->opcode) {
573 kgem_debug_print(data, offset, 0, "%s\n", opcode_3d_1d->name);
574 if (opcode_3d_1d->max_len > 1) {
576 assert (len >= opcode_3d_1d->min_len &&
577 len <= opcode_3d_1d->max_len);
kgem_debug_gen3.c 1061 }, *opcode_3d_1d; local
1447 opcode_3d_1d = &opcodes_3d_1d[idx];
1448 if (((data[0] & 0x00ff0000) >> 16) == opcode_3d_1d->opcode) {
1450 kgem_debug_print(data, offset, 0, "%s\n", opcode_3d_1d->name);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
kgem_debug_gen2.c 272 }, *opcode_3d_1d; local
569 opcode_3d_1d = &opcodes_3d_1d[idx];
570 if (((data[0] & 0x00ff0000) >> 16) == opcode_3d_1d->opcode) {
573 kgem_debug_print(data, offset, 0, "%s\n", opcode_3d_1d->name);
574 if (opcode_3d_1d->max_len > 1) {
576 assert (len >= opcode_3d_1d->min_len &&
577 len <= opcode_3d_1d->max_len);
kgem_debug_gen3.c 1061 }, *opcode_3d_1d; local
1447 opcode_3d_1d = &opcodes_3d_1d[idx];
1448 if (((data[0] & 0x00ff0000) >> 16) == opcode_3d_1d->opcode) {
1450 kgem_debug_print(data, offset, 0, "%s\n", opcode_3d_1d->name);
  /xsrc/external/mit/libdrm/dist/intel/
intel_decode.c 1298 }, *opcode_3d_1d; local
2249 opcode_3d_1d = &opcodes_3d_1d[idx];
2250 if (opcode_3d_1d->i830_only && !IS_GEN2(devid))
2253 if (((data[0] & 0x00ff0000) >> 16) == opcode_3d_1d->opcode) {
2257 opcode_3d_1d->name);
2258 if (opcode_3d_1d->max_len > 1) {
2260 if (len < opcode_3d_1d->min_len ||
2261 len > opcode_3d_1d->max_len) {
2263 opcode_3d_1d->name);

Completed in 16 milliseconds