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

/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 76 milliseconds