Searched refs:exec_ctx (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_insert_exec_mask.cpp | 82 struct exec_ctx { struct 87 exec_ctx(Program* program_) : program(program_), info(program->blocks.size()) {} in exec_ctx() function 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/grpc/ |
D | src_core_lib_iomgr.patch | 31 grpc_core::ExecCtx exec_ctx;
|
D | BUILD.gn | 1063 "${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/ |
D | vulkan.h | 183 FFVkExecContext **exec_ctx; member
|
D | vulkan.c | 338 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()
|