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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp2338 int max_usable_mrf = 13; local
2340 /* The following assertion verifies that max_usable_mrf causes an
2344 assert ((max_usable_mrf - base_mrf) % 2 == 0);
2360 /* If this was max_usable_mrf, we can't fit anything more into this URB
2363 if (mrf > max_usable_mrf) {
2380 assert(mrf < max_usable_mrf);
2395 inst->offset = (max_usable_mrf - base_mrf) / 2;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp2338 int max_usable_mrf = 13; local
2340 /* The following assertion verifies that max_usable_mrf causes an
2344 assert ((max_usable_mrf - base_mrf) % 2 == 0);
2360 /* If this was max_usable_mrf, we can't fit anything more into this URB
2363 if (mrf > max_usable_mrf) {
2380 assert(mrf < max_usable_mrf);
2395 inst->offset = (max_usable_mrf - base_mrf) / 2;

Completed in 202 milliseconds