Searched refs:update_clear_depth (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_clear.c | 430 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 D | iris_resource.h | 357 bool update_clear_depth);
|
H A D | iris_resolve.c | 564 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 D | crocus_clear.c | 471 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 D | crocus_resource.h | 385 bool update_clear_depth);
|
H A D | crocus_resolve.c | 608 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