Home
last modified time | relevance | path

Searched refs:BLORP_BATCH_PREDICATE_ENABLE (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/blorp/
Dblorp.h81 BLORP_BATCH_PREDICATE_ENABLE = (1 << 1), enumerator
Dblorp_genX_exec.h2059 prim.PredicateEnable = batch->flags & BLORP_BATCH_PREDICATE_ENABLE; in blorp_exec_3d()
2131 assert(!(batch->flags & BLORP_BATCH_PREDICATE_ENABLE)); in blorp_exec_compute()
2408 assert(!(batch->flags & BLORP_BATCH_PREDICATE_ENABLE)); in blorp_xy_block_copy_blt()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c326 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_color()
531 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_depth_stencil()
Diris_blit.c381 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in iris_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c346 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_color()
559 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in clear_depth_stencil()
Dcrocus_blit.c457 blorp_flags |= BLORP_BATCH_PREDICATE_ENABLE; in crocus_blit()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c1336 flags |= BLORP_BATCH_PREDICATE_ENABLE; in anv_CmdClearAttachments()
1824 BLORP_BATCH_PREDICATE_ENABLE * predicate + in anv_image_mcs_op()
1917 BLORP_BATCH_PREDICATE_ENABLE * predicate + in anv_image_ccs_op()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2474 - blorp: Assert that BLORP_BATCH_PREDICATE_ENABLE isn't set for compute