Lines Matching defs:file
24 /** @file brw_eu_validate.c
26 * This file implements a pass that validates shader assembly.
37 * at all. Functional changes to this file without corresponding unit tests (in
307 * No reg file bits on Gfx6-10 (align16)
317 "invalid register file encoding");
361 * there's no bit to control the file.
366 /* Nothing to test. Split sends can only encode a file in sources that are
1785 unsigned file = num_sources == 1 ?
1788 if (file != BRW_IMMEDIATE_VALUE)
1878 enum brw_reg_file file;
1890 file = brw_inst_src ## n ## _reg_file(devinfo, inst); \
1968 (BRW_ARCHITECTURE_REGISTER_FILE == file &&
2008 ERROR_IF((file == BRW_ARCHITECTURE_REGISTER_FILE &&