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 D | vc4_validate.c | 172 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 D | vc4_validate.c | 172 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 D | vc4_simulator_validate.h | 46 #define round_up(x, y) align(x, y) macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_simulator_validate.h | 46 #define round_up(x, y) align(x, y) macro
|
| /xsrc/external/mit/libdrm/dist/omap/ |
| H A D | omap_drm.c | 45 #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 D | nir_lower_int64.c | 735 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 D | radv_shader.c | 1031 get_size_class(unsigned size, bool round_up) argument 1033 size = round_up ? util_logbase2_ceil(size) : util_logbase2(size);
|
Completed in 9 milliseconds