Lines Matching refs:space
447 static void control(FILE *file, const char *name, const char *ctrl[], unsigned id, int *space)
455 if (space && *space)
458 if (space)
459 *space = 1;
836 int space = 0;
914 space = 0;
918 target, &space);
921 target, &space);
927 inst->bits3.math.function, &space);
929 inst->bits3.math.saturate, &space);
931 inst->bits3.math.int_type, &space);
933 inst->bits3.math.data_type, &space);
935 inst->bits3.math.precision, &space);
990 inst->bits3.gen7_dp.msg_type, &space);
1001 inst->bits3.gen6_dp.msg_type, &space);
1025 space = 1;
1028 inst->bits3.urb_gen5.opcode, &space);
1031 inst->bits3.urb.swizzle_control, &space);
1033 inst->bits3.urb.allocate, &space);
1035 inst->bits3.urb.used, &space);
1037 inst->bits3.urb.complete, &space);
1053 if (space)
1070 space = 1;
1071 control(file, "access mode", access_mode, inst->header.access_mode, &space);
1073 control(file, "write enable control", wectrl, inst->header.mask_control, &space);
1075 control(file, "mask control", mask_ctrl, inst->header.mask_control, &space);
1076 control(file, "dependency control", dep_ctrl, inst->header.dependency_control, &space);
1088 inst->header.compression_control, &space);
1092 control(file, "thread control", thread_ctrl, inst->header.thread_control, &space);
1094 control(file, "acc write control", accwr, inst->header.acc_wr_control, &space);
1098 inst->bits3.generic.end_of_thread, &space);
1099 if (space)