Home
last modified time | relevance | path

Searched refs:rebind (Results 51 - 62 of 62) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h684 } rebind; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_test.cc228 struct rebind { struct
H A Dstring_view_test.cc61 struct rebind { struct
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c6159 * we attempt to unbind it and rebind afterward.
6229 int rebind = cintf->needs_binding; in usb_reset_device() local
6231 if (!rebind && cintf->dev.driver) { in usb_reset_device()
6234 rebind = (drv->post_reset)(cintf); in usb_reset_device()
6237 rebind = 1; in usb_reset_device()
6238 if (rebind) in usb_reset_device()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c6199 * we attempt to unbind it and rebind afterward.
6269 int rebind = cintf->needs_binding; in usb_reset_device() local
6271 if (!rebind && cintf->dev.driver) { in usb_reset_device()
6274 rebind = (drv->post_reset)(cintf); in usb_reset_device()
6277 rebind = 1; in usb_reset_device()
6278 if (rebind) in usb_reset_device()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h699 struct rebind { struct in testing::ThrowingAllocator
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c1156 /* always barrier before possible rebind */ in zink_set_vertex_buffers()
2749 bool rebind = false; in rebind_fb_state() local
2751 rebind |= rebind_fb_surface(ctx, &ctx->fb_state.cbufs[i], match_res); in rebind_fb_state()
2755 rebind |= rebind_fb_surface(ctx, &ctx->fb_state.zsbuf, match_res); in rebind_fb_state()
2756 return rebind; in rebind_fb_state()
3172 /* gfx rebind */ in resource_check_defer_buffer_barrier()
3176 /* compute rebind */ in resource_check_defer_buffer_barrier()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc411 template<class U> struct rebind { struct
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc665 struct rebind { struct
/third_party/mesa3d/include/CL/
H A Dcl2.hpp3558 struct rebind struct in cl::SVMAllocator
3698 struct rebind struct in cl::SVMAllocator
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp12871 using __rebind = typename _Tp::template rebind<_Up>;
12887 using rebind
12896 static_assert(!is_same<rebind<element_type>, __undefined>::value,
12897 "pointer type defines rebind<U> or is like SomePointer<T, Args>");
12915 using rebind = _Up*;
12929 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>;
18851 struct rebind
18946 struct rebind
18980 struct rebind
20530 using __rebind = typename _Alloc::template rebind<_U
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex6290 % @lisp environment forms a group so it can rebind things,

Completed in 81 milliseconds

123