Searched refs:BLORP_BATCH_USE_COMPUTE (Results 1 – 9 of 9) sorted by relevance
279 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 genX()
137 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()
195 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()
91 BLORP_BATCH_USE_COMPUTE = (1 << 3), enumerator
127 if (batch->flags & BLORP_BATCH_USE_COMPUTE) in brw_blorp_surface_info_init()
1909 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()
2569 } else if (batch->flags & BLORP_BATCH_USE_COMPUTE) { in blorp_exec()
908 return BLORP_BATCH_USE_COMPUTE; in iris_blorp_flags_for_batch()
2209 - intel/blorp: Emit compute program based on BLORP_BATCH_USE_COMPUTE2224 - anv/blorp: Select pipeline based on BLORP_BATCH_USE_COMPUTE