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

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.c1091 uint32_t total_h = 0; local in function:isl_calc_phys_total_extent_el_gen4_3d
1107 total_h += level_h * max_layers_vert;
1118 .h = isl_assert_div(total_h, fmtl->bh),
1156 uint32_t total_h = 0; local in function:isl_calc_phys_total_extent_el_gen6_stencil_hiz
1166 total_h = h;
1169 total_h += h;
1179 .h = isl_assert_div(total_h, fmtl->bh),
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.c1337 uint32_t total_h = 0; local in function:isl_calc_phys_total_extent_el_gfx4_3d
1353 total_h += level_h * max_layers_vert;
1364 .h = isl_assert_div(total_h, fmtl->bh),
1404 uint32_t total_h = 0; local in function:isl_calc_phys_total_extent_el_gfx6_stencil_hiz
1414 total_h = h;
1417 total_h += h;
1427 .h = isl_assert_div(total_h, fmtl->bh),

Completed in 12 milliseconds