Home
last modified time | relevance | path

Searched refs:radv_layout_dcc_compressed (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c191 …bool compressed = radv_layout_dcc_compressed(cmd_buffer->device, image, layout, false, queue_mask); in copy_buffer_to_image()
358 …bool compressed = radv_layout_dcc_compressed(cmd_buffer->device, image, layout, false, queue_mask); in copy_image_to_buffer()
510 …bool dst_compressed = radv_layout_dcc_compressed(cmd_buffer->device, dst_image, dst_image_layout, … in copy_image()
514 …bool src_compressed = radv_layout_dcc_compressed(cmd_buffer->device, src_image, src_image_layout, … in copy_image()
Dradv_meta_resolve.c377 if (radv_layout_dcc_compressed(device, dest_image, dest_image_layout, in radv_pick_resolve_method_images()
Dradv_cmd_buffer.c1564 if (!radv_layout_dcc_compressed(cmd_buffer->device, image, layout, in_render_loop, in radv_emit_fb_color_state()
6101 if (radv_layout_dcc_compressed(cmd_buffer->device, image, dst_layout, in radv_init_color_image_metadata()
6145 …} else if (radv_layout_dcc_compressed(cmd_buffer->device, image, src_layout, src_render_loop, src_… in radv_handle_color_image_transition()
6146 …!radv_layout_dcc_compressed(cmd_buffer->device, image, dst_layout, dst_render_loop, dst_queue_mask… in radv_handle_color_image_transition()
Dradv_private.h1917 bool radv_layout_dcc_compressed(const struct radv_device *device,
Dradv_image.c1783 bool radv_layout_dcc_compressed(const struct radv_device *device, in radv_layout_dcc_compressed() function
/external/mesa3d/docs/relnotes/
D18.0.1.rst169 - radv: fix radv_layout_dcc_compressed() when image doesn't have DCC