Home
last modified time | relevance | path

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

12345678910>>...38

/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/swiftshader/third_party/llvm-7.0/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.c55 void st_upload_constants(struct st_context *st, struct gl_program *prog) in st_upload_constants()
134 void st_update_vs_constants(struct st_context *st ) in st_update_vs_constants()
142 void st_update_fs_constants(struct st_context *st ) in st_update_fs_constants()
150 void st_update_gs_constants(struct st_context *st ) in st_update_gs_constants()
160 void st_update_tcs_constants(struct st_context *st ) in st_update_tcs_constants()
170 void st_update_tes_constants(struct st_context *st ) in st_update_tes_constants()
180 void st_update_cs_constants(struct st_context *st ) in st_update_cs_constants()
188 static void st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos()
226 void st_bind_vs_ubos(struct st_context *st) in st_bind_vs_ubos()
234 void 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()
125 st_convert_image_from_unit(const struct st_context *st, in st_convert_image_from_unit()
140 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images()
166 void st_bind_vs_images(struct st_context *st) in st_bind_vs_images()
174 void st_bind_fs_images(struct st_context *st) in st_bind_fs_images()
182 void st_bind_gs_images(struct st_context *st) in st_bind_gs_images()
190 void st_bind_tcs_images(struct st_context *st) in st_bind_tcs_images()
198 void st_bind_tes_images(struct st_context *st) in st_bind_tes_images()
206 void st_bind_cs_images(struct st_context *st) in st_bind_cs_images()
Dst_atom_atomicbuf.c44 st_bind_atomics(struct st_context *st, struct gl_program *prog, in st_bind_atomics()
79 st_bind_vs_atomics(struct st_context *st) in st_bind_vs_atomics()
88 st_bind_fs_atomics(struct st_context *st) in st_bind_fs_atomics()
97 st_bind_gs_atomics(struct st_context *st) in st_bind_gs_atomics()
106 st_bind_tcs_atomics(struct st_context *st) in st_bind_tcs_atomics()
115 st_bind_tes_atomics(struct st_context *st) in st_bind_tes_atomics()
124 st_bind_cs_atomics(struct st_context *st) in st_bind_cs_atomics()
137 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()
95 void st_bind_vs_ssbos(struct st_context *st) in st_bind_vs_ssbos()
103 void st_bind_fs_ssbos(struct st_context *st) in st_bind_fs_ssbos()
111 void st_bind_gs_ssbos(struct st_context *st) in st_bind_gs_ssbos()
119 void st_bind_tcs_ssbos(struct st_context *st) in st_bind_tcs_ssbos()
127 void st_bind_tes_ssbos(struct st_context *st) in st_bind_tes_ssbos()
135 void st_bind_cs_ssbos(struct st_context *st) in st_bind_cs_ssbos()
Dst_cb_flush.c49 void st_flush(struct st_context *st, in st_flush()
62 void st_finish( struct st_context *st ) in st_finish()
84 struct st_context *st = st_context(ctx); in st_glFlush() local
102 struct st_context *st = st_context(ctx); in st_glFinish() local
137 struct st_context *st = st_context(ctx); in st_get_graphics_reset_status() local
154 struct st_context *st = data; in st_device_reset_callback() local
164 st_install_device_reset_callback(struct st_context *st) in st_install_device_reset_callback()
Dst_atom_shader.c97 st_update_fp( struct st_context *st ) in st_update_fp()
155 st_update_vp( struct st_context *st ) in st_update_vp()
202 st_update_common_program(struct st_context *st, struct gl_program *prog, in st_update_common_program()
223 st_update_gp(struct st_context *st) in st_update_gp()
233 st_update_tcp(struct st_context *st) in st_update_tcp()
243 st_update_tep(struct st_context *st) in st_update_tep()
253 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()
222 st_update_vertex_textures(struct st_context *st) in st_update_vertex_textures()
237 st_update_fragment_textures(struct st_context *st) in st_update_fragment_textures()
250 st_update_geometry_textures(struct st_context *st) in st_update_geometry_textures()
265 st_update_tessctrl_textures(struct st_context *st) in st_update_tessctrl_textures()
280 st_update_tesseval_textures(struct st_context *st) in st_update_tesseval_textures()
295 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()
224 st_convert_sampler_from_unit(const struct st_context *st, in st_convert_sampler_from_unit()
250 update_shader_samplers(struct st_context *st, in update_shader_samplers()
328 st_update_vertex_samplers(struct st_context *st) in st_update_vertex_samplers()
341 st_update_tessctrl_samplers(struct st_context *st) in st_update_tessctrl_samplers()
356 st_update_tesseval_samplers(struct st_context *st) in st_update_tesseval_samplers()
371 st_update_geometry_samplers(struct st_context *st) in st_update_geometry_samplers()
386 st_update_fragment_samplers(struct st_context *st) in st_update_fragment_samplers()
399 st_update_compute_samplers(struct st_context *st) in st_update_compute_samplers()
Dst_context.c96 struct st_context *st = st_context(ctx); in st_Enable() local
169 st_invalidate_buffers(struct st_context *st) in st_invalidate_buffers()
192 struct st_context *st = st_context(ctx); in st_invalidate_state() local
254 st_destroy_context_priv(struct st_context *st, bool destroy_pipe) in st_destroy_context_priv()
293 st_init_driver_flags(struct st_context *st) in st_init_driver_flags()
361 struct st_context *st = ST_CALLOC_STRUCT( st_context); in st_create_context_priv() local
570 struct st_context *st; in st_create_context() local
613 struct st_context *st = (struct st_context *) userData; in destroy_tex_sampler_cb() local
620 st_destroy_context(struct st_context *st) in st_destroy_context()
673 struct st_context *st = ctx->st; in st_emit_string_marker() local
[all …]
Dst_program.c212 delete_vp_variant(struct st_context *st, struct st_vp_variant *vpv) in delete_vp_variant()
232 st_release_vp_variants( struct st_context *st, in st_release_vp_variants()
258 delete_fp_variant(struct st_context *st, struct st_fp_variant *fpv) in delete_fp_variant()
270 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) in st_release_fp_variants()
294 delete_basic_variant(struct st_context *st, struct st_basic_variant *v, in delete_basic_variant()
324 st_release_basic_variants(struct st_context *st, GLenum target, in st_release_basic_variants()
349 st_release_cp_variants(struct st_context *st, struct st_compute_program *stcp) in st_release_cp_variants()
384 st_translate_vertex_program(struct st_context *st, in st_translate_vertex_program()
549 st_create_vp_variant(struct st_context *st, in st_create_vp_variant()
614 st_get_vp_variant(struct st_context *st, in st_get_vp_variant()
[all …]
Dst_texture.c57 st_texture_create(struct st_context *st, in st_texture_create()
202 st_texture_match_image(struct st_context *st, in st_texture_match_image()
248 st_texture_image_map(struct st_context *st, struct st_texture_image *stImage, in st_texture_image_map()
301 st_texture_image_unmap(struct st_context *st, in st_texture_image_unmap()
410 struct st_context *st = st_context(ctx); in st_create_color_map_texture() local
431 st_destroy_bound_texture_handles_per_stage(struct st_context *st, in st_destroy_bound_texture_handles_per_stage()
457 st_destroy_bound_texture_handles(struct st_context *st) in st_destroy_bound_texture_handles()
471 st_destroy_bound_image_handles_per_stage(struct st_context *st, in st_destroy_bound_image_handles_per_stage()
497 st_destroy_bound_image_handles(struct st_context *st) in st_destroy_bound_image_handles()
511 st_create_texture_handle_from_unit(struct st_context *st, in st_create_texture_handle_from_unit()
[all …]
Dst_manager.c151 st_context_validate(struct st_context *st, in st_context_validate()
185 struct st_context *st) in st_framebuffer_validate()
432 st_framebuffer_create(struct st_context *st, in st_framebuffer_create()
610 st_framebuffers_purge(struct st_context *st) in st_framebuffers_purge()
641 struct st_context *st = (struct st_context *) stctxi; in st_context_flush() local
679 struct st_context *st = (struct st_context *) stctxi; in st_context_teximage() local
769 struct st_context *st = (struct st_context *) stctxi; in st_context_copy() local
780 struct st_context *st = (struct st_context *) stctxi; in st_context_share() local
790 struct st_context *st = (struct st_context *) stctxi; in st_context_destroy() local
798 struct st_context *st = (struct st_context *) stctxi; in st_start_thread() local
[all …]
Dst_draw.c109 prepare_draw(struct st_context *st, struct gl_context *ctx) in prepare_draw()
143 struct st_context *st = st_context(ctx); in st_draw_vbo() local
242 struct st_context *st = st_context(ctx); in st_indirect_draw_vbo() local
306 st_init_draw(struct st_context *st) in st_init_draw()
316 st_destroy_draw(struct st_context *st) in st_destroy_draw()
326 st_get_draw_context(struct st_context *st) in st_get_draw_context()
351 st_draw_quad(struct st_context *st, in st_draw_quad()
/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/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()
Dutil_smartptr.bench.cpp14 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/clang/test/CodeGenObjC/
Dstret.m16 struct st { int i[1000]; }; struct
17 @interface Test argument
/external/python/cpython3/Python/
Dsymtable.c39 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new()
215 struct symtable *st; in symtable_new() local
253 struct symtable *st = symtable_new(); in PySymtable_BuildObject() local
332 struct symtable *st; in PySymtable_Build() local
342 PySymtable_Free(struct symtable *st) in PySymtable_Free()
351 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup()
897 symtable_analyze(struct symtable *st) in symtable_analyze()
922 symtable_exit_block(struct symtable *st, void *ast) in symtable_exit_block()
938 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block()
965 symtable_lookup(struct symtable *st, PyObject *name) in symtable_lookup()
[all …]
/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/filter/
Dinterpret.c514 _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/libopus/src/
Dopus_projection_decoder.c92 static MappingMatrix *get_dec_demixing_matrix(OpusProjectionDecoder *st) in get_dec_demixing_matrix()
99 static OpusMSDecoder *get_multistream_decoder(OpusProjectionDecoder *st) in get_multistream_decoder()
125 int opus_projection_decoder_init(OpusProjectionDecoder *st, opus_int32 Fs, in opus_projection_decoder_init()
182 OpusProjectionDecoder *st; in opus_projection_decoder_create() local
213 int opus_projection_decode(OpusProjectionDecoder *st, const unsigned char *data, in opus_projection_decode()
222 int opus_projection_decode(OpusProjectionDecoder *st, const unsigned char *data, in opus_projection_decode()
233 int opus_projection_decode_float(OpusProjectionDecoder *st, const unsigned char *data, in opus_projection_decode_float()
242 int opus_projection_decoder_ctl(OpusProjectionDecoder *st, int request, ...) in opus_projection_decoder_ctl()
254 void opus_projection_decoder_destroy(OpusProjectionDecoder *st) in opus_projection_decoder_destroy()

12345678910>>...38