Home
last modified time | relevance | path

Searched defs:st (Results 1 – 25 of 1650) sorted by relevance

12345678910>>...66

/external/llvm-project/llvm/test/MC/Lanai/
Dv11.s427 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/llvm/test/MC/Lanai/
Dv11.s427 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/
Dst_atom_constbuf.c56 st_upload_constants(struct st_context *st, struct gl_program *prog) in st_upload_constants()
153 st_update_vs_constants(struct st_context *st) in st_update_vs_constants()
162 st_update_fs_constants(struct st_context *st) in st_update_fs_constants()
171 st_update_gs_constants(struct st_context *st) in st_update_gs_constants()
182 st_update_tcs_constants(struct st_context *st) in st_update_tcs_constants()
193 st_update_tes_constants(struct st_context *st) in st_update_tes_constants()
204 st_update_cs_constants(struct st_context *st) in st_update_cs_constants()
213 st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos()
252 st_bind_vs_ubos(struct st_context *st) in st_bind_vs_ubos()
261 st_bind_fs_ubos(struct st_context *st) in st_bind_fs_ubos()
[all …]
Dst_atom_image.c52 st_convert_image(const struct st_context *st, const struct gl_image_unit *u, in st_convert_image()
143 st_convert_image_from_unit(const struct st_context *st, in st_convert_image_from_unit()
159 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images()
186 void st_bind_vs_images(struct st_context *st) in st_bind_vs_images()
194 void st_bind_fs_images(struct st_context *st) in st_bind_fs_images()
202 void st_bind_gs_images(struct st_context *st) in st_bind_gs_images()
210 void st_bind_tcs_images(struct st_context *st) in st_bind_tcs_images()
218 void st_bind_tes_images(struct st_context *st) in st_bind_tes_images()
226 void st_bind_cs_images(struct st_context *st) in st_bind_cs_images()
Dst_atom_atomicbuf.c68 st_bind_atomics(struct st_context *st, struct gl_program *prog, in st_bind_atomics()
97 st_bind_vs_atomics(struct st_context *st) in st_bind_vs_atomics()
106 st_bind_fs_atomics(struct st_context *st) in st_bind_fs_atomics()
115 st_bind_gs_atomics(struct st_context *st) in st_bind_gs_atomics()
124 st_bind_tcs_atomics(struct st_context *st) in st_bind_tcs_atomics()
133 st_bind_tes_atomics(struct st_context *st) in st_bind_tes_atomics()
142 st_bind_cs_atomics(struct st_context *st) in st_bind_cs_atomics()
155 st_bind_hw_atomic_buffers(struct st_context *st) in st_bind_hw_atomic_buffers()
Dst_atom_storagebuf.c44 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos()
96 void st_bind_vs_ssbos(struct st_context *st) in st_bind_vs_ssbos()
104 void st_bind_fs_ssbos(struct st_context *st) in st_bind_fs_ssbos()
112 void st_bind_gs_ssbos(struct st_context *st) in st_bind_gs_ssbos()
120 void st_bind_tcs_ssbos(struct st_context *st) in st_bind_tcs_ssbos()
128 void st_bind_tes_ssbos(struct st_context *st) in st_bind_tes_ssbos()
136 void st_bind_cs_ssbos(struct st_context *st) in st_bind_cs_ssbos()
Dst_context.c103 struct st_context *st = st_context(ctx); in st_Enable() local
179 st_invalidate_buffers(struct st_context *st) in st_invalidate_buffers()
210 struct st_context *st = st_context(ctx); in st_invalidate_state() local
294 st_save_zombie_sampler_view(struct st_context *st, in st_save_zombie_sampler_view()
324 st_save_zombie_shader(struct st_context *st, in st_save_zombie_shader()
353 free_zombie_sampler_views(struct st_context *st) in free_zombie_sampler_views()
383 free_zombie_shaders(struct st_context *st) in free_zombie_shaders()
439 st_context_free_zombie_objects(struct st_context *st) in st_context_free_zombie_objects()
447 st_destroy_context_priv(struct st_context *st, bool destroy_pipe) in st_destroy_context_priv()
481 st_init_driver_flags(struct st_context *st) in st_init_driver_flags()
[all …]
Dst_cb_flush.c51 st_flush(struct st_context *st, in st_flush()
68 st_finish(struct st_context *st) in st_finish()
92 struct st_context *st = st_context(ctx); in st_glFlush() local
113 struct st_context *st = st_context(ctx); in st_glFinish() local
143 struct st_context *st = data; in st_device_reset_callback() local
160 struct st_context *st = st_context(ctx); in st_get_graphics_reset_status() local
177 st_install_device_reset_callback(struct st_context *st) in st_install_device_reset_callback()
Dst_atom_shader.c99 st_update_fp( struct st_context *st ) in st_update_fp()
179 st_update_vp( struct st_context *st ) in st_update_vp()
250 st_update_common_program(struct st_context *st, struct gl_program *prog, in st_update_common_program()
307 st_update_gp(struct st_context *st) in st_update_gp()
317 st_update_tcp(struct st_context *st) in st_update_tcp()
327 st_update_tep(struct st_context *st) in st_update_tep()
337 st_update_cp(struct st_context *st) in st_update_cp()
Dst_atom_texture.c59 st_update_single_texture(struct st_context *st, in st_update_single_texture()
101 update_textures(struct st_context *st, in update_textures()
256 update_textures_local(struct st_context *st, in update_textures_local()
270 st_update_vertex_textures(struct st_context *st) in st_update_vertex_textures()
284 st_update_fragment_textures(struct st_context *st) in st_update_fragment_textures()
296 st_update_geometry_textures(struct st_context *st) in st_update_geometry_textures()
308 st_update_tessctrl_textures(struct st_context *st) in st_update_tessctrl_textures()
320 st_update_tesseval_textures(struct st_context *st) in st_update_tesseval_textures()
332 st_update_compute_textures(struct st_context *st) in st_update_compute_textures()
Dst_atom_sampler.c106 st_convert_sampler(const struct st_context *st, in st_convert_sampler()
232 st_convert_sampler_from_unit(const struct st_context *st, in st_convert_sampler_from_unit()
258 update_shader_samplers(struct st_context *st, in update_shader_samplers()
353 st_update_vertex_samplers(struct st_context *st) in st_update_vertex_samplers()
366 st_update_tessctrl_samplers(struct st_context *st) in st_update_tessctrl_samplers()
379 st_update_tesseval_samplers(struct st_context *st) in st_update_tesseval_samplers()
392 st_update_geometry_samplers(struct st_context *st) in st_update_geometry_samplers()
405 st_update_fragment_samplers(struct st_context *st) in st_update_fragment_samplers()
418 st_update_compute_samplers(struct st_context *st) in st_update_compute_samplers()
Dst_sampler_view.c57 st_texture_set_sampler_view(struct st_context *st, in st_texture_set_sampler_view()
168 st_texture_get_current_sampler_view(const struct st_context *st, in st_texture_get_current_sampler_view()
189 st_texture_release_context_sampler_view(struct st_context *st, in st_texture_release_context_sampler_view()
214 st_texture_release_all_sampler_views(struct st_context *st, in st_texture_release_all_sampler_views()
250 st_delete_texture_sampler_views(struct st_context *st, in st_delete_texture_sampler_views()
393 get_texture_format_swizzle(const struct st_context *st, in get_texture_format_swizzle()
431 check_sampler_swizzle(const struct st_context *st, in check_sampler_swizzle()
470 get_sampler_view_format(struct st_context *st, in get_sampler_view_format()
530 st_create_texture_sampler_view_from_stobj(struct st_context *st, in st_create_texture_sampler_view_from_stobj()
567 st_get_texture_sampler_view_from_stobj(struct st_context *st, in st_get_texture_sampler_view_from_stobj()
[all …]
Dst_manager.c153 st_context_validate(struct st_context *st, in st_context_validate()
207 struct st_context *st) in st_framebuffer_validate()
437 st_framebuffer_create(struct st_context *st, in st_framebuffer_create()
624 st_framebuffers_purge(struct st_context *st) in st_framebuffers_purge()
657 struct st_context *st = (struct st_context *) stctxi; in st_context_flush() local
702 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage() local
792 struct st_context *st = (struct st_context *) stctxi; in st_context_copy() local
803 struct st_context *st = (struct st_context *) stctxi; in st_context_share() local
813 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy() local
821 struct st_context *st = (struct st_context *) stctxi; in st_start_thread() local
[all …]
Dst_texture.c57 st_texture_create(struct st_context *st, in st_texture_create()
203 st_texture_match_image(struct st_context *st, in st_texture_match_image()
249 st_texture_image_map(struct st_context *st, struct st_texture_image *stImage, in st_texture_image_map()
302 st_texture_image_unmap(struct st_context *st, in st_texture_image_unmap()
411 struct st_context *st = st_context(ctx); in st_create_color_map_texture() local
432 st_destroy_bound_texture_handles_per_stage(struct st_context *st, in st_destroy_bound_texture_handles_per_stage()
458 st_destroy_bound_texture_handles(struct st_context *st) in st_destroy_bound_texture_handles()
472 st_destroy_bound_image_handles_per_stage(struct st_context *st, in st_destroy_bound_image_handles_per_stage()
498 st_destroy_bound_image_handles(struct st_context *st) in st_destroy_bound_image_handles()
512 st_create_texture_handle_from_unit(struct st_context *st, in st_create_texture_handle_from_unit()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-xl-xst.c55 void test1(vector signed short *c, signed short *st, const signed short *ld) { in test1()
105 void test2(vector unsigned short *c, unsigned short *st, in test2()
156 void test3(vector signed int *c, signed int *st, const signed int *ld) { in test3()
206 void test4(vector unsigned int *c, unsigned int *st, const unsigned int *ld) { in test4()
256 void test5(vector signed long long *c, signed long long *st, in test5()
307 void test6(vector unsigned long long *c, unsigned long long *st, in test6()
358 void test7(vector float *c, float *st, const float *ld) { in test7()
408 void test8(vector double *c, double *st, const double *ld) { in test8()
459 void test9(vector signed __int128 *c, signed __int128 *st, in test9()
510 void test10(vector unsigned __int128 *c, unsigned __int128 *st, in test10()
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer_test.cc81 Status st = BuildMap(); in TEST_F() local
94 Status st = BuildMap(); in TEST_F() local
101 Status st = BuildMap(); in TEST_F() local
114 Status st = BuildMap(); in TEST_F() local
135 Status st = BuildMap(); in TEST_F() local
150 Status st = BuildMap(); in TEST_F() local
172 Status st = BuildMap(); in TEST_F() local
195 Status st = BuildMap(); in TEST_F() local
217 Status st = BuildMap(); in TEST_F() local
235 Status st = BuildMap(); in TEST_F() local
[all …]
/external/llvm-project/llvm/test/MC/VE/
DST.s8 st %s11, 32767 label
12 st %s11, 20(%s11) label
16 st %s11, -1(, %s11) label
20 st %s11, 20(%s10, %s11) label
/external/python/cpython3/Python/
Dsymtable.c47 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
225 struct symtable *st; in symtable_new() local
263 struct symtable *st = symtable_new(); in PySymtable_BuildObject() local
352 struct symtable *st; in PySymtable_Build() local
362 PySymtable_Free(struct symtable *st) in PySymtable_Free()
371 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup()
927 symtable_analyze(struct symtable *st) in symtable_analyze()
952 symtable_exit_block(struct symtable *st) in symtable_exit_block()
968 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
1002 symtable_lookup(struct symtable *st, PyObject *name) in symtable_lookup()
[all …]
/external/llvm-project/libcxx/benchmarks/
DContainerBenchmarks.h21 void BM_ConstructSize(benchmark::State& st, Container) { in BM_ConstructSize()
30 void BM_ConstructSizeValue(benchmark::State& st, Container, typename Container::value_type const& v… in BM_ConstructSizeValue()
39 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructIterIter()
51 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValue()
64 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValueRehash()
79 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertDuplicate()
95 void BM_EmplaceDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_EmplaceDuplicate()
110 static void BM_Find(benchmark::State& st, Container c, GenInputs gen) { in BM_Find()
124 static void BM_FindRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_FindRehash()
Dfilesystem.bench.cpp10 void BM_PathConstructString(benchmark::State &st, GenInputs gen) { in BM_PathConstructString()
28 void BM_PathConstructCStr(benchmark::State &st, GenInputs gen) { in BM_PathConstructCStr()
45 void BM_PathConstructIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructIter()
64 void BM_PathConstructInputIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructInputIter()
68 void BM_PathConstructForwardIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructForwardIter()
78 void BM_PathIterateMultipleTimes(benchmark::State &st, GenInputs gen) { in BM_PathIterateMultipleTimes()
98 void BM_PathIterateOnce(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnce()
118 void BM_PathIterateOnceBackwards(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnceBackwards()
149 void BM_LexicallyNormal(benchmark::State &st, GenInput gen, size_t PathLen) { in BM_LexicallyNormal()
/external/speex/libspeexdsp/
Dbuffer.c53 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/libcxx/benchmarks/
Dfilesystem.bench.cpp10 void BM_PathConstructString(benchmark::State &st, GenInputs gen) { in BM_PathConstructString()
28 void BM_PathConstructCStr(benchmark::State &st, GenInputs gen) { in BM_PathConstructCStr()
45 void BM_PathConstructIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructIter()
64 void BM_PathConstructInputIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructInputIter()
68 void BM_PathConstructForwardIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructForwardIter()
78 void BM_PathIterateMultipleTimes(benchmark::State &st, GenInputs gen) { in BM_PathIterateMultipleTimes()
98 void BM_PathIterateOnce(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnce()
118 void BM_PathIterateOnceBackwards(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnceBackwards()
149 void BM_LexicallyNormal(benchmark::State &st, GenInput gen, size_t PathLen) { in BM_LexicallyNormal()
DContainerBenchmarks.hpp12 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()
/external/python/cpython2/Python/
Dsymtable.c21 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
199 struct symtable *st; in symtable_new() local
223 struct symtable *st = symtable_new(); in PySymtable_Build() local
279 PySymtable_Free(struct symtable *st) in PySymtable_Free()
287 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup()
780 symtable_analyze(struct symtable *st) in symtable_analyze()
801 symtable_warn(struct symtable *st, PyObject *warn, const char *msg, int lineno) in symtable_warn()
825 symtable_exit_block(struct symtable *st, void *ast) in symtable_exit_block()
844 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
871 symtable_lookup(struct symtable *st, PyObject *name) in symtable_lookup()
[all …]
/external/libcups/cups/
Draster-interpret.c510 _cups_ps_stack_t *st; /* PostScript value stack */ in _cupsRasterExecPS() local
696 cleartomark_stack(_cups_ps_stack_t *st) /* I - Stack */ in cleartomark_stack()
714 copy_stack(_cups_ps_stack_t *st, /* I - Stack */ in copy_stack()
746 delete_stack(_cups_ps_stack_t *st) /* I - Stack */ in delete_stack()
853 error_stack(_cups_ps_stack_t *st, /* I - Stack */ in error_stack()
874 index_stack(_cups_ps_stack_t *st, /* I - Stack */ in index_stack()
891 _cups_ps_stack_t *st; /* New stack */ in new_stack() local
914 pop_stack(_cups_ps_stack_t *st) /* I - Stack */ in pop_stack()
932 push_stack(_cups_ps_stack_t *st, /* I - Stack */ in push_stack()
966 roll_stack(_cups_ps_stack_t *st, /* I - Stack */ in roll_stack()
[all …]

12345678910>>...66