Home
last modified time | relevance | path

Searched refs:BLORP_BATCH_USE_COMPUTE (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_blorp_exec.c279 assert((batch->flags & BLORP_BATCH_USE_COMPUTE) == 0); in blorp_exec_on_render()
366 assert(batch->flags & BLORP_BATCH_USE_COMPUTE); in blorp_exec_on_compute()
406 if (batch->flags & BLORP_BATCH_USE_COMPUTE) in blorp_exec()
H A Danv_blorp.c137 flags |= BLORP_BATCH_USE_COMPUTE; in anv_blorp_batch_init()
1070 assert((batch.flags & BLORP_BATCH_USE_COMPUTE) == 0); in anv_CmdClearDepthStencilImage()
1379 assert((batch.flags & BLORP_BATCH_USE_COMPUTE) == 0); in anv_image_msaa_resolve()
1600 assert((batch.flags & BLORP_BATCH_USE_COMPUTE) == 0); in anv_image_clear_depth_stencil()
1682 assert((batch.flags & BLORP_BATCH_USE_COMPUTE) == 0); in anv_image_hiz_op()
1708 assert((batch.flags & BLORP_BATCH_USE_COMPUTE) == 0); in anv_image_hiz_clear()
1826 assert((batch.flags & BLORP_BATCH_USE_COMPUTE) == 0); in anv_image_mcs_op()
1919 assert((batch.flags & BLORP_BATCH_USE_COMPUTE) == 0); in anv_image_ccs_op()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_clear.c195 if (batch->flags & BLORP_BATCH_USE_COMPUTE) { in blorp_params_get_clear_kernel()
457 assert((batch->flags & BLORP_BATCH_USE_COMPUTE) == 0); in blorp_fast_clear()
523 const bool compute = batch->flags & BLORP_BATCH_USE_COMPUTE; in blorp_clear()
713 assert((batch->flags & BLORP_BATCH_USE_COMPUTE) == 0); in blorp_clear_stencil_as_rgba()
819 assert((batch->flags & BLORP_BATCH_USE_COMPUTE) == 0); in blorp_clear_depth_stencil()
1123 assert((batch->flags & BLORP_BATCH_USE_COMPUTE) == 0); in blorp_clear_attachments()
1182 assert((batch->flags & BLORP_BATCH_USE_COMPUTE) == 0); in blorp_ccs_resolve()
1406 assert((batch->flags & BLORP_BATCH_USE_COMPUTE) == 0); in blorp_ccs_ambiguate()
H A Dblorp.h91 BLORP_BATCH_USE_COMPUTE = (1 << 3), enumerator
H A Dblorp.c127 if (batch->flags & BLORP_BATCH_USE_COMPUTE) in brw_blorp_surface_info_init()
H A Dblorp_blit.c1909 if (devinfo->ver >= 9 && !(batch->flags & BLORP_BATCH_USE_COMPUTE)) { in try_blorp_blit()
2532 const bool compute = batch->flags & BLORP_BATCH_USE_COMPUTE; in blorp_blit()
2874 const bool compute = batch->flags & BLORP_BATCH_USE_COMPUTE; in blorp_copy()
H A Dblorp_genX_exec.h2569 } else if (batch->flags & BLORP_BATCH_USE_COMPUTE) { in blorp_exec()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.h908 return BLORP_BATCH_USE_COMPUTE; in iris_blorp_flags_for_batch()

Completed in 20 milliseconds