Searched refs:fast_clear (Results 1 – 3 of 3) sorted by relevance
242 att_state->fast_clear = false; in color_attachment_compute_aux_usage()247 att_state->fast_clear = false; in color_attachment_compute_aux_usage()296 att_state->fast_clear = true; in color_attachment_compute_aux_usage()306 att_state->fast_clear = false; in color_attachment_compute_aux_usage()310 att_state->fast_clear = false; in color_attachment_compute_aux_usage()321 att_state->fast_clear = false; in color_attachment_compute_aux_usage()337 att_state->fast_clear = false; in color_attachment_compute_aux_usage()340 if (att_state->fast_clear) { in color_attachment_compute_aux_usage()345 att_state->fast_clear = false; in color_attachment_compute_aux_usage()3071 (att_state->fast_clear && !att_state->clear_color_is_zero_one) || in cmd_buffer_subpass_transition_layouts()[all …]
1185 if (att_state->fast_clear) { in anv_cmd_buffer_clear_subpass()
1662 bool fast_clear; member