Searched defs:loop_info (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.h | 35 struct loop_info { struct 46 struct loop_info * Loops; argument
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_insert_exec_mask.cpp | 68 struct loop_info { struct 69 Block* loop_header; 70 uint16_t num_exec_masks; 71 uint8_t needs; 72 bool has_divergent_break; 73 bool has_divergent_continue; 74 bool has_discard; /* has a discard or demote */ 75 loop_info(Block* b, uint16_t num, uint8_t needs_, bool breaks, bool cont, bool discard) in loop_info() argument
|
/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() 618 create_and_send_toc (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_toc() 679 SF_LOOP_INFO loop_info = { 0, }; in gst_sf_dec_open_file() local
|
/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
|
/third_party/boost/tools/build/src/engine/ |
D | function.cpp | 1312 struct loop_info struct 1314 int type; 1315 int label; 1316 int cleanup_depth;
|
/third_party/libsnd/src/ |
D | common.h | 466 SF_LOOP_INFO *loop_info ; member
|