Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c385 if (radv_layout_is_htile_compressed(cmd_buffer->device, dst_image, dst_image_layout, in copy_image()
539 if (radv_layout_is_htile_compressed(cmd_buffer->device, dst_image, dst_image_layout, in copy_image()
Dradv_meta_resolve_cs.c920 if (radv_layout_is_htile_compressed(cmd_buffer->device, dst_image, layout, false, queue_mask)) { in radv_depth_stencil_resolve_subpass_cs()
Dradv_meta_clear.c533 radv_layout_is_htile_compressed(cmd_buffer->device, iview->image, layout, in_render_loop, in depth_view_can_fast_clear()
819 if (!radv_layout_is_htile_compressed( in radv_can_fast_clear_depth()
Dradv_cmd_buffer.c2121 if (!radv_layout_is_htile_compressed( in radv_update_zrange_precision()
2162 if (!radv_layout_is_htile_compressed( in radv_emit_fb_ds_state()
2811 if (radv_layout_is_htile_compressed( in radv_emit_framebuffer_state()
9275 } else if (!radv_layout_is_htile_compressed(device, image, src_layout, src_render_loop, in radv_handle_depth_image_transition()
9277 radv_layout_is_htile_compressed(device, image, dst_layout, dst_render_loop, in radv_handle_depth_image_transition()
9280 } else if (radv_layout_is_htile_compressed(device, image, src_layout, src_render_loop, in radv_handle_depth_image_transition()
9282 !radv_layout_is_htile_compressed(device, image, dst_layout, dst_render_loop, in radv_handle_depth_image_transition()
Dradv_private.h2407 bool radv_layout_is_htile_compressed(const struct radv_device *device,
Dradv_image.c2219 radv_layout_is_htile_compressed(const struct radv_device *device, const struct radv_image *image, in radv_layout_is_htile_compressed() function
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst3049 - radv: clean up radv_layout_is_htile_compressed()
D21.3.0.rst3817 - radv: remove unnecessary check in radv_layout_is_htile_compressed()