Searched refs:opcodes_3d (Results 1 – 1 of 1) sorted by relevance
2558 } opcodes_3d[] = { in decode_3d() local2581 for (idx = 0; idx < ARRAY_SIZE(opcodes_3d); idx++) { in decode_3d()2582 opcode_3d = &opcodes_3d[idx]; in decode_3d()3156 } opcodes_3d[] = { in decode_3d_965() local3249 for (i = 0; i < ARRAY_SIZE(opcodes_3d); i++) { in decode_3d_965()3250 if (opcode != opcodes_3d[i].opcode) in decode_3d_965()3254 if (opcodes_3d[i].gen && opcodes_3d[i].gen != ctx->gen) in decode_3d_965()3257 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 …]