Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2372 return ANV_FAST_CLEAR_NONE; in anv_layout_to_fast_clear_type()
2378 return ANV_FAST_CLEAR_NONE; in anv_layout_to_fast_clear_type()
2384 return ANV_FAST_CLEAR_NONE; in anv_layout_to_fast_clear_type()
2428 return ANV_FAST_CLEAR_NONE; in anv_layout_to_fast_clear_type()
2435 return ANV_FAST_CLEAR_NONE; in anv_layout_to_fast_clear_type()
DgenX_cmd_buffer.c404 case ANV_FAST_CLEAR_NONE: in anv_can_fast_clear_color_view()
835 if (fast_clear != ANV_FAST_CLEAR_NONE) in set_image_fast_clear_state()
1060 ANV_FAST_CLEAR_NONE); in init_fast_clear_color()
1454 initial_fast_clear : ANV_FAST_CLEAR_NONE; in transition_color_buffer()
1458 final_fast_clear : ANV_FAST_CLEAR_NONE; in transition_color_buffer()
Danv_private.h3627 ANV_FAST_CLEAR_NONE = 0, enumerator