Searched refs:opcodes_3d (Results 1 – 1 of 1) sorted by relevance
2555 } opcodes_3d[] = { in decode_3d() local2578 for (idx = 0; idx < ARRAY_SIZE(opcodes_3d); idx++) { in decode_3d()2579 opcode_3d = &opcodes_3d[idx]; in decode_3d()3153 } opcodes_3d[] = { in decode_3d_965() local3246 for (i = 0; i < ARRAY_SIZE(opcodes_3d); i++) { in decode_3d_965()3247 if (opcode != opcodes_3d[i].opcode) in decode_3d_965()3251 if (opcodes_3d[i].gen && opcodes_3d[i].gen != ctx->gen) in decode_3d_965()3254 opcode_3d = &opcodes_3d[i]; in decode_3d_965()3763 } opcodes_3d[] = { in decode_3d_i830() local3793 for (idx = 0; idx < ARRAY_SIZE(opcodes_3d); idx++) { in decode_3d_i830()[all …]