Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/stm32/
Dstm32_ltdc.c217 u32 total_w, total_h; in stm32_ltdc_set_mode() local
228 total_h = acc_act_h + timing->vfront_porch.typ; in stm32_ltdc_set_mode()
243 val = (total_w << 16) | total_h; in stm32_ltdc_set_mode()
/external/mesa3d/src/intel/isl/
Disl.c1043 uint32_t total_h = 0; in isl_calc_phys_total_extent_el_gen4_3d() local
1059 total_h += level_h * max_layers_vert; in isl_calc_phys_total_extent_el_gen4_3d()
1070 .h = isl_assert_div(total_h, fmtl->bh), in isl_calc_phys_total_extent_el_gen4_3d()
1108 uint32_t total_h = 0; in isl_calc_phys_total_extent_el_gen6_stencil_hiz() local
1118 total_h = h; in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
1121 total_h += h; in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
1131 .h = isl_assert_div(total_h, fmtl->bh), in isl_calc_phys_total_extent_el_gen6_stencil_hiz()