Lines Matching refs:info
289 const struct dx10_opcode_info *info;
328 info = &opcode_info[opcode->type];
353 if (info->flags & OP_DCL) {
355 } else if (info->flags & OP_SATURATE) {
358 } else if (info->flags & OP_TEST_BOOLEAN) {
361 } else if (info->flags & OP_RESINFO_RET_TYPE) {
368 info->name);
412 if (info->flags & OP_NOT_DONE) {
414 * Should be okay to continue execution -- we have enough info
423 opcode->num_dst = info->num_dst;
424 opcode->num_src = info->num_src;
427 for (i = 0; i < info->num_dst; i++) {
452 for (i = 0; i < info->num_src; i++) {