Searched refs:radv_layout_is_htile_compressed (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 1697 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() 5954 …radv_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()
|
D | radv_meta_clear.c | 736 …radv_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()
|
D | radv_private.h | 1906 bool radv_layout_is_htile_compressed(const struct radv_device *device,
|
D | radv_image.c | 1741 bool radv_layout_is_htile_compressed(const struct radv_device *device, in radv_layout_is_htile_compressed() function
|