/external/llvm/test/MC/Lanai/ |
D | v11.s | 427 st %r21 label 503 st %r17, -32768[%r19] label 505 st %r17, -1024[%r19] label 507 st %r17, 0[%r19] label 509 st %r17, 1024[%r19] label 511 st %r17, 32767[%r19] label 529 st %r17, %r18[%r19] label 535 st %r17, -32768[*%r19] label 537 st %r17, -1024[*%r19] label 539 st %r17, 0[*%r19] label [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_constbuf.c | 56 void st_upload_constants( struct st_context *st, in st_upload_constants() 142 static void update_vs_constants(struct st_context *st ) in update_vs_constants() 160 static void update_fs_constants(struct st_context *st ) in update_fs_constants() 175 static void update_gs_constants(struct st_context *st ) in update_gs_constants() 192 static void update_tcs_constants(struct st_context *st ) in update_tcs_constants() 209 static void update_tes_constants(struct st_context *st ) in update_tes_constants() 226 static void update_cs_constants(struct st_context *st ) in update_cs_constants() 241 static void st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos() 279 static void bind_vs_ubos(struct st_context *st) in bind_vs_ubos() 294 static void bind_fs_ubos(struct st_context *st) in bind_fs_ubos() [all …]
|
D | st_cb_flush.c | 51 is_front_buffer_dirty(struct st_context *st) in is_front_buffer_dirty() 64 display_front_buffer(struct st_context *st) in display_front_buffer() 78 void st_flush(struct st_context *st, in st_flush() 94 void st_finish( struct st_context *st ) in st_finish() 114 struct st_context *st = st_context(ctx); in st_glFlush() local 134 struct st_context *st = st_context(ctx); in st_glFinish() local 171 struct st_context *st = st_context(ctx); in st_get_graphics_reset_status() local 188 struct st_context *st = data; in st_device_reset_callback() local 198 st_install_device_reset_callback(struct st_context *st) in st_install_device_reset_callback()
|
D | st_atom_atomicbuf.c | 44 st_bind_atomics(struct st_context *st, in st_bind_atomics() 73 bind_vs_atomics(struct st_context *st) in bind_vs_atomics() 86 bind_fs_atomics(struct st_context *st) in bind_fs_atomics() 99 bind_gs_atomics(struct st_context *st) in bind_gs_atomics() 112 bind_tcs_atomics(struct st_context *st) in bind_tcs_atomics() 125 bind_tes_atomics(struct st_context *st) in bind_tes_atomics() 138 bind_cs_atomics(struct st_context *st) in bind_cs_atomics()
|
D | st_atom_storagebuf.c | 44 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos() 93 static void bind_vs_ssbos(struct st_context *st) in bind_vs_ssbos() 109 static void bind_fs_ssbos(struct st_context *st) in bind_fs_ssbos() 125 static void bind_gs_ssbos(struct st_context *st) in bind_gs_ssbos() 141 static void bind_tcs_ssbos(struct st_context *st) in bind_tcs_ssbos() 157 static void bind_tes_ssbos(struct st_context *st) in bind_tes_ssbos() 173 static void bind_cs_ssbos(struct st_context *st) in bind_cs_ssbos()
|
D | st_atom_image.c | 48 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images() 130 static void bind_vs_images(struct st_context *st) in bind_vs_images() 145 static void bind_fs_images(struct st_context *st) in bind_fs_images() 160 static void bind_gs_images(struct st_context *st) in bind_gs_images() 175 static void bind_tcs_images(struct st_context *st) in bind_tcs_images() 190 static void bind_tes_images(struct st_context *st) in bind_tes_images() 205 static void bind_cs_images(struct st_context *st) in bind_cs_images()
|
D | st_atom_shader.c | 110 update_fp( struct st_context *st ) in update_fp() 168 update_vp( struct st_context *st ) in update_vp() 217 update_gp( struct st_context *st ) in update_gp() 246 update_tcp( struct st_context *st ) in update_tcp() 275 update_tep( struct st_context *st ) in update_tep() 304 update_cp( struct st_context *st ) in update_cp()
|
D | st_atom_texture.c | 56 update_single_texture(struct st_context *st, in update_single_texture() 102 update_textures(struct st_context *st, in update_textures() 202 update_vertex_textures(struct st_context *st) in update_vertex_textures() 218 update_fragment_textures(struct st_context *st) in update_fragment_textures() 232 update_geometry_textures(struct st_context *st) in update_geometry_textures() 248 update_tessctrl_textures(struct st_context *st) in update_tessctrl_textures() 264 update_tesseval_textures(struct st_context *st) in update_tesseval_textures() 280 update_compute_textures(struct st_context *st) in update_compute_textures()
|
D | st_program.c | 70 delete_vp_variant(struct st_context *st, struct st_vp_variant *vpv) in delete_vp_variant() 90 st_release_vp_variants( struct st_context *st, in st_release_vp_variants() 116 delete_fp_variant(struct st_context *st, struct st_fp_variant *fpv) in delete_fp_variant() 128 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) in st_release_fp_variants() 152 delete_basic_variant(struct st_context *st, struct st_basic_variant *v, in delete_basic_variant() 182 st_release_basic_variants(struct st_context *st, GLenum target, in st_release_basic_variants() 207 st_release_cp_variants(struct st_context *st, struct st_compute_program *stcp) in st_release_cp_variants() 231 st_translate_vertex_program(struct st_context *st, in st_translate_vertex_program() 472 st_create_vp_variant(struct st_context *st, in st_create_vp_variant() 534 st_get_vp_variant(struct st_context *st, in st_get_vp_variant() [all …]
|
D | st_context.c | 90 struct st_context *st = st_context(ctx); in st_Enable() local 167 struct st_context *st = st_context(ctx); in st_invalidate_state() local 281 st_destroy_context_priv(struct st_context *st, bool destroy_pipe) in st_destroy_context_priv() 331 struct st_context *st = ST_CALLOC_STRUCT( st_context ); in st_create_context_priv() local 540 struct st_context *st; in st_create_context() local 579 struct st_context *st = (struct st_context *) userData; in destroy_tex_sampler_cb() local 584 void st_destroy_context( struct st_context *st ) in st_destroy_context() 623 struct st_context *st = ctx->st; in st_emit_string_marker() local
|
D | st_manager.c | 151 st_context_validate(struct st_context *st, in st_context_validate() 184 struct st_context *st) in st_framebuffer_validate() 415 st_framebuffer_create(struct st_context *st, in st_framebuffer_create() 499 struct st_context *st = (struct st_context *) stctxi; in st_context_flush() local 517 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage() local 602 struct st_context *st = (struct st_context *) stctxi; in st_context_copy() local 612 struct st_context *st = (struct st_context *) stctxi; in st_context_share() local 621 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy() local 632 struct st_context *st; in st_api_create_context() local 731 struct st_context *st = (ctx) ? ctx->st : NULL; in st_api_get_current() local [all …]
|
D | st_sampler_view.c | 50 st_texture_get_sampler_view(struct st_context *st, in st_texture_get_sampler_view() 92 st_texture_release_sampler_view(struct st_context *st, in st_texture_release_sampler_view() 113 st_texture_release_all_sampler_views(struct st_context *st, in st_texture_release_all_sampler_views() 279 get_texture_format_swizzle(const struct st_context *st, in get_texture_format_swizzle() 321 check_sampler_swizzle(const struct st_context *st, in check_sampler_swizzle() 359 get_sampler_view_format(struct st_context *st, in get_sampler_view_format() 407 st_create_texture_sampler_view_from_stobj(struct st_context *st, in st_create_texture_sampler_view_from_stobj() 453 st_get_texture_sampler_view_from_stobj(struct st_context *st, in st_get_texture_sampler_view_from_stobj()
|
D | st_atom.c | 49 void st_init_atoms( struct st_context *st ) in st_init_atoms() 55 void st_destroy_atoms( struct st_context *st ) in st_destroy_atoms() 63 static void check_program_state( struct st_context *st ) in check_program_state() 121 static void check_attrib_edgeflag(struct st_context *st) in check_attrib_edgeflag() 154 void st_validate_state( struct st_context *st, enum st_pipeline pipeline ) in st_validate_state()
|
D | st_draw.c | 94 setup_index_buffer(struct st_context *st, in setup_index_buffer() 187 struct st_context *st = st_context(ctx); in st_draw_vbo() local 296 struct st_context *st = st_context(ctx); in st_indirect_draw_vbo() local 365 st_init_draw(struct st_context *st) in st_init_draw() 375 st_destroy_draw(struct st_context *st) in st_destroy_draw() 385 st_get_draw_context(struct st_context *st) in st_get_draw_context() 410 st_draw_quad(struct st_context *st, in st_draw_quad()
|
D | st_pbo.c | 60 st_pbo_addresses_setup(struct st_context *st, in st_pbo_addresses_setup() 109 st_pbo_addresses_pixelstore(struct st_context *st, in st_pbo_addresses_pixelstore() 190 st_pbo_draw(struct st_context *st, const struct st_pbo_addresses *addr, in st_pbo_draw() 303 st_pbo_create_vs(struct st_context *st) in st_pbo_create_vs() 346 st_pbo_create_gs(struct st_context *st) in st_pbo_create_gs() 407 create_fs(struct st_context *st, bool download, enum pipe_texture_target target, in create_fs() 566 st_pbo_get_upload_fs(struct st_context *st, in st_pbo_get_upload_fs() 581 st_pbo_get_download_fs(struct st_context *st, enum pipe_texture_target target, in st_pbo_get_download_fs() 597 st_init_pbo_helpers(struct st_context *st) in st_init_pbo_helpers() 638 st_destroy_pbo_helpers(struct st_context *st) in st_destroy_pbo_helpers()
|
D | st_cb_clear.c | 67 st_init_clear(struct st_context *st) in st_init_clear() 81 st_destroy_clear(struct st_context *st) in st_destroy_clear() 106 set_fragment_shader(struct st_context *st) in set_fragment_shader() 122 set_vertex_shader(struct st_context *st) in set_vertex_shader() 144 set_vertex_shader_layered(struct st_context *st) in set_vertex_shader_layered() 178 struct st_context *st = st_context(ctx); in clear_with_quad() local 396 struct st_context *st = st_context(ctx); in st_Clear() 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()
|
/external/clang/test/CodeGenObjC/ |
D | stret.m | 16 struct st { int i[1000]; }; struct 17 @interface Test argument
|
/external/libcxx/benchmarks/ |
D | filesystem.bench.cpp | 13 void BM_PathConstructString(benchmark::State &st, GenInputs gen) { in BM_PathConstructString() 30 void BM_PathConstructCStr(benchmark::State &st, GenInputs gen) { in BM_PathConstructCStr() 47 void BM_PathConstructIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructIter() 65 void BM_PathConstructInputIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructInputIter() 69 void BM_PathConstructForwardIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructForwardIter() 79 void BM_PathIterateMultipleTimes(benchmark::State &st, GenInputs gen) { in BM_PathIterateMultipleTimes() 98 void BM_PathIterateOnce(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnce() 117 void BM_PathIterateOnceBackwards(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnceBackwards()
|
D | ContainerBenchmarks.hpp | 12 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructIterIter() 24 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValue() 37 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValueRehash() 52 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertDuplicate() 68 void BM_EmplaceDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_EmplaceDuplicate() 83 static void BM_Find(benchmark::State& st, Container c, GenInputs gen) { in BM_Find() 97 static void BM_FindRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_FindRehash()
|
D | util_smartptr.bench.cpp | 14 static void BM_SharedPtrCreateDestroy(benchmark::State& st) { in BM_SharedPtrCreateDestroy() 22 static void BM_SharedPtrIncDecRef(benchmark::State& st) { in BM_SharedPtrIncDecRef() 32 static void BM_WeakPtrIncDecRef(benchmark::State& st) { in BM_WeakPtrIncDecRef()
|
/external/python/cpython2/Python/ |
D | symtable.c | 21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() 197 struct symtable *st; in symtable_new() local 221 struct symtable *st = symtable_new(); in PySymtable_Build() local 277 PySymtable_Free(struct symtable *st) in PySymtable_Free() 285 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup() 778 symtable_analyze(struct symtable *st) in symtable_analyze() 799 symtable_warn(struct symtable *st, char *msg, int lineno) in symtable_warn() 819 symtable_exit_block(struct symtable *st, void *ast) in symtable_exit_block() 838 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block() 865 symtable_lookup(struct symtable *st, PyObject *name) in symtable_lookup() [all …]
|
/external/libcups/filter/ |
D | interpret.c | 514 _cups_ps_stack_t *st; /* PostScript value stack */ in _cupsRasterExecPS() local 700 cleartomark_stack(_cups_ps_stack_t *st) /* I - Stack */ in cleartomark_stack() 718 copy_stack(_cups_ps_stack_t *st, /* I - Stack */ in copy_stack() 750 delete_stack(_cups_ps_stack_t *st) /* I - Stack */ in delete_stack() 857 error_stack(_cups_ps_stack_t *st, /* I - Stack */ in error_stack() 878 index_stack(_cups_ps_stack_t *st, /* I - Stack */ in index_stack() 895 _cups_ps_stack_t *st; /* New stack */ in new_stack() local 918 pop_stack(_cups_ps_stack_t *st) /* I - Stack */ in pop_stack() 936 push_stack(_cups_ps_stack_t *st, /* I - Stack */ in push_stack() 970 roll_stack(_cups_ps_stack_t *st, /* I - Stack */ in roll_stack() [all …]
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/ |
D | symlink_status.pass.cpp | 45 file_status st = symlink_status(p, ec); in TEST_CASE() local 78 file_status st = symlink_status(p, ec); in TEST_CASE() local 99 file_status st = symlink_status(sym_points_in_dir, ec); in TEST_CASE() local 133 file_status st = symlink_status(TC.p, ec); in TEST_CASE() local 167 file_status st = symlink_status(p, ec); in TEST_CASE() local 181 file_status st = symlink_status(sym, ec); in TEST_CASE() local
|
/external/clang/test/Analysis/ |
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 …]
|