| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_sqtt.c | 41 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() 244 si_copy_thread_trace_info_regs(struct si_context* sctx, in si_copy_thread_trace_info_regs() 285 si_emit_thread_trace_stop(struct si_context *sctx, in si_emit_thread_trace_stop() 379 si_thread_trace_start(struct si_context *sctx, int family, struct radeon_cmdbuf *cs) in si_thread_trace_start() 433 si_thread_trace_stop(struct si_context *sctx, int family, struct radeon_cmdbuf *cs) in si_thread_trace_stop() 486 si_thread_trace_init_cs(struct si_context *sctx) in si_thread_trace_init_cs() 516 si_begin_thread_trace(struct si_context *sctx, struct radeon_cmdbuf *rcs) in si_begin_thread_trace() 523 si_end_thread_trace(struct si_context *sctx, struct radeon_cmdbuf *rcs) in si_end_thread_trace() [all …]
|
| D | si_descriptors.c | 128 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() 445 static void si_set_sampler_view_desc(struct si_context *sctx, struct si_sampler_view *sview, in si_set_sampler_view_desc() 519 static void si_set_sampler_views(struct si_context *sctx, unsigned shader, in si_set_sampler_views() 620 static void si_update_shader_needs_decompress_mask(struct si_context *sctx, unsigned shader) in si_update_shader_needs_decompress_mask() 642 struct si_context *sctx = (struct si_context *)ctx; in si_pipe_set_sampler_views() local [all …]
|
| D | si_state_streamout.c | 68 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 215 static void si_flush_vgt_streamout(struct si_context *sctx) in si_flush_vgt_streamout() 251 static void si_emit_streamout_begin(struct si_context *sctx) in si_emit_streamout_begin() 328 void si_emit_streamout_end(struct si_context *sctx) in si_emit_streamout_end() 381 static void si_emit_streamout_enable(struct si_context *sctx) in si_emit_streamout_enable() 396 static void si_set_streamout_enable(struct si_context *sctx, bool enable) in si_set_streamout_enable() 413 void si_update_prims_generated_query_state(struct si_context *sctx, unsigned type, int diff) in si_update_prims_generated_query_state() 433 void si_init_streamout_functions(struct si_context *sctx) in si_init_streamout_functions()
|
| D | si_blit.c | 44 void si_blitter_begin(struct si_context *sctx, enum si_blitter_op op) in si_blitter_begin() 91 void si_blitter_end(struct si_context *sctx) in si_blitter_end() 127 static unsigned si_blit_dbcb_copy(struct si_context *sctx, struct si_texture *src, in si_blit_dbcb_copy() 199 static void si_blit_decompress_zs_planes_in_place(struct si_context *sctx, in si_blit_decompress_zs_planes_in_place() 266 static void si_blit_decompress_zs_in_place(struct si_context *sctx, struct si_texture *texture, in si_blit_decompress_zs_in_place() 292 static void si_decompress_depth(struct si_context *sctx, struct si_texture *tex, in si_decompress_depth() 409 static bool si_decompress_sampler_depth_textures(struct si_context *sctx, in si_decompress_sampler_depth_textures() 443 static void si_blit_decompress_color(struct si_context *sctx, struct si_texture *tex, in si_blit_decompress_color() 552 static void si_decompress_color_texture(struct si_context *sctx, struct si_texture *tex, in si_decompress_color_texture() 566 static void si_decompress_sampler_color_textures(struct si_context *sctx, in si_decompress_sampler_color_textures() [all …]
|
| D | gfx10_query.c | 33 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() 443 void gfx10_init_query(struct si_context *sctx) in gfx10_init_query() 449 void gfx10_destroy_query(struct si_context *sctx) in gfx10_destroy_query()
|
| D | si_state_shaders.cpp | 766 static void si_emit_shader_es(struct si_context *sctx) in si_emit_shader_es() 927 static void si_emit_shader_gs(struct si_context *sctx) in si_emit_shader_gs() 1185 static void gfx10_emit_shader_ngg_tail(struct si_context *sctx, struct si_shader *shader) in gfx10_emit_shader_ngg_tail() 1245 static void gfx10_emit_shader_ngg_notess_nogs(struct si_context *sctx) in gfx10_emit_shader_ngg_notess_nogs() 1254 static void gfx10_emit_shader_ngg_tess_nogs(struct si_context *sctx) in gfx10_emit_shader_ngg_tess_nogs() 1268 static void gfx10_emit_shader_ngg_notess_gs(struct si_context *sctx) in gfx10_emit_shader_ngg_notess_gs() 1282 static void gfx10_emit_shader_ngg_tess_gs(struct si_context *sctx) in gfx10_emit_shader_ngg_tess_gs() 1565 static void si_emit_shader_vs(struct si_context *sctx) in si_emit_shader_vs() 1795 static void si_emit_shader_ps(struct si_context *sctx) in si_emit_shader_ps() 2079 static void si_clear_vs_key_inputs(struct si_context *sctx, union si_shader_key *key, in si_clear_vs_key_inputs() [all …]
|
| D | si_query.c | 61 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() 756 static void si_update_occlusion_query_state(struct si_context *sctx, unsigned type, int diff) in si_update_occlusion_query_state() 806 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 …]
|
| D | si_state.c | 71 static void si_emit_cb_render_state(struct si_context *sctx) in si_emit_cb_render_state() 442 struct si_context *sctx = (struct si_context *)ctx; in si_create_blend_state_mode() local 652 static bool si_check_blend_dst_sampler_noop(struct si_context *sctx) in si_check_blend_dst_sampler_noop() 706 struct si_context *sctx = (struct si_context *)ctx; in si_draw_blend_dst_sampler_noop() local 720 struct si_context *sctx = (struct si_context *)ctx; in si_draw_vstate_blend_dst_sampler_noop() local 730 struct si_context *sctx = (struct si_context *)ctx; in si_bind_blend_state() local 786 struct si_context *sctx = (struct si_context *)ctx; in si_delete_blend_state() local 796 struct si_context *sctx = (struct si_context *)ctx; in si_set_blend_color() local 804 static void si_emit_blend_color(struct si_context *sctx) in si_emit_blend_color() 820 struct si_context *sctx = (struct si_context *)ctx; in si_set_clip_state() local [all …]
|
| D | si_cp_dma.c | 43 static inline unsigned cp_dma_max_byte_count(struct si_context *sctx) in cp_dma_max_byte_count() 57 static void si_emit_cp_dma(struct si_context *sctx, struct radeon_cmdbuf *cs, uint64_t dst_va, in si_emit_cp_dma() 134 void si_cp_dma_wait_for_idle(struct si_context *sctx, struct radeon_cmdbuf *cs) in si_cp_dma_wait_for_idle() 145 static void si_cp_dma_prepare(struct si_context *sctx, struct pipe_resource *dst, in si_cp_dma_prepare() 189 void si_cp_dma_clear_buffer(struct si_context *sctx, struct radeon_cmdbuf *cs, in si_cp_dma_clear_buffer() 247 static void si_cp_dma_realign_engine(struct si_context *sctx, unsigned size, unsigned user_flags, in si_cp_dma_realign_engine() 285 void si_cp_dma_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, in si_cp_dma_copy_buffer() 400 void si_test_gds(struct si_context *sctx) in si_test_gds() 447 void si_cp_write_data(struct si_context *sctx, struct si_resource *buf, unsigned offset, in si_cp_write_data() 470 void si_cp_copy_data(struct si_context *sctx, struct radeon_cmdbuf *cs, unsigned dst_sel, in si_cp_copy_data()
|
| D | si_compute_blit.c | 31 static bool si_can_use_compute_blit(struct si_context *sctx, enum pipe_format format, in si_can_use_compute_blit() 51 static void si_use_compute_copy_for_float_formats(struct si_context *sctx, in si_use_compute_copy_for_float_formats() 76 static enum si_cache_policy get_cache_policy(struct si_context *sctx, enum si_coherency coher, in get_cache_policy() 88 unsigned si_get_flush_flags(struct si_context *sctx, enum si_coherency coher, in si_get_flush_flags() 106 static bool si_is_buffer_idle(struct si_context *sctx, struct si_resource *buf, in si_is_buffer_idle() 113 static void si_improve_sync_flags(struct si_context *sctx, struct pipe_resource *dst, in si_improve_sync_flags() 151 static void si_launch_grid_internal(struct si_context *sctx, const struct pipe_grid_info *info, in si_launch_grid_internal() 220 void si_launch_grid_internal_ssbos(struct si_context *sctx, struct pipe_grid_info *info, in si_launch_grid_internal_ssbos() 266 void si_compute_clear_buffer_rmw(struct si_context *sctx, struct pipe_resource *dst, in si_compute_clear_buffer_rmw() 307 static void si_compute_clear_12bytes_buffer(struct si_context *sctx, struct pipe_resource *dst, in si_compute_clear_12bytes_buffer() [all …]
|
| D | si_gfx_cs.c | 210 static void si_add_gds_to_buffer_list(struct si_context *sctx) in si_add_gds_to_buffer_list() 220 void si_allocate_gds(struct si_context *sctx) in si_allocate_gds() 315 void si_install_draw_wrapper(struct si_context *sctx, pipe_draw_vbo_func wrapper, in si_install_draw_wrapper() 334 static void si_tmz_preamble(struct si_context *sctx) in si_tmz_preamble() 349 struct si_context *sctx = (struct si_context *)ctx; in si_draw_vbo_tmz_preamble() local 361 struct si_context *sctx = (struct si_context *)ctx; in si_draw_vstate_tmz_preamble() local 563 void si_trace_emit(struct si_context *sctx) in si_trace_emit() 579 void si_emit_surface_sync(struct si_context *sctx, struct radeon_cmdbuf *cs, unsigned cp_coher_cntl) in si_emit_surface_sync() 902 void si_emit_cache_flush(struct si_context *sctx, struct radeon_cmdbuf *cs) in si_emit_cache_flush()
|
| D | si_compute.c | 232 struct si_context *sctx = (struct si_context *)ctx; in si_create_compute_state() local 297 struct si_context *sctx = (struct si_context *)ctx; in si_bind_compute_state() local 338 struct si_context *sctx = (struct si_context *)ctx; in si_set_global_binding() local 374 void si_emit_initial_compute_regs(struct si_context *sctx, struct radeon_cmdbuf *cs) in si_emit_initial_compute_regs() 466 static bool si_setup_compute_scratch_buffer(struct si_context *sctx, struct si_shader *shader) in si_setup_compute_scratch_buffer() 501 static bool si_switch_compute_shader(struct si_context *sctx, struct si_compute *program, in si_switch_compute_shader() 599 static void setup_scratch_rsrc_user_sgprs(struct si_context *sctx, in setup_scratch_rsrc_user_sgprs() 641 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() 723 static bool si_upload_compute_input(struct si_context *sctx, const amd_kernel_code_t *code_object, in si_upload_compute_input() 757 static void si_setup_nir_user_data(struct si_context *sctx, const struct pipe_grid_info *info) in si_setup_nir_user_data() [all …]
|
| D | si_build_pm4.h | 64 #define radeon_end_update_context_roll(sctx) do { \ argument 168 #define radeon_opt_set_context_reg(sctx, offset, reg, val) do { \ argument 184 #define radeon_opt_set_context_reg2(sctx, offset, reg, val1, val2) do { \ argument 201 #define radeon_opt_set_context_reg3(sctx, offset, reg, val1, val2, val3) do { \ argument 221 #define radeon_opt_set_context_reg4(sctx, offset, reg, val1, val2, val3, val4) do { \ argument 244 #define radeon_opt_set_context_regn(sctx, offset, value, saved_val, num) do { \ argument 252 #define radeon_opt_set_sh_reg(sctx, offset, reg, val) do { \ argument 262 #define radeon_opt_set_sh_reg_idx3(sctx, offset, reg, val) do { \ argument 275 #define radeon_opt_set_uconfig_reg(sctx, offset, reg, val) do { \ argument 301 #define radeon_emit_one_32bit_pointer(sctx, desc, sh_base) do { \ argument
|
| D | si_perfcounter.c | 61 static void si_pc_emit_instance(struct si_context *sctx, int se, int instance) in si_pc_emit_instance() 97 static void si_pc_emit_select(struct si_context *sctx, struct ac_pc_block *block, unsigned count, in si_pc_emit_select() 125 static void si_pc_emit_start(struct si_context *sctx, struct si_resource *buffer, uint64_t va) in si_pc_emit_start() 144 static void si_pc_emit_stop(struct si_context *sctx, struct si_resource *buffer, uint64_t va) in si_pc_emit_stop() 219 static void si_pc_emit_read(struct si_context *sctx, struct ac_pc_block *block, unsigned count, in si_pc_emit_read() 261 static void si_pc_query_destroy(struct si_context *sctx, struct si_query *squery) in si_pc_query_destroy() 277 void si_inhibit_clockgating(struct si_context *sctx, struct radeon_cmdbuf *cs, bool inhibit) in si_inhibit_clockgating() 294 static void si_pc_query_resume(struct si_context *sctx, struct si_query *squery) in si_pc_query_resume() 331 static void si_pc_query_suspend(struct si_context *sctx, struct si_query *squery) in si_pc_query_suspend() 409 static bool si_pc_query_get_result(struct si_context *sctx, struct si_query *squery, bool wait, in si_pc_query_get_result() [all …]
|
| D | si_state_draw.cpp | 55 static void si_emit_spi_map(struct si_context *sctx) in si_emit_spi_map() 111 static bool si_update_shaders(struct si_context *sctx) in si_update_shaders() 409 static void si_cp_dma_prefetch_inline(struct si_context *sctx, struct pipe_resource *buf, in si_cp_dma_prefetch_inline() 454 void si_cp_dma_prefetch(struct si_context *sctx, struct pipe_resource *buf, in si_cp_dma_prefetch() 484 static void si_prefetch_shader_async(struct si_context *sctx, struct si_shader *shader) in si_prefetch_shader_async() 502 static void si_prefetch_shaders(struct si_context *sctx) in si_prefetch_shaders() 622 static void si_emit_derived_tess_state(struct si_context *sctx, unsigned *num_patches) in si_emit_derived_tess_state() 1005 static void si_init_ia_multi_vgt_param_table(struct si_context *sctx) in si_init_ia_multi_vgt_param_table() 1034 static bool si_is_line_stipple_enabled(struct si_context *sctx) in si_is_line_stipple_enabled() 1069 static unsigned si_get_ia_multi_vgt_param(struct si_context *sctx, in si_get_ia_multi_vgt_param() [all …]
|
| D | si_buffer.c | 33 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() 250 static bool si_invalidate_buffer(struct si_context *sctx, struct si_resource *buf) in si_invalidate_buffer() 284 struct si_context *sctx = (struct si_context *)ctx; in si_replace_buffer_storage() local 305 struct si_context *sctx = (struct si_context *)ctx; in si_invalidate_resource() local 318 struct si_context *sctx = (struct si_context *)ctx; in si_buffer_get_transfer() local 341 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 763 void si_init_buffer_functions(struct si_context *sctx) in si_init_buffer_functions()
|
| D | si_pipe.c | 192 struct si_context *sctx = (struct si_context *)context; in si_destroy_context() local 364 struct si_context *sctx = (struct si_context *)ctx; in si_get_reset_status() local 383 struct si_context *sctx = (struct si_context *)ctx; in si_set_device_reset_callback() local 401 struct si_context *sctx = (struct si_context *)ctx; in si_emit_string_marker() local 414 struct si_context *sctx = (struct si_context *)ctx; in si_set_debug_callback() local 428 struct si_context *sctx = (struct si_context *)ctx; in si_set_log_context() local 450 struct si_context *sctx = (struct si_context *)ctx; in si_set_frontend_noop() local 467 struct si_context *sctx = CALLOC_STRUCT(si_context); in si_create_context() local 999 struct si_context *sctx = (struct si_context *)ctx; in si_test_vmfault() local 1022 static void si_test_gds_memory_management(struct si_context *sctx, unsigned alloc_size, in si_test_gds_memory_management()
|
| D | si_debug.c | 294 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() 389 void si_print_current_ib(struct si_context *sctx, FILE *f) in si_print_current_ib() 469 void si_log_hw_flush(struct si_context *sctx) in si_log_hw_flush() 532 static void si_dump_bo_list(struct si_context *sctx, const struct radeon_saved_cs *saved, FILE *f) in si_dump_bo_list() 581 static void si_dump_framebuffer(struct si_context *sctx, struct u_log_context *log) in si_dump_framebuffer() 746 static void si_dump_descriptors(struct si_context *sctx, gl_shader_stage stage, in si_dump_descriptors() 803 static void si_dump_gfx_descriptors(struct si_context *sctx, in si_dump_gfx_descriptors() 813 static void si_dump_compute_descriptors(struct si_context *sctx, struct u_log_context *log) in si_dump_compute_descriptors() 969 static void si_dump_annotated_shaders(struct si_context *sctx, FILE *f) in si_dump_annotated_shaders() [all …]
|
| D | si_shaderlib_nir.c | 29 static void *create_shader_state(struct si_context *sctx, nir_shader *nir) in create_shader_state() 86 void *si_create_copy_image_cs(struct si_context *sctx, bool src_is_1d_array, bool dst_is_1d_array) in si_create_copy_image_cs() 139 void *si_create_dcc_retile_cs(struct si_context *sctx, struct radeon_surf *surf) in si_create_dcc_retile_cs() 187 void *gfx9_create_clear_dcc_msaa_cs(struct si_context *sctx, struct si_texture *tex) in gfx9_create_clear_dcc_msaa_cs() 234 void *si_create_clear_buffer_rmw_cs(struct si_context *sctx) in si_create_clear_buffer_rmw_cs() 275 void *si_create_passthrough_tcs(struct si_context *sctx) in si_create_passthrough_tcs()
|
| D | si_sdma_copy_image.c | 32 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/ |
| D | ct_sct_ctx.c | 25 SCT_CTX *sctx = OPENSSL_zalloc(sizeof(*sctx)); in SCT_CTX_new() local 45 void SCT_CTX_free(SCT_CTX *sctx) in SCT_CTX_free() 122 int SCT_CTX_set1_cert(SCT_CTX *sctx, X509 *cert, X509 *presigner) in SCT_CTX_set1_cert() 204 __owur static int ct_public_key_hash(SCT_CTX *sctx, X509_PUBKEY *pkey, in ct_public_key_hash() 248 int SCT_CTX_set1_issuer(SCT_CTX *sctx, const X509 *issuer) in SCT_CTX_set1_issuer() 253 int SCT_CTX_set1_issuer_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_issuer_pubkey() 258 int SCT_CTX_set1_pubkey(SCT_CTX *sctx, X509_PUBKEY *pubkey) in SCT_CTX_set1_pubkey() 275 void SCT_CTX_set_time(SCT_CTX *sctx, uint64_t time_in_ms) in SCT_CTX_set_time()
|
| /third_party/openssl/providers/implementations/ciphers/ |
| D | cipher_aes_siv_hw.c | 23 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_initkey() local 80 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_settag() local 88 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_setspeed() local 96 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cleanup() local 107 SIV128_CONTEXT *sctx = &ctx->siv; in aes_siv_cipher() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | dxva2.c | 114 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/openssl/test/ |
| D | dtlstest.c | 73 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_unprocessed() local 193 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_drop_records() local 311 SSL_CTX *sctx = NULL, *cctx = NULL; in test_cookie() local 351 SSL_CTX *sctx = NULL, *cctx = NULL; in test_dtls_duplicate_records() local 399 SSL_CTX *sctx = NULL; in test_just_finished() local 471 SSL_CTX *sctx = NULL, *cctx = NULL; in test_swap_app_data() local
|
| D | sslapitest.c | 349 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog() local 430 SSL_CTX *cctx = NULL, *sctx = NULL; in test_keylog_no_master_key() local 573 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_cert_verify_cb() local 753 SSL_CTX *cctx = NULL, *sctx = NULL; in test_client_hello_cb() local 795 SSL_CTX *cctx = NULL, *sctx = NULL; in test_no_ems() local 846 SSL_CTX *cctx = NULL, *sctx = NULL; in test_ccs_change_cipher() local 955 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_large_message() local 1154 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls() local 1286 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_test_ktls_sendfile() local 1513 SSL_CTX *cctx = NULL, *sctx = NULL; in execute_cleanse_plaintext() local [all …]
|