Home
last modified time | relevance | path

Searched refs:ISL_AUX_STATE_CLEAR (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_aux_info.c109 case ISL_AUX_STATE_CLEAR: in aux_state_possible()
146 case ISL_AUX_STATE_CLEAR: in isl_aux_prepare_access()
183 return ISL_AUX_STATE_CLEAR; in isl_aux_state_transition_aux_op()
187 return initial_state == ISL_AUX_STATE_CLEAR || in isl_aux_state_transition_aux_op()
233 case ISL_AUX_STATE_CLEAR: in isl_aux_state_transition_write()
H A Disl.h969 ISL_AUX_STATE_CLEAR, enumerator
2210 * - ISL_AUX_STATE_CLEAR
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c196 if (aux_state != ISL_AUX_STATE_CLEAR && in fast_clear_color()
237 /* If the buffer is already in ISL_AUX_STATE_CLEAR, and the color hasn't in fast_clear_color()
242 if (!color_changed && box->depth == 1 && aux_state == ISL_AUX_STATE_CLEAR) in fast_clear_color()
271 * ISL_AUX_STATE_CLEAR, or to update the fast clear color (or both). in fast_clear_color()
299 box->depth, ISL_AUX_STATE_CLEAR); in fast_clear_color()
450 if (aux_state != ISL_AUX_STATE_CLEAR && in fast_clear_depth()
493 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) { in fast_clear_depth()
494 if (aux_state == ISL_AUX_STATE_CLEAR) { in fast_clear_depth()
505 ISL_AUX_STATE_CLEAR); in fast_clear_depth()
H A Diris_resolve.c872 if (aux_state == ISL_AUX_STATE_CLEAR || in iris_resource_set_aux_state()
H A Diris_resource.c857 initial_state = ISL_AUX_STATE_CLEAR; in iris_resource_configure_aux()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c234 if (aux_state != ISL_AUX_STATE_CLEAR && in fast_clear_color()
267 /* If the buffer is already in ISL_AUX_STATE_CLEAR, and the color hasn't in fast_clear_color()
272 if (!color_changed && box->depth == 1 && aux_state == ISL_AUX_STATE_CLEAR) in fast_clear_color()
292 * ISL_AUX_STATE_CLEAR, or to update the fast clear color (or both). in fast_clear_color()
320 box->depth, ISL_AUX_STATE_CLEAR); in fast_clear_color()
494 if (aux_state != ISL_AUX_STATE_CLEAR && in fast_clear_depth()
522 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) { in fast_clear_depth()
523 if (aux_state == ISL_AUX_STATE_CLEAR) { in fast_clear_depth()
534 ISL_AUX_STATE_CLEAR); in fast_clear_depth()
H A Dcrocus_resource.c492 initial_state = ISL_AUX_STATE_CLEAR; in crocus_resource_configure_aux()
/third_party/mesa3d/src/intel/isl/tests/
H A Disl_aux_info_test.cpp133 [ISL_AUX_STATE_CLEAR ] = "ISL_AUX_STATE_CLEAR", in PrintTo()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c2317 case ISL_AUX_STATE_CLEAR: in anv_layout_to_aux_usage()
2390 case ISL_AUX_STATE_CLEAR: in anv_layout_to_fast_clear_type()

Completed in 21 milliseconds