Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c816 if (!iview || !iview->support_fast_clear) in radv_can_fast_clear_depth()
1715 if (!iview || !iview->support_fast_clear) in radv_can_fast_clear_color()
Dradv_private.h2685 bool support_fast_clear; member
Dradv_image.c2196 iview->support_fast_clear = radv_image_view_can_fast_clear(device, iview); in radv_image_view_init()