Searched refs:radv_image_has_vrs_htile (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_private.h2082 radv_image_has_vrs_htile(const struct radv_device *device, const struct radv_image *image) function in typeref:typename:bool
2116 return !vk_format_has_stencil(image->vk_format) && !radv_image_has_vrs_htile(device, image);
2209 if (radv_image_has_vrs_htile(device, image)) {
H A Dradv_meta_clear.c911 if (radv_image_has_vrs_htile(device, image))
H A Dradv_device.c6982 if (radv_image_has_vrs_htile(device, iview->image)) {

Completed in 20 milliseconds