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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1695 int mrf_high; local
1697 mrf_high = mrf_low + 4;
1700 mrf_high = mrf_low + 1;
1702 mrf_high = mrf_low;
1813 mrf_high == scan_mrf_low ||
1814 mrf_high == scan_mrf_high) {
1829 if (mrf_high >= scan_inst->base_mrf &&
1830 mrf_high < scan_inst->base_mrf + scan_inst->mlen) {

Completed in 270 milliseconds