Home
last modified time | relevance | path

Searched defs:sctx (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c41 si_thread_trace_init_bo(struct si_context *sctx) in si_thread_trace_init_bo()
71 si_se_is_disabled(struct si_context* sctx, unsigned se) in si_se_is_disabled()
79 si_emit_thread_trace_start(struct si_context* sctx, in si_emit_thread_trace_start()
243 si_copy_thread_trace_info_regs(struct si_context* sctx, in si_copy_thread_trace_info_regs()
284 si_emit_thread_trace_stop(struct si_context *sctx, in si_emit_thread_trace_stop()
368 si_thread_trace_start(struct si_context *sctx, int family, struct radeon_cmdbuf *cs) in si_thread_trace_start()
411 si_thread_trace_stop(struct si_context *sctx, int family, struct radeon_cmdbuf *cs) in si_thread_trace_stop()
455 si_thread_trace_init_cs(struct si_context *sctx) in si_thread_trace_init_cs()
485 si_begin_thread_trace(struct si_context *sctx, struct radeon_cmdbuf *rcs) in si_begin_thread_trace()
492 si_end_thread_trace(struct si_context *sctx, struct radeon_cmdbuf *rcs) in si_end_thread_trace()
[all …]
Dsi_state_streamout.c68 void si_streamout_buffers_dirty(struct si_context *sctx) in si_streamout_buffers_dirty()
81 struct si_context *sctx = (struct si_context *)ctx; in si_set_streamout_targets() local
214 static void gfx10_emit_streamout_begin(struct si_context *sctx) in gfx10_emit_streamout_begin()
257 static void gfx10_emit_streamout_end(struct si_context *sctx) in gfx10_emit_streamout_end()
277 static void si_flush_vgt_streamout(struct si_context *sctx) in si_flush_vgt_streamout()
306 static void si_emit_streamout_begin(struct si_context *sctx) in si_emit_streamout_begin()
360 void si_emit_streamout_end(struct si_context *sctx) in si_emit_streamout_end()
412 static void si_emit_streamout_enable(struct si_context *sctx) in si_emit_streamout_enable()
427 static void si_set_streamout_enable(struct si_context *sctx, bool enable) in si_set_streamout_enable()
444 void si_update_prims_generated_query_state(struct si_context *sctx, unsigned type, int diff) in si_update_prims_generated_query_state()
[all …]
Dsi_descriptors.c128 static bool si_upload_descriptors(struct si_context *sctx, struct si_descriptors *desc) in si_upload_descriptors()
180 si_add_descriptors_to_bo_list(struct si_context *sctx, struct si_descriptors *desc) in si_add_descriptors_to_bo_list()
202 static struct si_descriptors *si_sampler_and_image_descriptors(struct si_context *sctx, in si_sampler_and_image_descriptors()
217 static void si_sampler_view_add_buffer(struct si_context *sctx, struct pipe_resource *resource, in si_sampler_view_add_buffer()
236 static void si_sampler_views_begin_new_cs(struct si_context *sctx, struct si_samplers *samplers) in si_sampler_views_begin_new_cs()
250 static bool si_sampler_views_check_encrypted(struct si_context *sctx, struct si_samplers *samplers, in si_sampler_views_check_encrypted()
441 static void si_set_sampler_view_desc(struct si_context *sctx, struct si_sampler_view *sview, in si_set_sampler_view_desc()
515 static void si_set_sampler_views(struct si_context *sctx, unsigned shader, in si_set_sampler_views()
606 static void si_update_shader_needs_decompress_mask(struct si_context *sctx, unsigned shader) in si_update_shader_needs_decompress_mask()
623 struct si_context *sctx = (struct si_context *)ctx; in si_pipe_set_sampler_views() local
[all …]
Dsi_blit.c44 void si_blitter_begin(struct si_context *sctx, enum si_blitter_op op) in si_blitter_begin()
87 void si_blitter_end(struct si_context *sctx) in si_blitter_end()
116 static unsigned si_blit_dbcb_copy(struct si_context *sctx, struct si_texture *src, in si_blit_dbcb_copy()
188 static void si_blit_decompress_zs_planes_in_place(struct si_context *sctx, in si_blit_decompress_zs_planes_in_place()
255 static void si_blit_decompress_zs_in_place(struct si_context *sctx, struct si_texture *texture, in si_blit_decompress_zs_in_place()
281 static void si_decompress_depth(struct si_context *sctx, struct si_texture *tex, in si_decompress_depth()
398 static bool si_decompress_sampler_depth_textures(struct si_context *sctx, in si_decompress_sampler_depth_textures()
432 static void si_blit_decompress_color(struct si_context *sctx, struct si_texture *tex, in si_blit_decompress_color()
538 static void si_decompress_color_texture(struct si_context *sctx, struct si_texture *tex, in si_decompress_color_texture()
552 static void si_decompress_sampler_color_textures(struct si_context *sctx, in si_decompress_sampler_color_textures()
[all …]
Dgfx10_query.c33 static void emit_shader_query(struct si_context *sctx) in emit_shader_query()
42 static void gfx10_release_query_buffers(struct si_context *sctx, in gfx10_release_query_buffers()
68 static bool gfx10_alloc_query_buffer(struct si_context *sctx) in gfx10_alloc_query_buffer()
138 static void gfx10_sh_query_destroy(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_destroy()
145 static bool gfx10_sh_query_begin(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_begin()
164 static bool gfx10_sh_query_end(struct si_context *sctx, struct si_query *rquery) in gfx10_sh_query_end()
233 static bool gfx10_sh_query_get_result(struct si_context *sctx, struct si_query *rquery, bool wait, in gfx10_sh_query_get_result()
278 static void gfx10_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery, in gfx10_sh_query_get_result_resource()
440 void gfx10_init_query(struct si_context *sctx) in gfx10_init_query()
446 void gfx10_destroy_query(struct si_context *sctx) in gfx10_destroy_query()
Dsi_state_shaders.c604 static void si_emit_shader_es(struct si_context *sctx) in si_emit_shader_es()
765 static void si_emit_shader_gs(struct si_context *sctx) in si_emit_shader_gs()
1001 static void gfx10_emit_shader_ngg_tail(struct si_context *sctx, struct si_shader *shader) in gfx10_emit_shader_ngg_tail()
1043 static void gfx10_emit_shader_ngg_notess_nogs(struct si_context *sctx) in gfx10_emit_shader_ngg_notess_nogs()
1052 static void gfx10_emit_shader_ngg_tess_nogs(struct si_context *sctx) in gfx10_emit_shader_ngg_tess_nogs()
1066 static void gfx10_emit_shader_ngg_notess_gs(struct si_context *sctx) in gfx10_emit_shader_ngg_notess_gs()
1080 static void gfx10_emit_shader_ngg_tess_gs(struct si_context *sctx) in gfx10_emit_shader_ngg_tess_gs()
1348 static void si_emit_shader_vs(struct si_context *sctx) in si_emit_shader_vs()
1584 static void si_emit_shader_ps(struct si_context *sctx) in si_emit_shader_ps()
1787 static void si_clear_vs_key_inputs(struct si_context *sctx, struct si_shader_key *key, in si_clear_vs_key_inputs()
[all …]
Dsi_query.c61 static void si_query_sw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_sw_destroy()
119 static bool si_query_sw_begin(struct si_context *sctx, struct si_query *squery) in si_query_sw_begin()
276 static bool si_query_sw_end(struct si_context *sctx, struct si_query *squery) in si_query_sw_end()
436 static bool si_query_sw_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_query_sw_get_result()
532 void si_query_buffer_reset(struct si_context *sctx, struct si_query_buffer *buffer) in si_query_buffer_reset()
557 bool si_query_buffer_alloc(struct si_context *sctx, struct si_query_buffer *buffer, in si_query_buffer_alloc()
594 void si_query_hw_destroy(struct si_context *sctx, struct si_query *squery) in si_query_hw_destroy()
603 static bool si_query_hw_prepare_buffer(struct si_context *sctx, struct si_query_buffer *qbuf) in si_query_hw_prepare_buffer()
718 static void si_update_occlusion_query_state(struct si_context *sctx, unsigned type, int diff) in si_update_occlusion_query_state()
768 static void si_query_hw_do_emit_start(struct si_context *sctx, struct si_query_hw *query, in si_query_hw_do_emit_start()
[all …]
Dsi_gfx_cs.c202 static void si_add_gds_to_buffer_list(struct si_context *sctx) in si_add_gds_to_buffer_list()
212 void si_allocate_gds(struct si_context *sctx) in si_allocate_gds()
300 void si_install_draw_wrapper(struct si_context *sctx, pipe_draw_vbo_func wrapper, in si_install_draw_wrapper()
319 static void si_tmz_preamble(struct si_context *sctx) in si_tmz_preamble()
334 struct si_context *sctx = (struct si_context *)ctx; in si_draw_vbo_tmz_preamble() local
346 struct si_context *sctx = (struct si_context *)ctx; in si_draw_vstate_tmz_preamble() local
545 void si_trace_emit(struct si_context *sctx) in si_trace_emit()
561 void si_emit_surface_sync(struct si_context *sctx, struct radeon_cmdbuf *cs, unsigned cp_coher_cntl) in si_emit_surface_sync()
794 void si_emit_cache_flush(struct si_context *sctx, struct radeon_cmdbuf *cs) in si_emit_cache_flush()
Dsi_cp_dma.c43 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) in cp_dma_max_byte_count()
56 static void si_emit_cp_dma(struct si_context *sctx, struct radeon_cmdbuf *cs, uint64_t dst_va, in si_emit_cp_dma()
133 void si_cp_dma_wait_for_idle(struct si_context *sctx, struct radeon_cmdbuf *cs) in si_cp_dma_wait_for_idle()
144 static void si_cp_dma_prepare(struct si_context *sctx, struct pipe_resource *dst, in si_cp_dma_prepare()
188 void si_cp_dma_clear_buffer(struct si_context *sctx, struct radeon_cmdbuf *cs, in si_cp_dma_clear_buffer()
243 static void si_cp_dma_realign_engine(struct si_context *sctx, unsigned size, unsigned user_flags, in si_cp_dma_realign_engine()
280 void si_cp_dma_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, in si_cp_dma_copy_buffer()
392 void si_cp_dma_prefetch(struct si_context *sctx, struct pipe_resource *buf, in si_cp_dma_prefetch()
432 void si_test_gds(struct si_context *sctx) in si_test_gds()
479 void si_cp_write_data(struct si_context *sctx, struct si_resource *buf, unsigned offset, in si_cp_write_data()
[all …]
Dsi_state.c71 static void si_emit_cb_render_state(struct si_context *sctx) in si_emit_cb_render_state()
436 struct si_context *sctx = (struct si_context *)ctx; in si_create_blend_state_mode() local
640 static bool si_check_blend_dst_sampler_noop(struct si_context *sctx) in si_check_blend_dst_sampler_noop()
691 struct si_context *sctx = (struct si_context *)ctx; in si_draw_blend_dst_sampler_noop() local
705 struct si_context *sctx = (struct si_context *)ctx; in si_draw_vstate_blend_dst_sampler_noop() local
715 struct si_context *sctx = (struct si_context *)ctx; in si_bind_blend_state() local
767 struct si_context *sctx = (struct si_context *)ctx; in si_delete_blend_state() local
777 struct si_context *sctx = (struct si_context *)ctx; in si_set_blend_color() local
785 static void si_emit_blend_color(struct si_context *sctx) in si_emit_blend_color()
801 struct si_context *sctx = (struct si_context *)ctx; in si_set_clip_state() local
[all …]
Dsi_compute_blit.c32 static enum si_cache_policy get_cache_policy(struct si_context *sctx, enum si_coherency coher, in get_cache_policy()
44 unsigned si_get_flush_flags(struct si_context *sctx, enum si_coherency coher, in si_get_flush_flags()
62 void si_launch_grid_internal(struct si_context *sctx, struct pipe_grid_info *info, in si_launch_grid_internal()
118 void si_launch_grid_internal_ssbos(struct si_context *sctx, struct pipe_grid_info *info, in si_launch_grid_internal_ssbos()
163 void si_compute_clear_buffer_rmw(struct si_context *sctx, struct pipe_resource *dst, in si_compute_clear_buffer_rmw()
204 static void si_compute_clear_12bytes_buffer(struct si_context *sctx, struct pipe_resource *dst, in si_compute_clear_12bytes_buffer()
239 static void si_compute_do_clear_or_copy(struct si_context *sctx, struct pipe_resource *dst, in si_compute_do_clear_or_copy()
310 void si_clear_buffer(struct si_context *sctx, struct pipe_resource *dst, in si_clear_buffer()
397 void si_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, struct pipe_resource *src, in si_copy_buffer()
419 void si_compute_copy_image(struct si_context *sctx, struct pipe_resource *dst, unsigned dst_level, in si_compute_copy_image()
[all …]
Dsi_build_pm4.h64 #define radeon_end_update_context_roll(sctx) do { \ argument
156 #define radeon_opt_set_context_reg(sctx, offset, reg, val) do { \ argument
172 #define radeon_opt_set_context_reg2(sctx, offset, reg, val1, val2) do { \ argument
189 #define radeon_opt_set_context_reg3(sctx, offset, reg, val1, val2, val3) do { \ argument
209 #define radeon_opt_set_context_reg4(sctx, offset, reg, val1, val2, val3, val4) do { \ argument
232 #define radeon_opt_set_context_regn(sctx, offset, value, saved_val, num) do { \ argument
240 #define radeon_opt_set_sh_reg(sctx, offset, reg, val) do { \ argument
250 #define radeon_opt_set_uconfig_reg(sctx, offset, reg, val) do { \ argument
276 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
Dsi_compute.c228 struct si_context *sctx = (struct si_context *)ctx; in si_create_compute_state() local
290 struct si_context *sctx = (struct si_context *)ctx; in si_bind_compute_state() local
331 struct si_context *sctx = (struct si_context *)ctx; in si_set_global_binding() local
367 void si_emit_initial_compute_regs(struct si_context *sctx, struct radeon_cmdbuf *cs) in si_emit_initial_compute_regs()
441 static bool si_setup_compute_scratch_buffer(struct si_context *sctx, struct si_shader *shader, in si_setup_compute_scratch_buffer()
475 static bool si_switch_compute_shader(struct si_context *sctx, struct si_compute *program, in si_switch_compute_shader()
568 static void setup_scratch_rsrc_user_sgprs(struct si_context *sctx, in setup_scratch_rsrc_user_sgprs()
606 static void si_setup_user_sgprs_co_v2(struct si_context *sctx, const amd_kernel_code_t *code_object, in si_setup_user_sgprs_co_v2()
688 static bool si_upload_compute_input(struct si_context *sctx, const amd_kernel_code_t *code_object, in si_upload_compute_input()
722 static void si_setup_nir_user_data(struct si_context *sctx, const struct pipe_grid_info *info) in si_setup_nir_user_data()
[all …]
Dsi_buffer.c33 bool si_cs_is_buffer_referenced(struct si_context *sctx, struct pb_buffer *buf, in si_cs_is_buffer_referenced()
39 void *si_buffer_map(struct si_context *sctx, struct si_resource *resource, in si_buffer_map()
247 static bool si_invalidate_buffer(struct si_context *sctx, struct si_resource *buf) in si_invalidate_buffer()
281 struct si_context *sctx = (struct si_context *)ctx; in si_replace_buffer_storage() local
302 struct si_context *sctx = (struct si_context *)ctx; in si_invalidate_resource() local
315 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_get_transfer() local
343 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_transfer_map() local
484 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_do_flush_region() local
515 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_transfer_unmap() local
727 void si_init_buffer_functions(struct si_context *sctx) in si_init_buffer_functions()
Dsi_pipe.c185 struct si_context *sctx = (struct si_context *)context; in si_destroy_context() local
356 struct si_context *sctx = (struct si_context *)ctx; in si_get_reset_status() local
375 struct si_context *sctx = (struct si_context *)ctx; in si_set_device_reset_callback() local
393 struct si_context *sctx = (struct si_context *)ctx; in si_emit_string_marker() local
406 struct si_context *sctx = (struct si_context *)ctx; in si_set_debug_callback() local
420 struct si_context *sctx = (struct si_context *)ctx; in si_set_log_context() local
442 struct si_context *sctx = (struct si_context *)ctx; in si_set_frontend_noop() local
457 struct si_context *sctx = CALLOC_STRUCT(si_context); in si_create_context() local
967 struct si_context *sctx = (struct si_context *)ctx; in si_test_vmfault() local
990 static void si_test_gds_memory_management(struct si_context *sctx, unsigned alloc_size, in si_test_gds_memory_management()
Dsi_pm4.c97 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state()
116 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) in si_pm4_emit()
133 void si_pm4_reset_emitted(struct si_context *sctx, bool first_cs) in si_pm4_reset_emitted()
Dsi_state_draw.cpp53 static void si_emit_spi_map(struct si_context *sctx) in si_emit_spi_map()
109 static bool si_update_shaders(struct si_context *sctx) in si_update_shaders()
390 static void si_prefetch_shader_async(struct si_context *sctx, struct si_shader *shader) in si_prefetch_shader_async()
408 static void si_prefetch_shaders(struct si_context *sctx) in si_prefetch_shaders()
510 static void si_emit_derived_tess_state(struct si_context *sctx, unsigned *num_patches) in si_emit_derived_tess_state()
912 static void si_init_ia_multi_vgt_param_table(struct si_context *sctx) in si_init_ia_multi_vgt_param_table()
941 static bool si_is_line_stipple_enabled(struct si_context *sctx) in si_is_line_stipple_enabled()
976 static unsigned si_get_ia_multi_vgt_param(struct si_context *sctx, in si_get_ia_multi_vgt_param()
1057 static void si_emit_rasterizer_prim_state(struct si_context *sctx) in si_emit_rasterizer_prim_state()
1109 static void si_emit_vs_state(struct si_context *sctx, unsigned index_size) in si_emit_vs_state()
[all …]
Dsi_perfcounter.c61 static void si_pc_emit_instance(struct si_context *sctx, int se, int instance) in si_pc_emit_instance()
88 static void si_pc_emit_shaders(struct si_context *sctx, unsigned shaders) in si_pc_emit_shaders()
99 static void si_pc_emit_select(struct si_context *sctx, struct ac_pc_block *block, unsigned count, in si_pc_emit_select()
127 static void si_pc_emit_start(struct si_context *sctx, struct si_resource *buffer, uint64_t va) in si_pc_emit_start()
146 static void si_pc_emit_stop(struct si_context *sctx, struct si_resource *buffer, uint64_t va) in si_pc_emit_stop()
165 static void si_pc_emit_read(struct si_context *sctx, struct ac_pc_block *block, unsigned count, in si_pc_emit_read()
207 static void si_pc_query_destroy(struct si_context *sctx, struct si_query *squery) in si_pc_query_destroy()
223 void si_inhibit_clockgating(struct si_context *sctx, struct radeon_cmdbuf *cs, bool inhibit) in si_inhibit_clockgating()
237 static void si_pc_query_resume(struct si_context *sctx, struct si_query *squery) in si_pc_query_resume()
274 static void si_pc_query_suspend(struct si_context *sctx, struct si_query *squery) in si_pc_query_suspend()
[all …]
Dsi_debug.c294 static void si_dump_mmapped_reg(struct si_context *sctx, FILE *f, unsigned offset) in si_dump_mmapped_reg()
303 static void si_dump_debug_registers(struct si_context *sctx, FILE *f) in si_dump_debug_registers()
392 void si_print_current_ib(struct si_context *sctx, FILE *f) in si_print_current_ib()
476 void si_log_hw_flush(struct si_context *sctx) in si_log_hw_flush()
545 static void si_dump_bo_list(struct si_context *sctx, const struct radeon_saved_cs *saved, FILE *f) in si_dump_bo_list()
594 static void si_dump_framebuffer(struct si_context *sctx, struct u_log_context *log) in si_dump_framebuffer()
759 static void si_dump_descriptors(struct si_context *sctx, gl_shader_stage stage, in si_dump_descriptors()
816 static void si_dump_gfx_descriptors(struct si_context *sctx, in si_dump_gfx_descriptors()
826 static void si_dump_compute_descriptors(struct si_context *sctx, struct u_log_context *log) in si_dump_compute_descriptors()
987 static void si_dump_annotated_shaders(struct si_context *sctx, FILE *f) in si_dump_annotated_shaders()
[all …]
Dsi_sdma_copy_image.c32 bool si_prepare_for_sdma_copy(struct si_context *sctx, struct si_texture *dst,struct si_texture *sr… in si_prepare_for_sdma_copy()
53 static unsigned encode_legacy_tile_info(struct si_context *sctx, struct si_texture *tex) in encode_legacy_tile_info()
74 bool si_translate_format_to_hw(struct si_context *sctx, enum pipe_format format, unsigned *hw_fmt, … in si_translate_format_to_hw()
113 bool si_sdma_v4_v5_copy_texture(struct si_context *sctx, struct si_texture *sdst, struct si_texture… in si_sdma_v4_v5_copy_texture()
225 bool cik_sdma_copy_texture(struct si_context *sctx, struct si_texture *sdst, struct si_texture *ssr… in cik_sdma_copy_texture()
420 bool si_sdma_copy_image(struct si_context *sctx, struct si_texture *dst, struct si_texture *src) in si_sdma_copy_image()
/third_party/openssl/crypto/ct/
Dct_sct_ctx.c25 SCT_CTX *sctx = OPENSSL_zalloc(sizeof(*sctx)); in SCT_CTX_new() local
33 void SCT_CTX_free(SCT_CTX *sctx) in SCT_CTX_free()
109 int SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner) in SCT_CTX_set1_cert()
233 int SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer) in SCT_CTX_set1_issuer()
238 int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_issuer_pubkey()
243 int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_pubkey()
260 void SCT_CTX_set_time(SCT_CTX *sctx, uint64_t time_in_ms) in SCT_CTX_set_time()
Dct_vfy.c29 static int sct_ctx_update(EVP_MD_CTX *ctx, const SCT_CTX *sctx, const SCT *sct) in sct_ctx_update()
96 int SCT_CTX_verify(const SCT_CTX *sctx, const SCT *sct) in SCT_CTX_verify()
/third_party/ffmpeg/libavcodec/
Ddxva2.c114 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in dxva_get_decoder_configuration() local
218 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in dxva_list_guids_debug() local
263 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in dxva_get_decoder_guid() local
323 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in dxva2_get_decoder_configuration() local
344 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in dxva2_create_decoder() local
467 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in d3d11va_create_decoder() local
564 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in ff_dxva2_lock() local
580 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in ff_dxva2_unlock() local
657 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in ff_dxva2_decode_init() local
732 FFDXVASharedContext *sctx = DXVA_SHARED_CONTEXT(avctx); in ff_dxva2_decode_uninit() local
[all …]
/third_party/boost/boost/context/
Dfixedsize_stack.hpp62 stack_context sctx; in allocate() local
71 void deallocate( stack_context & sctx) BOOST_NOEXCEPT_OR_NOTHROW { in deallocate()
/third_party/boost/boost/context/posix/
Dsegmented_stack.hpp53 stack_context sctx; in allocate() local
66 void deallocate( stack_context & sctx) BOOST_NOEXCEPT_OR_NOTHROW { in deallocate()

1234