Searched refs:round_up (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c172 aligned_width = round_up(width, utile_w);
176 aligned_width = round_up(width, utile_w * 8);
177 aligned_height = round_up(height, utile_h * 8);
180 aligned_width = round_up(width, utile_w);
181 aligned_height = round_up(height, utile_h);
693 aligned_width = round_up(level_width, utile_w * 8);
694 aligned_height = round_up(level_height, utile_h * 8);
697 aligned_width = round_up(level_width, utile_w);
698 aligned_height = round_up(level_height, utile_h);
701 aligned_width = round_up(level_widt
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c172 aligned_width = round_up(width, utile_w);
176 aligned_width = round_up(width, utile_w * 8);
177 aligned_height = round_up(height, utile_h * 8);
180 aligned_width = round_up(width, utile_w);
181 aligned_height = round_up(height, utile_h);
693 aligned_width = round_up(level_width, utile_w * 8);
694 aligned_height = round_up(level_height, utile_h * 8);
697 aligned_width = round_up(level_width, utile_w);
698 aligned_height = round_up(level_height, utile_h);
701 aligned_width = round_up(level_widt
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h46 #define round_up(x, y) align(x, y) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h46 #define round_up(x, y) align(x, y) macro
/xsrc/external/mit/libdrm/dist/omap/
H A Domap_drm.c45 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
211 bo->size = round_up(size.tiled.width, PAGE_SIZE) * size.tiled.height;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_int64.c735 nir_ssa_def *round_up = nir_ior(b, COND_LOWER_CMP(b, ilt, half, rem), local in function:lower_2f
737 significand = nir_iadd(b, significand, nir_b2i32(b, round_up));
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c1031 get_size_class(unsigned size, bool round_up) argument
1033 size = round_up ? util_logbase2_ceil(size) : util_logbase2(size);

Completed in 9 milliseconds