Home
last modified time | relevance | path

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

12

/external/fio/crc/
Dsha3.c90 static void fio_sha3_init(struct fio_sha3_ctx *sctx, unsigned int digest_sz) in fio_sha3_init()
100 void fio_sha3_224_init(struct fio_sha3_ctx *sctx) in fio_sha3_224_init()
105 void fio_sha3_256_init(struct fio_sha3_ctx *sctx) in fio_sha3_256_init()
110 void fio_sha3_384_init(struct fio_sha3_ctx *sctx) in fio_sha3_384_init()
115 void fio_sha3_512_init(struct fio_sha3_ctx *sctx) in fio_sha3_512_init()
120 int fio_sha3_update(struct fio_sha3_ctx *sctx, const uint8_t *data, in fio_sha3_update()
156 void fio_sha3_final(struct fio_sha3_ctx *sctx) in fio_sha3_final()
Dsha256.c230 void fio_sha256_init(struct fio_sha256_ctx *sctx) in fio_sha256_init()
243 void fio_sha256_update(struct fio_sha256_ctx *sctx, const uint8_t *data, in fio_sha256_update()
272 void fio_sha256_final(struct fio_sha256_ctx *sctx) in fio_sha256_final()
Dsha512.c149 void fio_sha512_init(struct fio_sha512_ctx *sctx) in fio_sha512_init()
162 void fio_sha512_update(struct fio_sha512_ctx *sctx, const uint8_t *data, in fio_sha512_update()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c136 static bool si_ce_upload(struct si_context *sctx, unsigned ce_offset, unsigned size, in si_ce_upload()
160 static void si_ce_reinitialize_descriptors(struct si_context *sctx, in si_ce_reinitialize_descriptors()
186 void si_ce_reinitialize_all_descriptors(struct si_context *sctx) in si_ce_reinitialize_all_descriptors()
202 static bool si_upload_descriptors(struct si_context *sctx, in si_upload_descriptors()
258 si_descriptors_begin_new_cs(struct si_context *sctx, struct si_descriptors *desc) in si_descriptors_begin_new_cs()
279 si_sampler_descriptors(struct si_context *sctx, unsigned shader) in si_sampler_descriptors()
293 static void si_sampler_view_add_buffer(struct si_context *sctx, in si_sampler_view_add_buffer()
340 static void si_sampler_views_begin_new_cs(struct si_context *sctx, in si_sampler_views_begin_new_cs()
415 static void si_set_sampler_view(struct si_context *sctx, in si_set_sampler_view()
499 static void si_update_compressed_tex_shader_mask(struct si_context *sctx, in si_update_compressed_tex_shader_mask()
[all …]
Dsi_cp_dma.c51 static void si_emit_cp_dma(struct si_context *sctx, uint64_t dst_va, in si_emit_cp_dma()
109 static unsigned get_flush_flags(struct si_context *sctx, enum r600_coherency coher) in get_flush_flags()
125 static unsigned get_tc_l2_flag(struct si_context *sctx, enum r600_coherency coher) in get_tc_l2_flag()
131 static void si_cp_dma_prepare(struct si_context *sctx, struct pipe_resource *dst, in si_cp_dma_prepare()
186 struct si_context *sctx = (struct si_context*)ctx; in si_clear_buffer() local
266 static void si_cp_dma_realign_engine(struct si_context *sctx, unsigned size, in si_cp_dma_realign_engine()
303 void si_copy_buffer(struct si_context *sctx, in si_copy_buffer()
401 void cik_prefetch_TC_L2_async(struct si_context *sctx, struct pipe_resource *buf, in cik_prefetch_TC_L2_async()
409 void si_init_cp_dma_functions(struct si_context *sctx) in si_init_cp_dma_functions()
Dsi_blit.c53 struct si_context *sctx = (struct si_context *)ctx; in si_blitter_begin() local
93 struct si_context *sctx = (struct si_context *)ctx; in si_blitter_end() local
104 si_blit_dbcb_copy(struct si_context *sctx, in si_blit_dbcb_copy()
201 si_blit_decompress_zs_planes_in_place(struct si_context *sctx, in si_blit_decompress_zs_planes_in_place()
267 si_blit_decompress_zs_in_place(struct si_context *sctx, in si_blit_decompress_zs_in_place()
301 si_flush_depth_texture(struct si_context *sctx, in si_flush_depth_texture()
380 si_flush_depth_textures(struct si_context *sctx, in si_flush_depth_textures()
414 struct si_context *sctx = (struct si_context *)ctx; in si_blit_decompress_color() local
473 si_decompress_sampler_color_textures(struct si_context *sctx, in si_decompress_sampler_color_textures()
501 si_decompress_image_color_textures(struct si_context *sctx, in si_decompress_image_color_textures()
[all …]
Dsi_debug.c153 static void si_dump_mmapped_reg(struct si_context *sctx, FILE *f, in si_dump_mmapped_reg()
163 static void si_dump_debug_registers(struct si_context *sctx, FILE *f) in si_dump_debug_registers()
202 static void si_dump_last_ib(struct si_context *sctx, FILE *f) in si_dump_last_ib()
289 static void si_dump_bo_list(struct si_context *sctx, in si_dump_bo_list()
341 static void si_dump_framebuffer(struct si_context *sctx, FILE *f) in si_dump_framebuffer()
434 static void si_dump_descriptors(struct si_context *sctx, in si_dump_descriptors()
474 struct si_context *sctx = (struct si_context*)ctx; in si_dump_debug_state() local
510 static void si_dump_dma(struct si_context *sctx, in si_dump_dma()
530 static bool si_vm_fault_occured(struct si_context *sctx, uint32_t *out_addr) in si_vm_fault_occured()
616 struct si_context *sctx = (struct si_context *)ctx; in si_check_vm_faults() local
[all …]
Dsi_state.c40 si_init_external_atom(struct si_context *sctx, struct r600_atom *atom, in si_init_external_atom()
48 void si_init_atom(struct si_context *sctx, struct r600_atom *atom, in si_init_atom()
93 static void si_emit_cb_render_state(struct si_context *sctx, struct r600_atom *atom) in si_emit_cb_render_state()
407 struct si_context *sctx = (struct si_context*)ctx; in si_create_blend_state_mode() local
593 struct si_context *sctx = (struct si_context *)ctx; in si_bind_blend_state() local
601 struct si_context *sctx = (struct si_context *)ctx; in si_delete_blend_state() local
608 struct si_context *sctx = (struct si_context *)ctx; in si_set_blend_color() local
617 static void si_emit_blend_color(struct si_context *sctx, struct r600_atom *atom) in si_emit_blend_color()
632 struct si_context *sctx = (struct si_context *)ctx; in si_set_clip_state() local
649 static void si_emit_clip_state(struct si_context *sctx, struct r600_atom *atom) in si_emit_clip_state()
[all …]
Dsi_state_draw.c93 static void si_emit_derived_tess_state(struct si_context *sctx, in si_emit_derived_tess_state()
264 static unsigned si_get_ia_multi_vgt_param(struct si_context *sctx, in si_get_ia_multi_vgt_param()
414 static void si_emit_scratch_reloc(struct si_context *sctx) in si_emit_scratch_reloc()
434 static void si_emit_rasterizer_prim_state(struct si_context *sctx) in si_emit_rasterizer_prim_state()
463 static void si_emit_draw_registers(struct si_context *sctx, in si_emit_draw_registers()
533 static void si_emit_draw_packets(struct si_context *sctx, in si_emit_draw_packets()
734 void si_emit_cache_flush(struct si_context *sctx) in si_emit_cache_flush()
904 static void si_get_draw_start_count(struct si_context *sctx, in si_get_draw_start_count()
968 void si_ce_pre_draw_synchronization(struct si_context *sctx) in si_ce_pre_draw_synchronization()
979 void si_ce_post_draw_synchronization(struct si_context *sctx) in si_ce_post_draw_synchronization()
[all …]
Dsi_compute.c96 struct si_context *sctx = (struct si_context *)ctx; in si_create_compute_state() local
186 struct si_context *sctx = (struct si_context*)ctx; in si_bind_compute_state() local
196 struct si_context *sctx = (struct si_context*)ctx; in si_set_global_binding() local
220 static void si_initialize_compute(struct si_context *sctx) in si_initialize_compute()
278 static bool si_setup_compute_scratch_buffer(struct si_context *sctx, in si_setup_compute_scratch_buffer()
314 static bool si_switch_compute_shader(struct si_context *sctx, in si_switch_compute_shader()
408 static void setup_scratch_rsrc_user_sgprs(struct si_context *sctx, in setup_scratch_rsrc_user_sgprs()
447 static void si_setup_user_sgprs_co_v2(struct si_context *sctx, in si_setup_user_sgprs_co_v2()
538 static void si_upload_compute_input(struct si_context *sctx, in si_upload_compute_input()
596 static void si_setup_tgsi_grid(struct si_context *sctx, in si_setup_tgsi_grid()
[all …]
Dsi_state_shaders.c855 static unsigned si_get_alpha_test_func(struct si_context *sctx) in si_get_alpha_test_func()
864 static void si_shader_selector_key_hw_vs(struct si_context *sctx, in si_shader_selector_key_hw_vs()
921 struct si_context *sctx = (struct si_context *)ctx; in si_shader_selector_key() local
1251 struct si_context *sctx = (struct si_context *)ctx; in si_shader_select() local
1459 struct si_context *sctx = (struct si_context*)ctx; in si_create_shader_selector() local
1659 struct si_context *sctx = (struct si_context *)ctx; in si_bind_vs_shader() local
1674 struct si_context *sctx = (struct si_context *)ctx; in si_bind_gs_shader() local
1694 struct si_context *sctx = (struct si_context *)ctx; in si_bind_tcs_shader() local
1711 struct si_context *sctx = (struct si_context *)ctx; in si_bind_tes_shader() local
1733 struct si_context *sctx = (struct si_context *)ctx; in si_bind_ps_shader() local
[all …]
Dsi_pm4.c121 void si_pm4_free_state(struct si_context *sctx, in si_pm4_free_state()
135 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) in si_pm4_emit()
160 void si_pm4_emit_dirty(struct si_context *sctx) in si_pm4_emit_dirty()
173 void si_pm4_reset_emitted(struct si_context *sctx) in si_pm4_reset_emitted()
178 void si_pm4_upload_indirect_buffer(struct si_context *sctx, in si_pm4_upload_indirect_buffer()
Dsi_pipe.c43 struct si_context *sctx = (struct si_context *)context; in si_destroy_context() local
103 struct si_context *sctx = (struct si_context *)ctx; in si_amdgpu_get_reset_status() local
119 struct si_context *sctx = (struct si_context *)ctx; in si_emit_string_marker() local
144 struct si_context *sctx = CALLOC_STRUCT(si_context); in si_create_context() local
Dcik_sdma.c78 struct si_context *sctx = (struct si_context *)ctx; in cik_sdma_clear_buffer() local
118 static unsigned encode_tile_info(struct si_context *sctx, in encode_tile_info()
140 static bool cik_sdma_copy_texture(struct si_context *sctx, in cik_sdma_copy_texture()
527 struct si_context *sctx = (struct si_context *)ctx; in cik_sdma_copy() local
546 void cik_init_sdma_functions(struct si_context *sctx) in cik_init_sdma_functions()
Dsi_dma.c87 struct si_context *sctx = (struct si_context *)ctx; in si_dma_clear_buffer() local
228 struct si_context *sctx = (struct si_context *)ctx; in si_dma_copy() local
324 void si_init_dma_functions(struct si_context *sctx) in si_init_dma_functions()
Dsi_pipe.h427 si_invalidate_draw_sh_constants(struct si_context *sctx) in si_invalidate_draw_sh_constants()
433 si_set_atom_dirty(struct si_context *sctx, in si_set_atom_dirty()
445 si_is_atom_dirty(struct si_context *sctx, in si_is_atom_dirty()
454 si_mark_atom_dirty(struct si_context *sctx, in si_mark_atom_dirty()
460 static inline struct tgsi_shader_info *si_get_vs_info(struct si_context *sctx) in si_get_vs_info()
472 static inline struct si_shader* si_get_vs_state(struct si_context *sctx) in si_get_vs_state()
Dsi_state.h263 #define si_pm4_state_changed(sctx, member) \ argument
266 #define si_pm4_bind_state(sctx, member, value) \ argument
271 #define si_pm4_delete_state(sctx, member, value) \ argument
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_core.cpp50 sb_context *sctx = new sb_context(); in r600_sb_context_create() local
73 void r600_sb_context_destroy(void * sctx) { in r600_sb_context_destroy()
/external/syslinux/gpxe/src/core/
Dvsprintf.c282 struct sputc_context * sctx = in printf_sputc() local
303 struct sputc_context sctx; in vsnprintf() local
/external/boringssl/src/crypto/evp/
Dp_ec.c96 EC_PKEY_CTX *dctx, *sctx; in pkey_ec_copy() local
/external/iproute2/ip/
Dxfrm_policy.c228 struct xfrm_user_sec_ctx *sctx) in xfrm_sctx_parse()
261 struct xfrm_user_sec_ctx sctx; in xfrm_policy_modify() member
573 struct xfrm_user_sec_ctx sctx; in xfrm_policy_get_or_delete() member
Dipxfrm.c948 struct xfrm_user_sec_ctx *sctx; in xfrm_state_info_print() local
973 struct xfrm_user_sec_ctx *sctx; in xfrm_policy_info_print() local
/external/ipsec-tools/src/racoon/
Dproposal.h66 struct security_ctx sctx; /* security context structure */ member
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc471 ThreadSignalContext *sctx = SigCtx(thr); in SetJmp() local
500 ThreadSignalContext *sctx = SigCtx(thr); in LongJmp() local
836 ThreadSignalContext *sctx = thr->signal_ctx; in DestroyThreadState() local
1829 ThreadSignalContext *sctx = SigCtx(thr); in ProcessPendingSignals() local
1851 static bool is_sync_signal(ThreadSignalContext *sctx, int sig) { in is_sync_signal()
1861 ThreadSignalContext *sctx = SigCtx(thr); in rtl_generic_sighandler() local
1968 ThreadSignalContext *sctx = SigCtx(thr); in TSAN_INTERCEPTOR() local
1980 ThreadSignalContext *sctx = SigCtx(thr); in TSAN_INTERCEPTOR() local
1996 ThreadSignalContext *sctx = SigCtx(thr); in TSAN_INTERCEPTOR() local
/external/libopus/celt/
Dbands.c671 static void compute_theta(struct band_ctx *ctx, struct split_ctx *sctx, in compute_theta()
927 struct split_ctx sctx; in quant_partition() local
1219 struct split_ctx sctx; in quant_band_stereo() local

12