Home
last modified time | relevance | path

Searched refs:vgrfs_interfere (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.h94 bool vgrfs_interfere(int a, int b) const;
Dbrw_vec4_live_variables.h96 bool vgrfs_interfere(int a, int b) const;
Dbrw_vec4_live_variables.cpp323 vec4_live_variables::vgrfs_interfere(int a, int b) const in vgrfs_interfere() function in vec4_live_variables
Dbrw_fs_live_variables.cpp375 fs_live_variables::vgrfs_interfere(int a, int b) const in vgrfs_interfere() function in fs_live_variables
Dbrw_vec4_reg_allocate.cpp217 if (live.vgrfs_interfere(i, j)) { in reg_allocate()