Home
last modified time | relevance | path

Searched refs:radv_image_has_dcc (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c290 if (!radv_image_has_dcc(image)) in radv_use_dcc_for_image_late()
332 return radv_image_has_dcc(image) && !radv_image_use_dcc_image_stores(device, image); in radv_image_use_dcc_predication()
1420 image->info.depth > 1 || radv_image_has_dcc(image) || in radv_image_alloc_single_sample_cmask()
1439 …if (radv_image_has_cmask(image) || (radv_image_has_dcc(image) && !image->support_comp_to_single)) { in radv_image_alloc_values()
1449 if ((radv_image_has_dcc(image) && !image->support_comp_to_single) || in radv_image_alloc_values()
1507 if ((radv_image_has_dcc(image) || radv_image_is_tc_compat_cmask(image)) && in radv_image_is_pipe_misaligned()
1549 if (!radv_image_has_cmask(image) && !radv_image_has_dcc(image)) in radv_image_can_fast_clear()
1553 if (!radv_image_has_dcc(image) && device->physical_device->rad_info.family == CHIP_STONEY) in radv_image_can_fast_clear()
1582 if (!radv_image_has_dcc(image)) in radv_image_use_comp_to_single()
1734 ac_modifier_has_dcc(image->planes[0].surface.modifier) == radv_image_has_dcc(image)); in radv_image_create_layout()
Dradv_private.h2444 radv_image_has_dcc(const struct radv_image *image) in radv_image_has_dcc() function
2465 return radv_image_has_dcc(image) && level < image->planes[0].surface.num_meta_levels; in radv_dcc_enabled()
2474 return radv_image_has_cmask(image) || radv_image_has_fmask(image) || radv_image_has_dcc(image); in radv_image_has_CB_metadata()
Dradv_meta_fast_clear.c696 if (radv_image_has_dcc(image) && radv_image_has_cmask(image)) { in radv_fast_clear_flush_image_inplace()
Dradv_meta_clear.c1250 if (radv_image_has_dcc(image)) { in radv_get_cmask_fast_clear_value()