Home
last modified time | relevance | path

Searched refs:radv_layout_is_htile_compressed (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c1697 if (!radv_layout_is_htile_compressed(cmd_buffer->device, image, layout, in_render_loop, in radv_update_zrange_precision()
1740 if (!radv_layout_is_htile_compressed(cmd_buffer->device, image, layout, in_render_loop, in radv_emit_fb_ds_state()
5953 …} else if (!radv_layout_is_htile_compressed(cmd_buffer->device, image, src_layout, src_render_loop… in radv_handle_depth_image_transition()
5954radv_layout_is_htile_compressed(cmd_buffer->device, image, dst_layout, dst_render_loop, dst_queue_… in radv_handle_depth_image_transition()
5956 …} else if (radv_layout_is_htile_compressed(cmd_buffer->device, image, src_layout, src_render_loop,… in radv_handle_depth_image_transition()
5957 …!radv_layout_is_htile_compressed(cmd_buffer->device, image, dst_layout, dst_render_loop, dst_queue… in radv_handle_depth_image_transition()
Dradv_meta_clear.c736radv_layout_is_htile_compressed(cmd_buffer->device, iview->image, layout, in_render_loop, queue_ma… in depth_view_can_fast_clear()
1093 …if (!radv_layout_is_htile_compressed(cmd_buffer->device, iview->image, image_layout, in_render_loo… in radv_can_fast_clear_depth()
Dradv_private.h1906 bool radv_layout_is_htile_compressed(const struct radv_device *device,
Dradv_image.c1741 bool radv_layout_is_htile_compressed(const struct radv_device *device, in radv_layout_is_htile_compressed() function