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/
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()
Disl.h969 ISL_AUX_STATE_CLEAR, enumerator
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c196 if (aux_state != ISL_AUX_STATE_CLEAR && in fast_clear_color()
242 if (!color_changed && box->depth == 1 && aux_state == ISL_AUX_STATE_CLEAR) 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()
Diris_resolve.c872 if (aux_state == ISL_AUX_STATE_CLEAR || in iris_resource_set_aux_state()
Diris_resource.c857 initial_state = ISL_AUX_STATE_CLEAR; in iris_resource_configure_aux()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c234 if (aux_state != ISL_AUX_STATE_CLEAR && in fast_clear_color()
272 if (!color_changed && box->depth == 1 && aux_state == ISL_AUX_STATE_CLEAR) 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()
Dcrocus_resource.c492 initial_state = ISL_AUX_STATE_CLEAR; in crocus_resource_configure_aux()
/third_party/mesa3d/src/intel/isl/tests/
Disl_aux_info_test.cpp133 [ISL_AUX_STATE_CLEAR ] = "ISL_AUX_STATE_CLEAR", in PrintTo()
/third_party/mesa3d/src/intel/vulkan/
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()