Searched refs:opcodes_3d (Results 1 – 1 of 1) sorted by relevance
2552 } opcodes_3d[] = { in decode_3d() local2575 for (idx = 0; idx < ARRAY_SIZE(opcodes_3d); idx++) { in decode_3d()2576 opcode_3d = &opcodes_3d[idx]; in decode_3d()3150 } opcodes_3d[] = { in decode_3d_965() local3243 for (i = 0; i < ARRAY_SIZE(opcodes_3d); i++) { in decode_3d_965()3244 if (opcode != opcodes_3d[i].opcode) in decode_3d_965()3248 if (opcodes_3d[i].gen && opcodes_3d[i].gen != ctx->gen) in decode_3d_965()3251 opcode_3d = &opcodes_3d[i]; in decode_3d_965()3757 } opcodes_3d[] = { in decode_3d_i830() local3787 for (idx = 0; idx < ARRAY_SIZE(opcodes_3d); idx++) { in decode_3d_i830()[all …]