Searched refs:fast_clear (Results 1 – 4 of 4) sorted by relevance
74 bool fast_clear; member111 return info[usage].fast_clear; in aux_state_possible()113 return info[usage].fast_clear && info[usage].compressed; in aux_state_possible()139 assert(!fast_clear_supported || info[usage].fast_clear); in isl_aux_prepare_access()182 assert(info[usage].fast_clear); in isl_aux_state_transition_aux_op()259 return info[usage].fast_clear; in isl_aux_usage_has_fast_clears()
223 unsigned buffers, bool fast_clear) assert_dt in clear_state() argument278 (fast_clear ? A2XX_PA_SU_SC_MODE_CNTL_MSAA_ENABLE : 0)); in clear_state()280 if (fast_clear) { in clear_state()
796 enum anv_fast_clear_type fast_clear) in set_image_fast_clear_state() argument801 sdi.ImmediateData = fast_clear; in set_image_fast_clear_state()807 if (fast_clear != ANV_FAST_CLEAR_NONE) in set_image_fast_clear_state()1620 att_state->fast_clear = false; in genX()1623 att_state->fast_clear = in genX()1631 att_state->fast_clear = in genX()6017 att_state->fast_clear && full_surface_draw; in cmd_buffer_begin_subpass()6036 att_state->fast_clear && full_surface_draw; in cmd_buffer_begin_subpass()6052 att_state->fast_clear && full_surface_draw; in cmd_buffer_begin_subpass()6073 if (att_state->fast_clear && in cmd_buffer_begin_subpass()[all …]
2857 bool fast_clear; member