/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.h | 35 struct loop_info { struct 46 struct loop_info * Loops; argument
|
D | radeon_emulate_loops.c | 60 struct loop_info * loop) in loop_max_possible_iterations() 68 static void unroll_loop(struct radeon_compiler * c, struct loop_info * loop, in unroll_loop() 187 static int try_unroll_loop(struct radeon_compiler * c, struct loop_info * loop) in try_unroll_loop() 327 static int build_loop_info(struct radeon_compiler * c, struct loop_info * loop, in build_loop_info() 337 memset(loop, 0, sizeof(struct loop_info)); in build_loop_info() 437 struct loop_info * loop; in transform_loop() 439 memory_pool_array_reserve(&s->C->Pool, struct loop_info, in transform_loop()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 475 create_and_send_tags (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_tags() argument 528 if (loop_info) { in create_and_send_tags() 529 if (loop_info->bpm != 0.0) { in create_and_send_tags() 531 (gdouble) loop_info->bpm, NULL); in create_and_send_tags() 533 if (loop_info->root_key != -1) { in create_and_send_tags() 535 (guint) loop_info->root_key, NULL); in create_and_send_tags() 618 create_and_send_toc (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_toc() argument 679 SF_LOOP_INFO loop_info = { 0, }; in gst_sf_dec_open_file() local 749 if (sf_command (self->file, SFC_GET_LOOP_INFO, &loop_info, in gst_sf_dec_open_file() 750 sizeof (loop_info))) { in gst_sf_dec_open_file() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_loop05.c | 40 struct loop_info loopinfoget; in check_dio_value() 57 struct loop_info loopinfo; in verify_ioctl_loop()
|
D | ioctl_loop03.c | 36 struct loop_info loopinfoget; in setup()
|
D | ioctl_loop04.c | 28 struct loop_info loopinfoget; in verify_ioctl_loop()
|
D | ioctl09.c | 70 struct loop_info loopinfo = {0}; in verify_ioctl()
|
D | ioctl_loop01.c | 47 struct loop_info loopinfo = {0}, loopinfoget = {0}; in check_loop_value()
|
D | ioctl_loop02.c | 44 struct loop_info loopinfoget; in verify_ioctl_loop()
|
/third_party/libsnd/src/ |
D | wav.c | 1508 if (psf->loop_info) in wav_read_acid_chunk() 1510 free (psf->loop_info) ; in wav_read_acid_chunk() 1511 psf->loop_info = NULL ; in wav_read_acid_chunk() 1513 if ((psf->loop_info = calloc (1, sizeof (SF_LOOP_INFO))) == NULL) in wav_read_acid_chunk() 1516 psf->loop_info->time_sig_num = meter_numer ; in wav_read_acid_chunk() 1517 psf->loop_info->time_sig_den = meter_denom ; in wav_read_acid_chunk() 1518 psf->loop_info->loop_mode = (flags & 0x01) ? SF_LOOP_NONE : SF_LOOP_FORWARD ; in wav_read_acid_chunk() 1519 psf->loop_info->num_beats = beats ; in wav_read_acid_chunk() 1520 psf->loop_info->bpm = tempo ; in wav_read_acid_chunk() 1521 psf->loop_info->root_key = (flags & 0x02) ? rootnote : -1 ; in wav_read_acid_chunk()
|
D | aiff.c | 1732 if (psf->loop_info) in aiff_read_basc_chunk() 1734 free (psf->loop_info) ; in aiff_read_basc_chunk() 1735 psf->loop_info = NULL ; in aiff_read_basc_chunk() 1737 if ((psf->loop_info = calloc (1, sizeof (SF_LOOP_INFO))) == NULL) in aiff_read_basc_chunk() 1740 psf->loop_info->time_sig_num = bc.sigNumerator ; in aiff_read_basc_chunk() 1741 psf->loop_info->time_sig_den = bc.sigDenominator ; in aiff_read_basc_chunk() 1742 psf->loop_info->loop_mode = (bc.loopType == basc_TYPE_ONE_SHOT) ? SF_LOOP_NONE : SF_LOOP_FORWARD ; in aiff_read_basc_chunk() 1743 psf->loop_info->num_beats = bc.numBeats ; in aiff_read_basc_chunk() 1746 psf->loop_info->bpm = (1.0 / psf->sf.frames) * psf->sf.samplerate in aiff_read_basc_chunk() 1748 psf->loop_info->root_key = bc.rootNote ; in aiff_read_basc_chunk()
|
D | common.h | 466 SF_LOOP_INFO *loop_info ; member
|
D | sndfile.c | 1207 if (psf->loop_info == NULL) in sf_command() 1209 memcpy (data, psf->loop_info, sizeof (SF_LOOP_INFO)) ; in sf_command() 2903 free (psf->loop_info) ; in psf_close()
|
/third_party/ltp/lib/ |
D | tst_device.c | 76 struct loop_info loopinfo; in tst_find_free_loopdev() 147 struct loop_info loopinfo; in tst_attach_device()
|
/third_party/mesa3d/src/mesa/program/ |
D | prog_optimize.c | 906 struct loop_info struct 917 struct loop_info *loopStack, GLuint loopStackDepth, in update_interval() argument 963 struct loop_info loopStack[MAX_LOOP_NESTING]; in find_temp_intervals()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_insert_exec_mask.cpp | 68 struct loop_info { struct 75 loop_info(Block* b, uint16_t num, uint8_t needs_, bool breaks, bool cont, bool discard) in loop_info() argument 94 std::vector<loop_info> loop; 449 loop_info& info = ctx.loop.back(); in add_coupling_code() 515 loop_info& info = ctx.loop.back(); in add_coupling_code()
|
/third_party/boost/tools/build/src/engine/ |
D | function.cpp | 1312 struct loop_info struct 1452 struct loop_info * info = NULL; in compile_emit_loop_jump() 1456 struct loop_info * elem = &dynamic_array_at( struct loop_info, c->loop_scopes, i ); in compile_emit_loop_jump() 1474 struct loop_info info; in compile_push_break_scope() 1483 struct loop_info info; in compile_push_continue_scope() 1493 …assert( dynamic_array_at( struct loop_info, c->loop_scopes, c->loop_scopes->size - 1 ).type == LOO… in compile_pop_break_scope() 1500 …assert( dynamic_array_at( struct loop_info, c->loop_scopes, c->loop_scopes->size - 1 ).type == LOO… in compile_pop_continue_scope()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 2812 - aco: set loop_info::has_discard for demotes
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 127454 Query instrument data. Use both 'loop_info' and 'instrument' to inform about the
|