Searched refs:blorp_flags (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_clear.c | 204 enum blorp_batch_flags blorp_flags) in fast_clear_color() argument 294 blorp_flags |= color_changed ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR; in fast_clear_color() 297 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in fast_clear_color() 339 enum blorp_batch_flags blorp_flags = 0; in clear_color() local 346 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_color() 359 blorp_flags); in clear_color() 374 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in clear_color() 552 enum blorp_batch_flags blorp_flags = 0; in clear_depth_stencil() local 559 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_depth_stencil() 599 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in clear_depth_stencil()
|
D | crocus_blit.c | 393 enum blorp_batch_flags blorp_flags = 0; in crocus_blit() local 456 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in crocus_blit() 528 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in crocus_blit()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_clear.c | 314 enum blorp_batch_flags blorp_flags = 0; in fast_clear_color() local 315 blorp_flags |= color_changed ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR; in fast_clear_color() 318 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in fast_clear_color() 355 enum blorp_batch_flags blorp_flags = 0; in clear_color() local 362 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_color() 392 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in clear_color() 562 enum blorp_batch_flags blorp_flags = 0; in clear_depth_stencil() local 569 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_depth_stencil() 622 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in clear_depth_stencil()
|
D | iris_blit.c | 353 enum blorp_batch_flags blorp_flags = 0; in iris_blit() local 364 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in iris_blit() 436 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in iris_blit()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 2557 - iris: Drop fast_clear_color's blorp_flags param
|