Searched refs:reg_file (Results 1 – 2 of 2) sorted by relevance
274 static const char *const reg_file[4] = { variable728 err |= control(file, "src reg file", reg_file, _reg_file, NULL); in reg()795 uint32_t reg_file; in dest_3src() local798 reg_file = BRW_MESSAGE_REGISTER_FILE; in dest_3src()800 reg_file = BRW_GENERAL_REGISTER_FILE; in dest_3src()802 err |= reg(file, reg_file, brw_inst_3src_dst_reg_nr(devinfo, inst)); in dest_3src()
1092 unsigned reg_file, unsigned reg_index, in get_indirect_index() argument1104 assert(bld->indirect_files & (1 << reg_file)); in get_indirect_index()1139 if (reg_file != TGSI_FILE_CONSTANT) { in get_indirect_index()1142 bld->bld_base.info->file_max[reg_file]); in get_indirect_index()