Home
last modified time | relevance | path

Searched refs:exec_ctx (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_exec_mask.cpp82 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, in calculate_wqm_needs()
[all...]
/third_party/ffmpeg/libavutil/
H A Dvulkan.h221 FFVkExecContext **exec_ctx; member
H A Dvulkan.c384 FN_CREATING(FFVulkanContext, FFVkExecContext, exec_ctx, exec_ctx, exec_ctx_num) in FN_CREATING()
1387 free_exec_ctx(s, s->exec_ctx[i]); in ff_vk_uninit()
1388 av_freep(&s->exec_ctx); in ff_vk_uninit()

Completed in 4 milliseconds