Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c242 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 …]
Danv_blorp.c1185 if (att_state->fast_clear) { in anv_cmd_buffer_clear_subpass()
Danv_private.h1662 bool fast_clear; member