Home
last modified time | relevance | path

Searched refs:is_noop (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_cmd_stream.c201 int *out_fence_fd, bool is_noop) in etna_cmd_stream_flush() argument
231 if (unlikely(is_noop)) in etna_cmd_stream_flush()
Detnaviv_drmif.h158 int *out_fence_fd, bool is_noop);
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h202 bool is_noop; member
Detnaviv_context.c97 ctx->is_noop = enable; in etna_set_frontend_noop()
526 ctx->is_noop); in etna_flush()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h174 bool is_noop; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h228 bool is_noop; member
Dpan_job.c682 if (ctx->is_noop) in panfrost_batch_submit_ioctl()
704 if (!ctx->is_noop && dev->debug & PAN_DBG_SYNC) in panfrost_batch_submit_ioctl()
Dpan_context.c133 ctx->is_noop = enable; in panfrost_set_frontend_noop()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c147 if (ctx->is_noop) in si_flush_gfx_cs()
Dsi_pipe.c453 sctx->is_noop = enable; in si_set_frontend_noop()
Dsi_pipe.h998 bool is_noop:1; member
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc3762 bool is_noop = pred.IsNext(current_block->rpo_number()); in AllocateRegisters() local
3763 if (!is_noop) { in AllocateRegisters()
3779 return is_noop; in AllocateRegisters()