Home
last modified time | relevance | path

Searched refs:attachment_vrs_enabled (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h868 bool attachment_vrs_enabled; member
2494 return device->attachment_vrs_enabled && radv_image_has_htile(image) && in radv_image_has_vrs_htile()
Dradv_device.c3318 bool attachment_vrs_enabled = false; in radv_CreateDevice() local
3357 attachment_vrs_enabled = vrs->attachmentFragmentShadingRate; in radv_CreateDevice()
3476 device->attachment_vrs_enabled = attachment_vrs_enabled; in radv_CreateDevice()
Dradv_image.c367 !device->attachment_vrs_enabled) in radv_use_htile_for_image()