Home
last modified time | relevance | path

Searched refs:round_up_u32 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_image.c1667 iview->extent.width = round_up_u32(iview->extent.width * view_bw, img_bw); in radv_image_view_init()
1668 iview->extent.height = round_up_u32(iview->extent.height * view_bh, img_bh); in radv_image_view_init()
1713 lvl_width = round_up_u32(lvl_width * view_bw, img_bw); in radv_image_view_init()
1714 lvl_height = round_up_u32(lvl_height * view_bh, img_bh); in radv_image_view_init()
Dradv_private.h137 round_up_u32(uint32_t v, uint32_t a) in round_up_u32() function
Dradv_cmd_buffer.c5677 blocks[0] = round_up_u32(blocks[0], cs_block_size[0]); in radv_emit_dispatch_packets()
5678 blocks[1] = round_up_u32(blocks[1], cs_block_size[1]); in radv_emit_dispatch_packets()
5679 blocks[2] = round_up_u32(blocks[2], cs_block_size[2]); in radv_emit_dispatch_packets()
Dradv_device.c3441 S_0286E8_WAVESIZE(round_up_u32(size_per_wave, 1024))); in radv_emit_graphics_scratch()
3465 S_00B860_WAVESIZE(round_up_u32(size_per_wave, 1024))); in radv_emit_compute_scratch()
Dradv_pipeline.c258 min_waves = MAX2(min_waves, round_up_u32(group_size, 64)); in radv_pipeline_init_scratch()