Home
last modified time | relevance | path

Searched refs:unbind (Results 1 - 25 of 47) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A 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);
226 virtual void unbind(exec_context &ctx);
237 virtual void unbind(exec_context &ctx);
247 virtual void unbind(exec_context &ctx);
H A 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
617 kernel::image_rd_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_rd_argument
646 kernel::image_wr_argument::unbind(exec_contex function in kernel::image_wr_argument
672 kernel::sampler_argument::unbind(exec_context &ctx) { unbind() function in kernel::sampler_argument
[all...]
H A Dsampler.hpp50 void unbind(command_queue &q, void *st);
H A Dsampler.cpp71 sampler::unbind(command_queue &q, void *st) { in unbind() function in sampler
/third_party/python/Lib/idlelib/
H A Dmulticall.py66 # methods: bind and unbind, which get a function and a parsed sequence, as
98 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(sel
[all...]
H A 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
H A Dautocomplete_w.py279 acw.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
458 # unbind events
464 self.autocompletewindow.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hideaid)
465 self.widget.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hidewid)
470 self.widget.unbind(KEYPRESS_VIRTUAL_EVENT_NAME, self.keypressid)
474 self.widget.unbind(KEYRELEASE_VIRTUAL_EVENT_NAME, self.keyreleaseid)
476 self.listbox.unbind(LISTUPDATE_SEQUENCE, self.listupdateid)
479 self.autocompletewindow.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
H A Diomenu.py39 self.text.unbind("<<open-window-from-file>>", self.__id_open)
40 self.text.unbind("<<save-window>>", self.__id_save)
41 self.text.unbind("<<save-window-as-file>>",self.__id_saveas)
42 self.text.unbind("<<save-copy-of-window-as-file>>", self.__id_savecopy)
43 self.text.unbind("<<print-window>>", self.__id_print)
H A Dcalltip_w.py164 self.anchor_widget.unbind(CHECKHIDE_EVENT, self.checkhideid)
168 self.anchor_widget.unbind(HIDE_EVENT, self.hideid)
H A 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/
H A 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()
H A Dmarl_bench.h45 scheduler.unbind(); in run()
H A Dmarl_test.h68 scheduler->unbind();
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dblockingcall.h44 Scheduler::unbind(); in call()
69 Scheduler::unbind(); in call()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp407 void unbind (void) const;
464 void TestVertexData::unbind (void) const in unbind() function in deqp::gles31::Functional::__anon30822::TestVertexData
479 void unbind (void) const;
543 void TestTexture2D::unbind (void) const in unbind() function in deqp::gles31::Functional::__anon30822::TestTexture2D
562 void unbind (void);
642 void TestFramebuffer::unbind (void) in unbind() function in deqp::gles31::Functional::__anon30822::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/examples/
H A Dhello_task.cpp32 defer(scheduler.unbind()); // Automatically unbind before returning. in main()
H A Dtasks_in_tasks.cpp31 defer(scheduler.unbind()); // Automatically unbind before returning. in main()
H A Dprimes.cpp49 defer(scheduler.unbind()); // unbind before destructing the scheduler. in main()
H A Dfractal.cpp156 defer(scheduler.unbind()); // unbind before destructing the scheduler. in main()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbdev.h162 /* All may be called from interrupt handling logic except bind() and unbind() */
170 #define CLASS_UNBIND(drvr, dev) (drvr)->ops->unbind(drvr, dev)
369 int (*unbind)(struct usbdevclass_driver_s *driver, struct usbdev_s *dev); member
417 * it will first disconnect(). The driver is also requested to unbind() and clean
/third_party/python/Lib/tkinter/
H A Ddnd.py192 self.initial_widget.unbind(self.release_pattern)
193 self.initial_widget.unbind("<Motion>")
/third_party/mesa3d/src/glx/
H A Dapplegl_glx.c77 /* If we don't have a context, then we have nothing to unbind */ in applegl_unbind_context()
117 .unbind = applegl_unbind_context,
H A Dglxcurrent.c153 oldGC->vtable->unbind(oldGC, gc); in MakeContextCurrent()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c1523 cso_restore_state(struct cso_context *cso, unsigned unbind) in cso_restore_state() argument
1543 if (unbind & CSO_UNBIND_FS_SAMPLERVIEWS) in cso_restore_state()
1546 if (unbind & CSO_UNBIND_FS_SAMPLERVIEW0) in cso_restore_state()
1551 if (unbind & CSO_UNBIND_FS_IMAGE0) in cso_restore_state()
1567 if (unbind & CSO_UNBIND_VS_CONSTANTS) in cso_restore_state()
1569 if (unbind & CSO_UNBIND_FS_CONSTANTS) in cso_restore_state()
1573 if (unbind & CSO_UNBIND_VERTEX_BUFFER0) in cso_restore_state()
H A Dcso_context.h179 void cso_restore_state(struct cso_context *cso, unsigned unbind);

Completed in 15 milliseconds

12