Searched refs:round_up_u32 (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_image.c | 2141 iview->extent.width = round_up_u32(iview->extent.width * view_bw, img_bw); in radv_image_view_init() 2142 iview->extent.height = round_up_u32(iview->extent.height * view_bh, img_bh); in radv_image_view_init() 2182 lvl_width = round_up_u32(lvl_width * view_bw, img_bw); in radv_image_view_init() 2183 lvl_height = round_up_u32(lvl_height * view_bh, img_bh); in radv_image_view_init()
|
H A D | radv_device_generated_commands.c | 1377 unsigned block_count = MAX2(1, round_up_u32(pGeneratedCommandsInfo->sequencesCount, 64)); in radv_prepare_dgc()
|
H A D | radv_device.c | 4217 radeon_emit(cs, S_0286E8_WAVES(waves) | S_0286E8_WAVESIZE(round_up_u32(size_per_wave, 256))); in radv_emit_graphics_scratch() 4223 S_0286E8_WAVES(waves) | S_0286E8_WAVESIZE(round_up_u32(size_per_wave, 1024))); in radv_emit_graphics_scratch() 4263 S_00B860_WAVESIZE(round_up_u32(size_per_wave, info->gfx_level >= GFX11 ? 256 : 1024))); in radv_emit_compute_scratch()
|
H A D | radv_private.h | 169 round_up_u32(uint32_t v, uint32_t a) in round_up_u32() function
|
H A D | radv_cmd_buffer.c | 8486 blocks[0] = round_up_u32(blocks[0], cs_block_size[0]); in radv_emit_dispatch_packets() 8487 blocks[1] = round_up_u32(blocks[1], cs_block_size[1]); in radv_emit_dispatch_packets() 8488 blocks[2] = round_up_u32(blocks[2], cs_block_size[2]); in radv_emit_dispatch_packets()
|
Completed in 42 milliseconds