Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/blorp/
Dblorp.h94 BLORP_BATCH_USE_BLITTER = (1 << 4), enumerator
Dblorp_genX_exec.h2406 assert(batch->flags & BLORP_BATCH_USE_BLITTER); in blorp_xy_block_copy_blt()
2567 if (batch->flags & BLORP_BATCH_USE_BLITTER) { in blorp_exec()
Dblorp_blit.c2879 } else if (batch->flags & BLORP_BATCH_USE_BLITTER) { in blorp_copy()
2996 if (batch->flags & BLORP_BATCH_USE_BLITTER) { in blorp_copy()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c450 if (blorp_batch->flags & BLORP_BATCH_USE_BLITTER) in iris_blorp_exec()
Diris_context.h911 return BLORP_BATCH_USE_BLITTER; in iris_blorp_flags_for_batch()