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.c294 if (!radv_image_has_dcc(image)) in radv_use_dcc_for_image_late()
335 return radv_image_has_dcc(image) && !radv_image_use_dcc_image_stores(device, image); in radv_image_use_dcc_predication()
1308 image->info.depth > 1 || radv_image_has_dcc(image) || in radv_image_alloc_single_sample_cmask()
1327 …if (radv_image_has_cmask(image) || (radv_image_has_dcc(image) && !image->support_comp_to_single)) { in radv_image_alloc_values()
1337 if ((radv_image_has_dcc(image) && !image->support_comp_to_single) || in radv_image_alloc_values()
1395 if ((radv_image_has_dcc(image) || radv_image_is_tc_compat_cmask(image)) && in radv_image_is_pipe_misaligned()
1437 if (!radv_image_has_cmask(image) && !radv_image_has_dcc(image)) in radv_image_can_fast_clear()
1441 if (!radv_image_has_dcc(image) && device->physical_device->rad_info.family == CHIP_STONEY) in radv_image_can_fast_clear()
1470 if (!radv_image_has_dcc(image)) in radv_image_use_comp_to_single()
1610 ac_modifier_has_dcc(image->planes[0].surface.modifier) == radv_image_has_dcc(image)); in radv_image_create_layout()
Dradv_private.h2034 radv_image_has_dcc(const struct radv_image *image) in radv_image_has_dcc() function
2055 return radv_image_has_dcc(image) && level < image->planes[0].surface.num_meta_levels; in radv_dcc_enabled()
2064 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.c783 if (radv_image_has_dcc(image) && radv_image_has_cmask(image)) { in radv_fast_clear_flush_image_inplace()
Dradv_meta_clear.c1413 if (radv_image_has_dcc(image)) { in radv_get_cmask_fast_clear_value()