Searched refs:radv_image_use_dcc_image_stores (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_image.h | 314 bool radv_image_use_dcc_image_stores(const struct radv_device *device, const struct radv_image *ima…
|
D | radv_image.c | 167 … radv_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()
|
D | radv_image_view.c | 457 bool enable_write_compression = radv_image_use_dcc_image_stores(device, image); in radv_image_view_make_descriptor()
|
D | radv_cmd_buffer.c | 12732 …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/ |
D | radv_meta_resolve_cs.c | 415 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()
|