/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_flush.c | 52 is_front_buffer_dirty(struct st_context *st) in is_front_buffer_dirty() 65 display_front_buffer(struct st_context *st) in display_front_buffer() 79 void st_flush( struct st_context *st, in st_flush() 93 void st_finish( struct st_context *st ) in st_finish() 113 struct st_context *st = st_context(ctx); in st_glFlush() local 133 struct st_context *st = st_context(ctx); in st_glFinish() local
|
D | st_program.c | 64 delete_vp_variant(struct st_context *st, struct st_vp_variant *vpv) in delete_vp_variant() 86 st_release_vp_variants( struct st_context *st, in st_release_vp_variants() 107 delete_fp_variant(struct st_context *st, struct st_fp_variant *fpv) in delete_fp_variant() 123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) in st_release_fp_variants() 142 delete_gp_variant(struct st_context *st, struct st_gp_variant *gpv) in delete_gp_variant() 155 st_release_gp_variants(struct st_context *st, struct st_geometry_program *stgp) in st_release_gp_variants() 299 st_translate_vertex_program(struct st_context *st, in st_translate_vertex_program() 415 st_get_vp_variant(struct st_context *st, in st_get_vp_variant() 469 st_translate_fragment_program(struct st_context *st, in st_translate_fragment_program() 773 st_get_fp_variant(struct st_context *st, in st_get_fp_variant() [all …]
|
D | st_cb_bitmap.h | 69 st_init_bitmap(struct st_context *st) in st_init_bitmap() 74 st_destroy_bitmap(struct st_context *st) in st_destroy_bitmap() 79 st_flush_bitmap_cache(struct st_context *st) in st_flush_bitmap_cache() 84 st_flush_bitmap(struct st_context *st) in st_flush_bitmap()
|
D | st_manager.c | 148 st_context_validate(struct st_context *st, in st_context_validate() 182 struct st_context *st) in st_framebuffer_validate() 463 struct st_context *st = (struct st_context *) stctxi; in st_context_flush() local 475 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage() local 578 struct st_context *st = (struct st_context *) stctxi; in st_context_copy() local 588 struct st_context *st = (struct st_context *) stctxi; in st_context_share() local 597 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy() local 608 struct st_context *st; in st_api_create_context() local 681 struct st_context *st = (ctx) ? ctx->st : NULL; in st_api_get_current() local 711 struct st_context *st = (struct st_context *) stctxi; in st_api_make_current() local [all …]
|
D | st_atom.c | 74 void st_init_atoms( struct st_context *st ) in st_init_atoms() 80 void st_destroy_atoms( struct st_context *st ) in st_destroy_atoms() 115 static void check_program_state( struct st_context *st ) in check_program_state() 129 static void check_attrib_edgeflag(struct st_context *st) in check_attrib_edgeflag() 150 void st_validate_state( struct st_context *st )
|
D | st_atom_shader.c | 58 get_passthrough_fs(struct st_context *st) in get_passthrough_fs() 74 update_fp( struct st_context *st ) in update_fp() 123 update_vp( struct st_context *st ) in update_vp() 175 update_gp( struct st_context *st ) in update_gp()
|
D | st_cb_bitmap.c | 121 struct st_context *st = st_context(ctx); in make_bitmap_fragment_program() local 177 make_bitmap_fragment_program_glsl(struct st_context *st, in make_bitmap_fragment_program_glsl() 214 st_make_bitmap_fragment_program(struct st_context *st, in st_make_bitmap_fragment_program() 267 unpack_bitmap(struct st_context *st, in unpack_bitmap() 288 struct st_context *st = st_context(ctx); in make_bitmap_texture() local 332 setup_bitmap_vertex_data(struct st_context *st, bool normalized, in setup_bitmap_vertex_data() 413 struct st_context *st = st_context(ctx); in draw_bitmap_quad() local 557 reset_cache(struct st_context *st) in reset_cache() 610 create_cache_trans(struct st_context *st) in create_cache_trans() 636 st_flush_bitmap_cache(struct st_context *st) in st_flush_bitmap_cache() [all …]
|
D | st_atom_constbuf.c | 55 void st_upload_constants( struct st_context *st, in st_upload_constants() 116 static void update_vs_constants(struct st_context *st ) in update_vs_constants() 139 static void update_fs_constants(struct st_context *st ) in update_fs_constants() 159 static void update_gs_constants(struct st_context *st ) in update_gs_constants()
|
D | st_cb_clear.c | 66 st_init_clear(struct st_context *st) in st_init_clear() 82 st_destroy_clear(struct st_context *st) in st_destroy_clear() 99 set_fragment_shader(struct st_context *st) in set_fragment_shader() 112 set_vertex_shader(struct st_context *st) in set_vertex_shader() 136 draw_quad(struct st_context *st, in draw_quad() 197 struct st_context *st = st_context(ctx); in clear_with_quad() local 451 struct st_context *st = st_context(ctx); in st_Clear() local
|
D | st_atom_texture.c | 188 update_single_texture(struct st_context *st, in update_single_texture() 259 update_textures(struct st_context *st, in update_textures() 313 update_vertex_textures(struct st_context *st) in update_vertex_textures() 329 update_fragment_textures(struct st_context *st) in update_fragment_textures() 343 update_geometry_textures(struct st_context *st) in update_geometry_textures() 390 finalize_textures(struct st_context *st) in finalize_textures()
|
D | st_draw.c | 92 setup_index_buffer(struct st_context *st, in setup_index_buffer() 199 struct st_context *st = st_context(ctx); in st_draw_vbo() local 288 st_init_draw(struct st_context *st) in st_init_draw() 309 st_destroy_draw(struct st_context *st) in st_destroy_draw()
|
D | st_cb_program.c | 58 struct st_context *st = st_context(ctx); in st_bind_program() local 81 struct st_context *st = st_context(ctx); in st_use_program() local 126 struct st_context *st = st_context(ctx); in st_delete_program() local 196 struct st_context *st = st_context(ctx); in st_program_string_notify() local
|
D | st_context.c | 78 struct st_context *st = st_context(ctx); in st_invalidate_state() local 122 struct st_context *st = ST_CALLOC_STRUCT( st_context ); in st_create_context_priv() local 245 static void st_destroy_context_priv( struct st_context *st ) in st_destroy_context_priv() 281 void st_destroy_context( struct st_context *st ) in st_destroy_context()
|
D | st_gen_mipmap.c | 52 st_init_generate_mipmap(struct st_context *st) in st_init_generate_mipmap() 59 st_destroy_generate_mipmap(struct st_context *st) in st_destroy_generate_mipmap() 71 st_render_mipmap(struct st_context *st, in st_render_mipmap() 144 struct st_context *st = st_context(ctx); in st_generate_mipmap() local
|
/external/speex/libspeex/ |
D | buffer.c | 53 SpeexBuffer *st = speex_alloc(sizeof(SpeexBuffer)); in speex_buffer_init() local 62 EXPORT void speex_buffer_destroy(SpeexBuffer *st) in speex_buffer_destroy() 68 EXPORT int speex_buffer_write(SpeexBuffer *st, void *_data, int len) in speex_buffer_write() 100 EXPORT int speex_buffer_writezeros(SpeexBuffer *st, int len) in speex_buffer_writezeros() 132 EXPORT int speex_buffer_read(SpeexBuffer *st, void *_data, int len) in speex_buffer_read() 159 EXPORT int speex_buffer_get_available(SpeexBuffer *st) in speex_buffer_get_available() 164 EXPORT int speex_buffer_resize(SpeexBuffer *st, int len) in speex_buffer_resize()
|
D | resample.c | 332 static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_single() 384 static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t channel_index, const… in resampler_basic_direct_double() 433 static int resampler_basic_interpolate_single(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_single() 496 static int resampler_basic_interpolate_double(SpeexResamplerState *st, spx_uint32_t channel_index, … in resampler_basic_interpolate_double() 556 static void update_filter(SpeexResamplerState *st) in update_filter() 736 SpeexResamplerState *st; in speex_resampler_init_frac() local 792 EXPORT void speex_resampler_destroy(SpeexResamplerState *st) in speex_resampler_destroy() 802 static int speex_resampler_process_native(SpeexResamplerState *st, spx_uint32_t channel_index, spx_… in speex_resampler_process_native() 828 static int speex_resampler_magic(SpeexResamplerState *st, spx_uint32_t channel_index, spx_word16_t … in speex_resampler_magic() 849 EXPORT int speex_resampler_process_int(SpeexResamplerState *st, spx_uint32_t channel_index, const s… in speex_resampler_process_int() [all …]
|
D | kiss_fft.c | 32 const kiss_fft_cfg st, in kf_bfly2() 89 const kiss_fft_cfg st, in kf_bfly4() 171 const kiss_fft_cfg st, in kf_bfly3() 217 const kiss_fft_cfg st, in kf_bfly5() 281 const kiss_fft_cfg st, in kf_bfly_generic() 328 const kiss_fft_cfg st in kf_shuffle() 361 const kiss_fft_cfg st, in kf_work() 466 kiss_fft_cfg st=NULL; in kiss_fft_alloc() local 505 void kiss_fft_stride(kiss_fft_cfg st,const kiss_fft_cpx *fin,kiss_fft_cpx *fout,int in_stride) in kiss_fft_stride()
|
/external/clang/test/Analysis/ |
D | malloc.c | 417 struct st { in cast_emtpy_struct() struct 425 struct st { in cast_struct_1() struct 426 int i[100]; in cast_struct_1() 427 char j[]; in cast_struct_1() 435 struct st { in cast_struct_2() struct 436 int i[100]; in cast_struct_2() 437 char j[0]; in cast_struct_2() 445 struct st { in cast_struct_3() struct 446 int i[100]; in cast_struct_3() 447 char j[1]; in cast_struct_3() [all …]
|
D | misc-ps.m | 211 struct st { char *name; }; struct 216 static ST *last_Cur_Pu; argument 225 // <rdar://problem/6695527> - Test that we don't symbolicate doubles before argument 232 // <rdar://problem/6708148> - Test that we properly invalidate structs argument 236 void pr6708148_test(void) { argument 264 int rdar_10595327(char *str) { argument 277 void rdar_6777209(char *p) { 301 // Test invalidating pointers-to-pointers with slightly different types. This argument 305 int test_invalidate_by_ref() { argument 320 {}; // this empty compound statement is critical. argument [all …]
|
/external/clang/test/CodeGenObjC/ |
D | stret.m | 16 struct st { int i[1000]; }; argument 17 @interface Test argument
|
/external/nanopb-c/ |
D | pb.h | 363 #define pb_membersize(st, m) (sizeof ((st*)0)->m) argument 365 #define pb_arraysize(st, m) (pb_membersize(st, m) / pb_membersize(st, m[0])) argument 367 #define pb_delta(st, m1, m2) ((int)offsetof(st, m1) - (int)offsetof(st, m2)) argument 373 #define PB_DATAOFFSET_FIRST(st, m1, m2) (offsetof(st, m1)) argument 375 #define PB_DATAOFFSET_OTHER(st, m1, m2) (offsetof(st, m1) - offsetof(st, m2) - pb_membersize(st, m2… argument 377 #define PB_DATAOFFSET_CHOOSE(st, m1, m2) (int)(offsetof(st, m1) == offsetof(st, m2) \ argument 385 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 390 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument 397 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 405 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument [all …]
|
/external/libopus/celt/ |
D | kiss_fft.c | 51 const kiss_fft_state *st, in kf_bfly2() 84 const kiss_fft_state *st, in ki_bfly2() 115 const kiss_fft_state *st, in kf_bfly4() 162 const kiss_fft_state *st, in ki_bfly4() 209 const kiss_fft_state *st, in kf_bfly3() 261 const kiss_fft_state *st, in ki_bfly3() 311 const kiss_fft_state *st, in kf_bfly5() 380 const kiss_fft_state *st, in ki_bfly5() 457 const kiss_fft_state *st in compute_bitrev_table() 543 kiss_fft_state *st=NULL; in opus_fft_alloc_twiddles() local [all …]
|
/external/libopus/src/ |
D | opus_multistream_decoder.c | 64 OpusMSDecoder *st, in opus_multistream_decoder_init() 120 OpusMSDecoder *st; in opus_multistream_decoder_create() local 185 OpusMSDecoder *st, in opus_multistream_decode_native() 366 OpusMSDecoder *st, in opus_multistream_decode() 379 int opus_multistream_decode_float(OpusMSDecoder *st, const unsigned char *data, in opus_multistream_decode_float() 389 int opus_multistream_decode(OpusMSDecoder *st, const unsigned char *data, in opus_multistream_decode() 397 OpusMSDecoder *st, in opus_multistream_decode_float() 410 int opus_multistream_decoder_ctl(OpusMSDecoder *st, int request, ...) in opus_multistream_decoder_ctl() 534 void opus_multistream_decoder_destroy(OpusMSDecoder *st) in opus_multistream_decoder_destroy()
|
D | opus_multistream_encoder.c | 85 static opus_val32 *ms_get_preemph_mem(OpusMSEncoder *st) in ms_get_preemph_mem() argument 104 static opus_val32 *ms_get_window_mem(OpusMSEncoder *st) in ms_get_window_mem() 395 OpusMSEncoder *st, in opus_multistream_encoder_init_impl() 457 OpusMSEncoder *st, in opus_multistream_encoder_init() 470 OpusMSEncoder *st, in opus_multistream_surround_encoder_init() 531 OpusMSEncoder *st; in opus_multistream_encoder_create() local 569 OpusMSEncoder *st; in opus_multistream_surround_encoder_create() local 595 OpusMSEncoder *st, in surround_rate_allocation() 670 OpusMSEncoder *st, in opus_multistream_encode_native() 917 OpusMSEncoder *st, in opus_multistream_encode() [all …]
|
/external/clang/test/Analysis/engine/ |
D | replay-without-inlining.c | 27 static void getID(IB *st, char str[4]) { in getID() 33 static void getH(IB *st, Hdr *header) { in getH() 37 static void readILBM(IB *st, Info *pic) { in readILBM() 51 int bitmapImageRepFromIFF(IB st, const unsigned char *ib, int il) { in bitmapImageRepFromIFF()
|