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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_clear.c399 bool update_clear_depth = false; local in function:fast_clear_depth
463 update_clear_depth = true;
472 update_clear_depth);
H A Diris_resource.h283 bool update_clear_depth);
H A Diris_resolve.c576 bool update_clear_depth)
640 flags |= update_clear_depth ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR;
571 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_clear.c471 bool update_clear_depth = false; local in function:fast_clear_depth
514 update_clear_depth = true;
522 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) {
529 update_clear_depth);
H A Dcrocus_resource.h385 bool update_clear_depth);
H A Dcrocus_resolve.c608 bool update_clear_depth)
690 flags |= update_clear_depth ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR;
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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_clear.c469 bool update_clear_depth = false; local in function:fast_clear_depth
509 update_clear_depth = true;
532 if (update_clear_depth || aux_state != ISL_AUX_STATE_CLEAR) {
539 update_clear_depth);
H A Diris_resource.h371 bool update_clear_depth);
H A Diris_resolve.c538 bool update_clear_depth)
591 flags |= update_clear_depth ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR;
533 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) argument

Completed in 14 milliseconds