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/iris/
H A Diris_clear.c430 bool update_clear_depth = false; in fast_clear_depth() local
470 update_clear_depth = true; in fast_clear_depth()
493 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) { in fast_clear_depth()
500 update_clear_depth); in fast_clear_depth()
H A Diris_resource.h357 bool update_clear_depth);
H A Diris_resolve.c564 bool update_clear_depth) in iris_hiz_exec()
617 flags |= update_clear_depth ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR; in iris_hiz_exec()
559 iris_hiz_exec(struct iris_context *ice, struct iris_batch *batch, struct iris_resource *res, unsigned int level, unsigned int start_layer, unsigned int num_layers, enum isl_aux_op op, bool update_clear_depth) iris_hiz_exec() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A 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()
H A Dcrocus_resource.h385 bool update_clear_depth);
H A Dcrocus_resolve.c608 bool update_clear_depth) in crocus_hiz_exec()
690 flags |= update_clear_depth ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR; in crocus_hiz_exec()
603 crocus_hiz_exec(struct crocus_context *ice, struct crocus_batch *batch, struct crocus_resource *res, unsigned int level, unsigned int start_layer, unsigned int num_layers, enum isl_aux_op op, bool update_clear_depth) crocus_hiz_exec() argument

Completed in 8 milliseconds