Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_image.c794 …iview->extent.width = round_up_u32(iview->extent.width * vk_format_get_blockwidth(iview->vk_format… in radv_image_view_init()
796 …iview->extent.height = round_up_u32(iview->extent.height * vk_format_get_blockheight(iview->vk_for… in radv_image_view_init()
Dradv_private.h153 round_up_u32(uint32_t v, uint32_t a) in round_up_u32() function
Dradv_cmd_buffer.c2299 blocks[0] = round_up_u32(x, compute_shader->info.cs.block_size[0]); in radv_unaligned_dispatch()
2300 blocks[1] = round_up_u32(y, compute_shader->info.cs.block_size[1]); in radv_unaligned_dispatch()
2301 blocks[2] = round_up_u32(z, compute_shader->info.cs.block_size[2]); in radv_unaligned_dispatch()