| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_fs_live_variables.cpp | 330 fs_visitor::virtual_grf_interferes(int a, int b) function in class:fs_visitor
|
| brw_vec4_live_variables.cpp | 221 * current user is virtual_grf_interferes(). So we instead union the 225 * We could potentially have virtual_grf_interferes() do the test per-channel, 230 * seem worth it, since having virtual_grf_interferes() be cheap is important 337 vec4_visitor::virtual_grf_interferes(int a, int b) function in class:vec4_visitor
|
| brw_fs.h | 150 bool virtual_grf_interferes(int a, int b);
|
| brw_vec4.h | 151 bool virtual_grf_interferes(int a, int b);
|
| brw_vec4_reg_allocate.cpp | 218 if (virtual_grf_interferes(i, j)) {
|
| brw_fs_reg_allocate.cpp | 431 /* Note that we use a <= comparison, unlike virtual_grf_interferes(), 580 if (virtual_grf_interferes(i, j)) { [all...] |