Home
last modified time | relevance | path

Searched refs:radv_image_use_dcc_image_stores (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_image.h314 bool radv_image_use_dcc_image_stores(const struct radv_device *device, const struct radv_image *ima…
Dradv_image.c167radv_image_use_dcc_image_stores(device, image)); in radv_image_use_fast_clear_for_image()
323 …if ((image->vk.usage & VK_IMAGE_USAGE_STORAGE_BIT) && !radv_image_use_dcc_image_stores(device, ima… in radv_use_dcc_for_image_late()
340 radv_image_use_dcc_image_stores(const struct radv_device *device, const struct radv_image *image) in radv_image_use_dcc_image_stores() function
354 return radv_image_has_dcc(image) && !radv_image_use_dcc_image_stores(device, image); in radv_image_use_dcc_predication()
1580 (queue_mask & (1u << RADV_QUEUE_COMPUTE)) && !radv_image_use_dcc_image_stores(device, image)) in radv_layout_dcc_compressed()
Dradv_image_view.c457 bool enable_write_compression = radv_image_use_dcc_image_stores(device, image); in radv_image_view_make_descriptor()
Dradv_cmd_buffer.c12732 …if (radv_dcc_enabled(image, range->baseMipLevel) && !radv_image_use_dcc_image_stores(device, image… in radv_handle_color_image_transition()
/external/mesa3d/src/amd/vulkan/meta/
Dradv_meta_resolve_cs.c415 if (!radv_image_use_dcc_image_stores(device, dst_image) && in radv_meta_resolve_compute_image()
492 if (!radv_image_use_dcc_image_stores(device, dst_image) && in radv_meta_resolve_compute_image()