Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp1799 int scan_mrf_high; in compute_to_mrf() local
1802 scan_mrf_high = scan_mrf_low + 4; in compute_to_mrf()
1806 scan_mrf_high = scan_mrf_low + 1; in compute_to_mrf()
1808 scan_mrf_high = scan_mrf_low; in compute_to_mrf()
1812 mrf_low == scan_mrf_high || in compute_to_mrf()
1814 mrf_high == scan_mrf_high) { in compute_to_mrf()