Home
last modified time | relevance | path

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

/third_party/boost/libs/stacktrace/example/
Dterminate_handler.cpp199 const bool is_noop = !boost::stacktrace::stacktrace(); in test_inplace() local
247 if (!is_noop && !boost::stacktrace::stacktrace::from_dump(data, sizeof(data))) { in test_inplace()
255 if (!is_noop && (size_1_skipped + 1 != size_0_skipped)) { in test_inplace()
286 if (!is_noop && ss1.size() != 1) { in test_inplace()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h172 bool is_noop; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h217 bool is_noop; member
Dpan_job.c630 if (ctx->is_noop) in panfrost_batch_submit_ioctl()
649 if (!ctx->is_noop && dev->debug & PAN_DBG_SYNC) in panfrost_batch_submit_ioctl()
Dpan_context.c125 ctx->is_noop = enable; in panfrost_set_frontend_noop()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c139 if (ctx->is_noop) in si_flush_gfx_cs()
Dsi_pipe.h960 bool is_noop:1; member
Dsi_pipe.c445 sctx->is_noop = enable; in si_set_frontend_noop()