Searched refs:total_bottom_w (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ | ||
| H A D | isl.c | 1155 uint32_t total_bottom_w = 0; local in function:isl_calc_phys_total_extent_el_gen6_stencil_hiz 1168 total_bottom_w = w; 1171 total_bottom_w += w; 1178 .w = isl_assert_div(MAX(total_top_w, total_bottom_w), fmtl->bw), |
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ | ||
| H A D | isl.c | 1403 uint32_t total_bottom_w = 0; local in function:isl_calc_phys_total_extent_el_gfx6_stencil_hiz 1416 total_bottom_w = w; 1419 total_bottom_w += w; 1426 .w = isl_assert_div(MAX(total_top_w, total_bottom_w), fmtl->bw), |
Completed in 9 milliseconds