Searched refs:radv_layout_dcc_compressed (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_copy.c | 138 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()
|
D | radv_meta_resolve.c | 304 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()
|
D | radv_meta_resolve_cs.c | 668 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()
|
D | radv_image.c | 2278 !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
|
D | radv_private.h | 2415 bool radv_layout_dcc_compressed(const struct radv_device *device, const struct radv_image *image,
|
D | radv_meta_clear.c | 2244 if (radv_layout_dcc_compressed(cmd_buffer->device, image, range->baseMipLevel, in radv_cmd_clear_image()
|
D | radv_cmd_buffer.c | 1987 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/ |
D | 18.0.1.rst | 169 - radv: fix radv_layout_dcc_compressed() when image doesn't have DCC
|
D | 21.2.0.rst | 4776 - radv: pass an image range to radv_layout_dcc_compressed()
|