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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp332 spill_vgrf_ip_alloc = 0;
390 int spill_vgrf_ip_alloc; member in class:fs_reg_alloc
995 if (spill_node_count >= spill_vgrf_ip_alloc) {
996 if (spill_vgrf_ip_alloc == 0)
997 spill_vgrf_ip_alloc = 16;
999 spill_vgrf_ip_alloc *= 2;
1001 spill_vgrf_ip_alloc);

Completed in 3 milliseconds