| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_validate.cpp | 53 fsv_assert(inst->src[i].offset / REG_SIZE + regs_read(inst, i) <=
|
| H A D | brw_fs_dead_code_eliminate.cpp | 130 for (unsigned j = 0; j < regs_read(inst, i); j++) {
|
| H A D | brw_schedule_instructions.cpp | 717 for (unsigned j = 0; j < regs_read(inst, i); j++) 799 for (unsigned off = 0; off < regs_read(inst, i); off++) 828 for (unsigned off = 0; off < regs_read(inst, i); off++) { 1098 for (unsigned r = 0; r < regs_read(inst, i); r++) 1101 for (unsigned r = 0; r < regs_read(inst, i); r++) { 1108 for (unsigned r = 0; r < regs_read(inst, i); r++) 1224 for (unsigned r = 0; r < regs_read(inst, i); r++) 1227 for (unsigned r = 0; r < regs_read(inst, i); r++) { 1234 for (unsigned r = 0; r < regs_read(inst, i); r++) 1358 for (unsigned j = 0; j < regs_read(ins [all...] |
| H A D | brw_fs_live_variables.cpp | 123 for (unsigned j = 0; j < regs_read(inst, i); j++) {
|
| H A D | brw_fs_reg_allocate.cpp | 365 for (unsigned j = 0; j < regs_read(inst, i); j++) { 888 spill_costs[inst->src[i].nr] += regs_read(inst, i) * block_scale; 990 int count = regs_read(inst, i);
|
| H A D | brw_eu_validate.c | 1260 int regs_read = 0; local in function:registers_read 1266 regs_read = 1; 1270 return regs_read;
|
| H A D | brw_ir_fs.h | 455 regs_read(const fs_inst *inst, unsigned i) function in typeref:typename:unsigned
|
| H A D | brw_ir_vec4.h | 430 regs_read(const vec4_instruction *inst, unsigned i) function in namespace:brw
|
| H A D | brw_fs_bank_conflicts.cpp | 520 p.require_contiguous(reg_of(inst->src[i]), regs_read(inst, i));
|
| H A D | brw_fs.cpp | 1922 for (unsigned j = 1; j < regs_read(inst, i); j++) 3156 unsigned regs_left = (1 << regs_read(inst, 0)) - 1; 3247 regs_left = (1 << regs_read(inst, 0)) - 1;
|
| H A D | brw_vec4.cpp | 1562 if (inst->src[i].file == VGRF && regs_read(inst, i) > 1)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_validate.cpp | 53 fsv_assert(inst->src[i].offset / REG_SIZE + regs_read(inst, i) <=
|
| H A D | brw_fs_dead_code_eliminate.cpp | 133 for (unsigned j = 0; j < regs_read(inst, i); j++) {
|
| H A D | brw_schedule_instructions.cpp | 786 for (unsigned j = 0; j < regs_read(inst, i); j++) 870 for (unsigned off = 0; off < regs_read(inst, i); off++) 899 for (unsigned off = 0; off < regs_read(inst, i); off++) { 1168 for (unsigned r = 0; r < regs_read(inst, i); r++) 1171 for (unsigned r = 0; r < regs_read(inst, i); r++) { 1178 for (unsigned r = 0; r < regs_read(inst, i); r++) 1297 for (unsigned r = 0; r < regs_read(inst, i); r++) 1300 for (unsigned r = 0; r < regs_read(inst, i); r++) { 1307 for (unsigned r = 0; r < regs_read(inst, i); r++) 1431 for (unsigned j = 0; j < regs_read(ins [all...] |
| H A D | brw_fs_live_variables.cpp | 123 for (unsigned j = 0; j < regs_read(inst, i); j++) { 353 inst->src[i], regs_read(inst, i)))
|
| H A D | brw_ir_performance.cpp | 1344 for (unsigned j = 0; j < regs_read(inst, i); j++) 1408 for (unsigned j = 0; j < regs_read(inst, i); j++) 1465 for (unsigned j = 0; j < regs_read(inst, i); j++) 1514 for (unsigned j = 0; j < regs_read(inst, i); j++)
|
| H A D | brw_vec4_live_variables.cpp | 284 regs_read(inst, i)))
|
| H A D | brw_fs_reg_allocate.cpp | 252 for (unsigned j = 0; j < regs_read(inst, i); j++) { 881 spill_costs[inst->src[i].nr] += regs_read(inst, i) * block_scale; 1079 int count = regs_read(inst, i);
|
| H A D | brw_ir_vec4.h | 432 regs_read(const vec4_instruction *inst, unsigned i) function in namespace:brw
|
| H A D | brw_fs_scoreboard.cpp | 983 for (unsigned j = 0; j < regs_read(inst, i); j++) 1103 for (unsigned j = 0; j < regs_read(inst, i); j++)
|
| H A D | brw_eu_validate.c | 1347 int regs_read = 0; local in function:registers_read 1353 regs_read = 1; 1357 return regs_read;
|
| H A D | brw_fs_bank_conflicts.cpp | 520 p.require_contiguous(reg_of(inst->src[i]), regs_read(inst, i));
|
| H A D | brw_ir_fs.h | 461 regs_read(const fs_inst *inst, unsigned i) function in typeref:typename:unsigned
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.4.rst | 75 - i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.
|
| H A D | 20.3.4.rst | 118 - intel/compiler: Return 1 for immediates in regs_read
|