Home
last modified time | relevance | path

Searched refs:update_clear_depth (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c471 bool update_clear_depth = false; in fast_clear_depth() local
514 update_clear_depth = true; in fast_clear_depth()
522 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) { in fast_clear_depth()
529 update_clear_depth); in fast_clear_depth()
Dcrocus_resource.h385 bool update_clear_depth);
Dcrocus_resolve.c608 bool update_clear_depth) in crocus_hiz_exec() argument
690 flags |= update_clear_depth ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR; in crocus_hiz_exec()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c468 bool update_clear_depth = false; in fast_clear_depth() local
508 update_clear_depth = true; in fast_clear_depth()
531 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) { in fast_clear_depth()
538 update_clear_depth); in fast_clear_depth()
Diris_resource.h371 bool update_clear_depth);
Diris_resolve.c538 bool update_clear_depth) in iris_hiz_exec() argument
591 flags |= update_clear_depth ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR; in iris_hiz_exec()