HomeSort by relevance Sort by last modified time
    Searched refs:max_usable_mrf (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_gs_visitor.cpp 350 int max_usable_mrf = FIRST_SPILL_MRF(devinfo->gen); local
424 /* If this was max_usable_mrf, we can't fit anything more into
427 if (mrf > max_usable_mrf ||
brw_vec4_visitor.cpp 1377 int max_usable_mrf = FIRST_SPILL_MRF(devinfo->gen); local
    [all...]

Completed in 268 milliseconds