Searched refs:radv_layout_dcc_compressed (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 191 …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()
|
D | radv_meta_resolve.c | 377 if (radv_layout_dcc_compressed(device, dest_image, dest_image_layout, in radv_pick_resolve_method_images()
|
D | radv_cmd_buffer.c | 1564 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()
|
D | radv_private.h | 1917 bool radv_layout_dcc_compressed(const struct radv_device *device,
|
D | radv_image.c | 1783 bool radv_layout_dcc_compressed(const struct radv_device *device, in radv_layout_dcc_compressed() function
|
/external/mesa3d/docs/relnotes/ |
D | 18.0.1.rst | 169 - radv: fix radv_layout_dcc_compressed() when image doesn't have DCC
|