Home
last modified time | relevance | path

Searched refs:unbind (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dkernel.hpp53 void unbind();
103 virtual void unbind(exec_context &ctx) = 0;
161 virtual void unbind(exec_context &ctx);
176 virtual void unbind(exec_context &ctx);
190 virtual void unbind(exec_context &ctx);
203 virtual void unbind(exec_context &ctx);
224 virtual void unbind(exec_context &ctx);
235 virtual void unbind(exec_context &ctx);
245 virtual void unbind(exec_context &ctx);
Dkernel.cpp116 exec.unbind(); in launch()
288 unbind(); // Cleanup in bind()
297 kernel::exec_context::unbind() { in unbind() function in kernel::exec_context
302 arg.unbind(*this); in unbind()
458 kernel::scalar_argument::unbind(exec_context &ctx) { in unbind() function in kernel::scalar_argument
510 kernel::global_argument::unbind(exec_context &ctx) { in unbind() function in kernel::global_argument
545 kernel::local_argument::unbind(exec_context &ctx) { in unbind() function in kernel::local_argument
582 kernel::constant_argument::unbind(exec_context &ctx) { in unbind() function in kernel::constant_argument
614 kernel::image_rd_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_rd_argument
643 kernel::image_wr_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_wr_argument
[all …]
Dsampler.hpp50 void unbind(command_queue &q, void *st);
Dsampler.cpp71 sampler::unbind(command_queue &q, void *st) { in unbind() function in sampler
/third_party/python/Lib/idlelib/
Dmulticall.py98 def unbind(self, triplet, func): member in _SimpleBinder
101 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
107 self.widget.unbind(self.widgetinst, self.sequence,
231 def unbind(self, triplet, func): member in _ComplexBinder
241 self.widget.unbind(self.widgetinst, seq, id)
343 self.__binders[triplet[1]].unbind(triplet, ei[0])
352 def unbind(self, sequence, funcid=None): member in MultiCallCreator.MultiCall
359 self.__binders[triplet[1]].unbind(triplet, func)
361 return widget.unbind(self, sequence, funcid)
391 self.__binders[triplet[1]].unbind(triplet, func)
[all …]
Dtooltip.py105 self.anchor_widget.unbind("<Enter>", self._id1)
106 self.anchor_widget.unbind("<Leave>", self._id2) # pragma: no cover
107 self.anchor_widget.unbind("<Button>", self._id3) # pragma: no cover
Dautocomplete_w.py283 acw.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
468 self.autocompletewindow.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hideaid)
469 self.widget.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hidewid)
474 self.widget.unbind(KEYPRESS_VIRTUAL_EVENT_NAME, self.keypressid)
478 self.widget.unbind(KEYRELEASE_VIRTUAL_EVENT_NAME, self.keyreleaseid)
480 self.listbox.unbind(LISTUPDATE_SEQUENCE, self.listupdateid)
483 self.autocompletewindow.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
Diomenu.py42 self.text.unbind("<<open-window-from-file>>", self.__id_open)
43 self.text.unbind("<<save-window>>", self.__id_save)
44 self.text.unbind("<<save-window-as-file>>",self.__id_saveas)
45 self.text.unbind("<<save-copy-of-window-as-file>>", self.__id_savecopy)
46 self.text.unbind("<<print-window>>", self.__id_print)
Dcalltip_w.py164 self.anchor_widget.unbind(CHECKHIDE_EVENT, self.checkhideid)
168 self.anchor_widget.unbind(HIDE_EVENT, self.hideid)
Dundo.py31 self.unbind("<<undo>>")
32 self.unbind("<<redo>>")
33 self.unbind("<<dump-undo-state>>")
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler_test.cpp35 scheduler->unbind(); in TEST_F()
58 scheduler->unbind(); in TEST_P()
87 scheduler->unbind(); in TEST_P()
141 defer(scheduler->unbind()); in TEST_P()
165 defer(scheduler->unbind()); in TEST_F()
Dmarl_bench.h45 scheduler.unbind(); in run()
Dmarl_test.h68 scheduler->unbind(); in TearDown()
/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.h59 target_->unbind(); in ~ScopedBinder()
144 void unbind();
171 void unbind();
204 void unbind();
223 void unbind();
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dblockingcall.h44 Scheduler::unbind(); in call()
69 Scheduler::unbind(); in call()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp407 void unbind (void) const;
464 void TestVertexData::unbind (void) const in unbind() function in deqp::gles31::Functional::__anonae90896a0111::TestVertexData
479 void unbind (void) const;
543 void TestTexture2D::unbind (void) const in unbind() function in deqp::gles31::Functional::__anonae90896a0111::TestTexture2D
562 void unbind (void);
642 void TestFramebuffer::unbind (void) in unbind() function in deqp::gles31::Functional::__anonae90896a0111::TestFramebuffer
963 m_framebufferList[idx]->unbind(); in copyFrameBufferTexture()
969 m_framebufferList[fboSrcIdx]->unbind(); in copyFrameBufferTexture()
973 m_framebufferList[fboDstIdx]->unbind(); in copyFrameBufferTexture()
988 m_framebufferList[fboSrcIdx]->unbind(); in copyFrameBufferTexture()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/
DREADME.md30 defer(scheduler.unbind()); // Automatically unbind before returning.
154 defer(scheduler.unbind());
177 defer(scheduler->unbind());
186 Always remember to unbind the scheduler before terminating the thread. Forgetting to unbind will re…
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
Dtasks_in_tasks.cpp31 defer(scheduler.unbind()); // Automatically unbind before returning. in main()
Dhello_task.cpp32 defer(scheduler.unbind()); // Automatically unbind before returning. in main()
Dprimes.cpp49 defer(scheduler.unbind()); // unbind before destructing the scheduler. in main()
/third_party/boost/boost/beast/http/
Dverb.hpp99 unbind, enumerator
/third_party/boost/libs/beast/include/boost/beast/http/
Dverb.hpp99 unbind, enumerator
/third_party/NuttX/drivers/usbdev/gadget/
Dusbdev.h170 #define CLASS_UNBIND(drvr, dev) (drvr)->ops->unbind(drvr, dev)
369 int (*unbind)(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); member
/third_party/python/Lib/tkinter/
Ddnd.py192 self.initial_widget.unbind(self.release_pattern)
193 self.initial_widget.unbind("<Motion>")
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c1487 cso_restore_state(struct cso_context *cso, unsigned unbind) in cso_restore_state() argument
1507 if (unbind & CSO_UNBIND_FS_SAMPLERVIEWS) in cso_restore_state()
1510 if (unbind & CSO_UNBIND_FS_SAMPLERVIEW0) in cso_restore_state()
1515 if (unbind & CSO_UNBIND_FS_IMAGE0) in cso_restore_state()
1531 if (unbind & CSO_UNBIND_VS_CONSTANTS) in cso_restore_state()
1533 if (unbind & CSO_UNBIND_FS_CONSTANTS) in cso_restore_state()
1537 if (unbind & CSO_UNBIND_VERTEX_BUFFER0) in cso_restore_state()

12345