Home
last modified time | relevance | path

Searched refs:exec_ctx (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_insert_exec_mask.cpp82 struct exec_ctx { struct
87 exec_ctx(Program* program_) : program(program_), info(program->blocks.size()) {} in exec_ctx() argument
125 get_block_needs(wqm_ctx& ctx, exec_ctx& exec_ctx, Block* block) in get_block_needs() argument
127 block_info& info = exec_ctx.info[block->index]; in get_block_needs()
162 calculate_wqm_needs(exec_ctx& exec_ctx) in calculate_wqm_needs() argument
164 wqm_ctx ctx(exec_ctx.program); in calculate_wqm_needs()
170 Block& block = exec_ctx.program->blocks[block_index]; in calculate_wqm_needs()
171 get_block_needs(ctx, exec_ctx, &block); in calculate_wqm_needs()
174 exec_ctx.handle_wqm = true; in calculate_wqm_needs()
187 transition_to_WQM(exec_ctx& ctx, Builder bld, unsigned idx) in transition_to_WQM()
[all …]
/third_party/ejdb/src/jql/
Djql.c1542 JBEXEC *exec_ctx; // Optional! member
1634 JBEXEC *exec_ctx = pctx->exec_ctx; in _jql_proj_join_matched() local
1644 IWHMAP *cache = exec_ctx->proj_joined_nodes_cache; in _jql_proj_join_matched()
1645 IWPOOL *pool = exec_ctx->ux->pool; in _jql_proj_join_matched()
1647 pool = exec_ctx->proj_joined_nodes_pool; in _jql_proj_join_matched()
1651 exec_ctx->proj_joined_nodes_pool = pool; in _jql_proj_join_matched()
1653 exec_ctx->proj_joined_nodes_cache = 0; in _jql_proj_join_matched()
1654 iwhmap_destroy(exec_ctx->proj_joined_nodes_cache); in _jql_proj_join_matched()
1663 exec_ctx->proj_joined_nodes_cache = cache; in _jql_proj_join_matched()
1671 rc = jb_collection_join_resolver(id, coll, &jbl, exec_ctx); in _jql_proj_join_matched()
[all …]
Djql.h161 IW_EXPORT WUR iwrc jql_project(JQL q, JBL_NODE root, IWPOOL *pool, void *exec_ctx);
163 IW_EXPORT WUR iwrc jql_apply_and_project(JQL q, JBL jbl, JBL_NODE *out, void *exec_ctx, IWPOOL *poo…
/third_party/grpc/
Dsrc_core_lib_iomgr.patch31 grpc_core::ExecCtx exec_ctx;
DBUILD.gn1063 "${GRPC_DIR}/src/core/lib/iomgr/exec_ctx.cc",
1064 "${GRPC_DIR}/src/core/lib/iomgr/exec_ctx.h",
1688 "${GRPC_DIR}/src/core/lib/iomgr/exec_ctx.cc",
1689 "${GRPC_DIR}/src/core/lib/iomgr/exec_ctx.h",
/third_party/ffmpeg/libavfilter/
Dvulkan.h183 FFVkExecContext **exec_ctx; member
Dvulkan.c338 FN_CREATING(VulkanFilterContext, FFVkExecContext, exec_ctx, exec_ctx, exec_ctx_num) in FN_CREATING() argument
1422 free_exec_ctx(s, s->exec_ctx[i]); in ff_vk_filter_uninit()
1423 av_freep(&s->exec_ctx); in ff_vk_filter_uninit()