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 D | iris_clear.c | 399 bool update_clear_depth = false; local in function:fast_clear_depth 463 update_clear_depth = true; 472 update_clear_depth);
|
| H A D | iris_resource.h | 283 bool update_clear_depth);
|
| H A D | iris_resolve.c | 576 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 D | crocus_clear.c | 471 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 D | crocus_resource.h | 385 bool update_clear_depth);
|
| H A D | crocus_resolve.c | 608 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 D | iris_clear.c | 469 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 D | iris_resource.h | 371 bool update_clear_depth);
|
| H A D | iris_resolve.c | 538 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