Home
last modified time | relevance | path

Searched refs:find_frame (Results 51 – 73 of 73) sorted by relevance

123

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1069 find_frame(struct etna_compile *c, enum etna_compile_frame_type type) in find_frame() function
1249 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_brk()
1269 struct etna_compile_frame *f = find_frame(c, ETNA_COMPILE_FRAME_LOOP); in trans_cont()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/
H A Deditor.hpp235 virtual frame find_frame (bool last= false) = 0;
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/t/
H A Dmp3.t795 my $offset = Audio::Scan->find_frame( _f('no-tags-no-xing-vbr.mp3'), 1000 );
801 $offset = Audio::Scan->find_frame( _f('no-tags-mp1l3-vbr.mp3'), -1 );
820 my $offset = Audio::Scan->find_frame( _f('v2.3-itunes81.mp3' ), 600 );
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Boxes/Basic/
H A Dboxes.cpp322 box_rep::find_frame (path bp, bool last) { in find_frame() function in box_rep
/dports/www/links/links-2.25/
H A Dsession.c2135 struct f_data_c *find_frame(struct session *ses, unsigned char *target, struct f_data_c *base) in find_frame() function
2194 if ((fd = find_frame(ses, ses->wtd_target, ses->wtd_target_base))&&fd!=ses->screen) { in ses_go_forward()
2661 struct f_data_c *fr = find_frame(ses, ses->wtd_target, ses->wtd_target_base); in goto_url_f()
2667 fd = find_frame(ses, ses->wtd_target, ses->wtd_target_base); in goto_url_f()
H A Dlinks.h3664 struct f_data_c *find_frame(struct session *ses, unsigned char *target, struct f_data_c *base);
H A Dview.c2380 …} else if (ses->ds.target_in_new_window && link->target && *link->target && !find_frame(ses, link-… in enter()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/
H A Dpydevd.py1779 def find_frame(self, thread_id, frame_id): member in PyDB
1781 return self.suspended_frames_manager.find_frame(thread_id, frame_id)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/
H A Dpydevd.py1900 def find_frame(self, thread_id, frame_id): member in PyDB
1902 return self.suspended_frames_manager.find_frame(thread_id, frame_id)
/dports/editors/lazarus/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas4633 function find_frame(name: Pgchar): PWebKitWebFrame; cdecl; inline; in find_frame() function
15753 function TWebKitWebFrame.find_frame(name: Pgchar): PWebKitWebFrame; cdecl; in find_frame() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas4633 function find_frame(name: Pgchar): PWebKitWebFrame; cdecl; inline; in find_frame() function
15753 function TWebKitWebFrame.find_frame(name: Pgchar): PWebKitWebFrame; cdecl; in find_frame() function
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas4633 function find_frame(name: Pgchar): PWebKitWebFrame; cdecl; inline; in find_frame() function
15753 function TWebKitWebFrame.find_frame(name: Pgchar): PWebKitWebFrame; cdecl; in find_frame() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/gtk3bindings/
H A Dlazwebkit3.pas4633 function find_frame(name: Pgchar): PWebKitWebFrame; cdecl; inline; in find_frame() function
15753 function TWebKitWebFrame.find_frame(name: Pgchar): PWebKitWebFrame; cdecl; in find_frame() function
/dports/graphics/birdfont/birdfont-2.29.5/
H A Dwebkit2gtk-3.0.vapi4198 public unowned WebKit.WebFrame find_frame (string name);
/dports/lang/vala/vala-0.48.18/vapi/
H A Dwebkit-1.0.vapi4893 public unowned WebKit.WebFrame find_frame (string name);

123