Searched refs:radv_image_has_htile (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_copy_vrs_htile.c224 assert(radv_image_has_htile(dst_image));
H A Dradv_image.c1341 radv_image_has_cmask(image) || radv_image_has_htile(image)) {
1447 if (!radv_image_has_htile(image))
2092 return radv_image_has_htile(image);
2095 (radv_image_has_htile(image) && queue_mask == (1u << RADV_QUEUE_GENERAL));
2116 (radv_image_has_htile(image) &&
H A Dradv_private.h2072 radv_image_has_htile(const struct radv_image *image) function in typeref:typename:bool
2085 return device->attachment_vrs_enabled && radv_image_has_htile(image) &&
2095 return radv_image_has_htile(image) && level < image->planes[0].surface.num_meta_levels;
2104 return radv_image_has_htile(image) &&
H A Dradv_meta_resolve.c806 if (radv_image_has_htile(dst_iview->image))
H A Dradv_cmd_buffer.c2147 assert(radv_image_has_htile(image));
3804 if (!radv_image_has_htile(image))
3889 if (!radv_image_has_htile(image))
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h1629 radv_image_has_htile(const struct radv_image *image) function in typeref:typename:bool
1640 return radv_image_has_htile(image) && level == 0;
1649 return radv_image_has_htile(image) && image->tc_compatible_htile;
H A Dradv_meta_decompress.c333 if (!radv_image_has_htile(image))
H A Dradv_image.c962 return radv_image_has_htile(image) &&
1322 return radv_image_has_htile(image) &&
1335 return radv_image_has_htile(image) &&
H A Dradv_cmd_buffer.c1338 assert(radv_image_has_htile(image));
1366 if (!radv_image_has_htile(image))
2318 if (!radv_image_has_htile(image))
2375 if (!radv_image_has_htile(image))
4480 if (!radv_image_has_htile(image))
H A Dradv_meta_clear.c650 if (radv_image_has_htile(iview->image) &&
930 if (!radv_image_has_htile(image))

Completed in 39 milliseconds