Searched refs:last_fixed_grf_write (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp1152 schedule_node *last_fixed_grf_write = NULL; local in function:fs_instruction_scheduler::calculate_deps
1181 add_dep(last_fixed_grf_write, n);
1248 add_dep(last_fixed_grf_write, n);
1249 last_fixed_grf_write = n;
1288 last_fixed_grf_write = NULL;
1310 add_dep(n, last_fixed_grf_write, 0);
1373 last_fixed_grf_write = n;
1416 schedule_node *last_fixed_grf_write = NULL; local in function:vec4_instruction_scheduler::calculate_deps
1434 add_dep(last_fixed_grf_write, n);
1444 add_dep(last_fixed_grf_write,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp1082 schedule_node *last_fixed_grf_write = NULL; local in function:fs_instruction_scheduler::calculate_deps
1111 add_dep(last_fixed_grf_write, n);
1176 last_fixed_grf_write = n;
1215 last_fixed_grf_write = NULL;
1237 add_dep(n, last_fixed_grf_write, 0);
1300 last_fixed_grf_write = n;
1343 schedule_node *last_fixed_grf_write = NULL; local in function:vec4_instruction_scheduler::calculate_deps
1361 add_dep(last_fixed_grf_write, n);
1371 add_dep(last_fixed_grf_write, n);
1403 last_fixed_grf_write
[all...]

Completed in 5 milliseconds