Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c138 radv_layout_dcc_compressed(cmd_buffer->device, image, region->imageSubresource.mipLevel, in copy_buffer_to_image()
287 radv_layout_dcc_compressed(cmd_buffer->device, image, region->imageSubresource.mipLevel, in copy_image_to_buffer()
434 bool dst_compressed = radv_layout_dcc_compressed(cmd_buffer->device, dst_image, in copy_image()
439 bool src_compressed = radv_layout_dcc_compressed(cmd_buffer->device, src_image, in copy_image()
Dradv_meta_resolve.c304 if (radv_layout_dcc_compressed(device, dest_image, dest_level, dest_image_layout, in radv_pick_resolve_method_images()
406 if (radv_layout_dcc_compressed(cmd_buffer->device, dst_image, region->dstSubresource.mipLevel, in radv_meta_resolve_hardware_image()
603 if (radv_layout_dcc_compressed(cmd_buffer->device, dst_img, dest_iview->vk.base_mip_level, in radv_cmd_buffer_resolve_subpass_hw()
Dradv_meta_resolve_cs.c668 radv_layout_dcc_compressed(cmd_buffer->device, dest_image, region->dstSubresource.mipLevel, in radv_meta_resolve_compute_image()
751 radv_layout_dcc_compressed(cmd_buffer->device, dest_image, region->dstSubresource.mipLevel, in radv_meta_resolve_compute_image()
Dradv_image.c2278 !radv_layout_dcc_compressed(device, image, level, layout, in_render_loop, queue_mask)) in radv_layout_can_fast_clear()
2296 radv_layout_dcc_compressed(const struct radv_device *device, const struct radv_image *image, in radv_layout_dcc_compressed() function
Dradv_private.h2415 bool radv_layout_dcc_compressed(const struct radv_device *device, const struct radv_image *image,
Dradv_meta_clear.c2244 if (radv_layout_dcc_compressed(cmd_buffer->device, image, range->baseMipLevel, in radv_cmd_clear_image()
Dradv_cmd_buffer.c1987 if (!radv_layout_dcc_compressed( in radv_emit_fb_color_state()
9412 if (radv_layout_dcc_compressed(cmd_buffer->device, image, range->baseMipLevel, in radv_init_color_image_metadata()
9479 } else if (radv_layout_dcc_compressed(cmd_buffer->device, image, range->baseMipLevel, in radv_handle_color_image_transition()
9481 !radv_layout_dcc_compressed(cmd_buffer->device, image, range->baseMipLevel, in radv_handle_color_image_transition()
/third_party/mesa3d/docs/relnotes/
D18.0.1.rst169 - radv: fix radv_layout_dcc_compressed() when image doesn't have DCC
D21.2.0.rst4776 - radv: pass an image range to radv_layout_dcc_compressed()