Searched refs:radv_image_has_dcc (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fast_clear.c596 if (decompress_dcc && radv_image_has_dcc(image)) {
604 if (radv_image_has_dcc(image)) {
695 if (radv_image_has_dcc(image)) {
711 if (radv_image_has_dcc(image)) {
H A Dradv_meta_resolve.c463 if (radv_image_has_dcc(dest_image)) {
669 if (radv_image_has_dcc(dst_img)) {
H A Dradv_private.h1599 radv_image_has_dcc(const struct radv_image *image) function in typeref:typename:bool
1610 return radv_image_has_dcc(image) &&
1622 radv_image_has_dcc(image);
H A Dradv_meta_clear.c922 if (!radv_image_has_cmask(image) && !radv_image_has_dcc(image))
926 if (!radv_image_has_dcc(image) &&
1309 if (radv_image_has_dcc(image)) {
1459 if (radv_image_has_dcc(iview->image)) {
1508 if (radv_image_has_dcc(iview->image)) {
H A Dradv_cmd_buffer.c1094 if (radv_image_has_dcc(image)) {
1414 assert(radv_image_has_dcc(image));
1437 assert(radv_image_has_dcc(image));
1495 assert(radv_image_has_cmask(image) || radv_image_has_dcc(image));
1516 assert(radv_image_has_cmask(image) || radv_image_has_dcc(image));
1537 if (!radv_image_has_cmask(image) && !radv_image_has_dcc(image))
4586 if (radv_image_has_dcc(image)) {
4602 if (radv_image_has_cmask(image) || radv_image_has_dcc(image)) {
4626 if (radv_image_has_dcc(image)) {
H A Dradv_meta_copy.c90 if (!radv_image_has_dcc(image) &&
H A Dradv_image.c933 radv_image_has_dcc(image);
1357 return radv_image_has_dcc(image) && layout != VK_IMAGE_LAYOUT_GENERAL;
H A Dradv_device.c4189 if (!radv_image_has_dcc(iview->image))
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c294 if (!radv_image_has_dcc(image))
335 return radv_image_has_dcc(image) && !radv_image_use_dcc_image_stores(device, image);
1311 image->info.depth > 1 || radv_image_has_dcc(image) ||
1330 if (radv_image_has_cmask(image) || (radv_image_has_dcc(image) && !image->support_comp_to_single)) {
1340 if ((radv_image_has_dcc(image) && !image->support_comp_to_single) ||
1398 if ((radv_image_has_dcc(image) || radv_image_is_tc_compat_cmask(image)) &&
1440 if (!radv_image_has_cmask(image) && !radv_image_has_dcc(image))
1444 if (!radv_image_has_dcc(image) && device->physical_device->rad_info.family == CHIP_STONEY)
1473 if (!radv_image_has_dcc(image))
1613 ac_modifier_has_dcc(image->planes[0].surface.modifier) == radv_image_has_dcc(imag
[all...]
H A Dradv_private.h2035 radv_image_has_dcc(const struct radv_image *image) function in typeref:typename:bool
2056 return radv_image_has_dcc(image) && level < image->planes[0].surface.num_meta_levels;
2065 return radv_image_has_cmask(image) || radv_image_has_fmask(image) || radv_image_has_dcc(image);
H A Dradv_meta_fast_clear.c783 if (radv_image_has_dcc(image) && radv_image_has_cmask(image)) {
H A Dradv_meta_clear.c1413 if (radv_image_has_dcc(image)) {

Completed in 117 milliseconds