Searched refs:reg_file (Results 1 – 2 of 2) sorted by relevance
241 static const char *const reg_file[4] = { variable695 err |= control(file, "src reg file", reg_file, _reg_file, NULL); in reg()761 uint32_t reg_file; in dest_3src() local766 reg_file = BRW_ARCHITECTURE_REGISTER_FILE; in dest_3src()768 reg_file = BRW_MESSAGE_REGISTER_FILE; in dest_3src()770 reg_file = BRW_GENERAL_REGISTER_FILE; in dest_3src()772 err |= reg(file, reg_file, brw_inst_3src_dst_reg_nr(devinfo, inst)); in dest_3src()
1049 unsigned reg_file, unsigned reg_index, in get_indirect_index() argument1061 assert(bld->indirect_files & (1 << reg_file)); in get_indirect_index()1096 if (reg_file != TGSI_FILE_CONSTANT) { in get_indirect_index()1099 bld->bld_base.info->file_max[reg_file]); in get_indirect_index()