Home
last modified time | relevance | path

Searched refs:blorp_flags (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c204 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()
Dcrocus_blit.c393 enum blorp_batch_flags blorp_flags = 0; in crocus_blit() local
457 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in crocus_blit()
529 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in crocus_blit()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c273 enum blorp_batch_flags blorp_flags = 0; in fast_clear_color() local
274 blorp_flags |= color_changed ? 0 : BLORP_BATCH_NO_UPDATE_CLEAR_COLOR; in fast_clear_color()
277 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in fast_clear_color()
319 enum blorp_batch_flags blorp_flags = iris_blorp_flags_for_batch(batch); in clear_color() local
326 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_color()
356 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in clear_color()
524 enum blorp_batch_flags blorp_flags = 0; in clear_depth_stencil() local
531 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_depth_stencil()
583 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in clear_depth_stencil()
Diris_blit.c370 enum blorp_batch_flags blorp_flags = iris_blorp_flags_for_batch(batch); in iris_blit() local
381 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in iris_blit()
466 blorp_batch_init(&ice->blorp, &blorp_batch, batch, blorp_flags); in iris_blit()
681 enum blorp_batch_flags blorp_flags = iris_blorp_flags_for_batch(batch); in iris_copy_region() local
683 blorp_batch_init(blorp, &blorp_batch, batch, blorp_flags); in iris_copy_region()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2557 - iris: Drop fast_clear_color's blorp_flags param