Searched refs:div_round_up (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_gmem.c | 316 #define div_round_up(v, a) (((v) + (a)-1) / (a)) in gmem_stateobj_init() macro 327 while (div_round_up(gmem->nbins_y, tpp_y) > npipes) in gmem_stateobj_init() 329 while ((div_round_up(gmem->nbins_y, tpp_y) * in gmem_stateobj_init() 330 div_round_up(gmem->nbins_x, tpp_x)) > npipes) in gmem_stateobj_init() 402 p = ((i / tpp_y) * div_round_up(gmem->nbins_x, tpp_x)) + (j / tpp_x); in gmem_stateobj_init()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_rcl.c | 535 #define div_round_up(a, b) (((a) + (b) - 1) / b) macro 603 frame_w_in_supertiles = div_round_up(job->draw_tiles_x, in emit_render_layer() 605 frame_h_in_supertiles = div_round_up(job->draw_tiles_y, in emit_render_layer()
|
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 242 static uint32_t div_round_up(uint32_t a, uint32_t b) in div_round_up() function 610 else TT.groups = div_round_up(TT.blocks, TT.blockbits); in mke2fs_main()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 3847 static size_t div_round_up(size_t n, size_t d) { in div_round_up() function 3994 l->size = div_round_up(hasbit, 8); in make_layout()
|
Completed in 23 milliseconds