Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp1694 int mrf_low = inst->dst.reg & ~BRW_MRF_COMPR4; in compute_to_mrf() local
1697 mrf_high = mrf_low + 4; in compute_to_mrf()
1700 mrf_high = mrf_low + 1; in compute_to_mrf()
1702 mrf_high = mrf_low; in compute_to_mrf()
1811 if (mrf_low == scan_mrf_low || in compute_to_mrf()
1812 mrf_low == scan_mrf_high || in compute_to_mrf()
1825 if (mrf_low >= scan_inst->base_mrf && in compute_to_mrf()
1826 mrf_low < scan_inst->base_mrf + scan_inst->mlen) { in compute_to_mrf()