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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp333 spill_node_count = 0;
391 int spill_node_count; member in class:fs_reg_alloc
982 assert(n == first_spill_node + spill_node_count);
989 for (int s = 0; s < spill_node_count; s++) {
995 if (spill_node_count >= spill_vgrf_ip_alloc) {
1003 spill_vgrf_ip[spill_node_count++] = ip;

Completed in 3 milliseconds