/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader_buffer.c | 309 * The helper function also rebinds the buffer resources if the rebind flag 316 bool rebind) in svga_validate_shader_buffer_resources() 332 if (rebind) { in svga_validate_shader_buffer_resources() 313 svga_validate_shader_buffer_resources(struct svga_context *svga, unsigned count, struct svga_shader_buffer *bufs, bool rebind) svga_validate_shader_buffer_resources() argument
|
H A D | svga_image_view.c | 262 * The helper function also rebinds the image view resources if the rebind flag 269 bool rebind) in svga_validate_image_view_resources() 296 if (rebind) { in svga_validate_image_view_resources() 266 svga_validate_image_view_resources(struct svga_context *svga, unsigned count, struct svga_image_view *images, bool rebind) svga_validate_image_view_resources() argument
|
H A D | svga_winsys.h | 422 * \param rebind Whether to issue an immediate rebind and flush. 434 boolean *rebind); 438 * \param rebind returns a flag indicating whether the caller should 444 boolean *rebind); 811 /** To rebind resources at the beginning of a new command buffer */
|
H A D | svga_state_cs.c | 113 svga->rebind.flags.cs = FALSE; in emit_hw_cs()
|
H A D | svga_state_gs.c | 184 svga->rebind.flags.gs = FALSE; in emit_hw_gs()
|
H A D | svga_pipe_query.c | 548 svga->rebind.flags.query = FALSE; in rebind_vgpu10_query() 565 if (svga->rebind.flags.query) { in begin_query_vgpu10() 577 if (svga->rebind.flags.query) { in end_query_vgpu10() 591 if (svga->rebind.flags.query) { in get_query_result_vgpu10()
|
H A D | svga_pipe_clear.c | 142 if (svga->rebind.flags.rendertargets) { in try_clear()
|
H A D | svga_state_uav.c | 329 svga->rebind.flags.uav = 0; in svga_rebind_uav()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | counting_allocator.h | 90 class rebind { class in absl::container_internal::CountingAllocator
|
H A D | hash_policy_testing.h | 131 struct rebind { struct
|
H A D | raw_hash_set_allocator_test.cc | 57 struct rebind { struct in absl::container_internal::__anon19186::CheckedAlloc 450 struct rebind { struct in absl::container_internal::__anon19186::PAlloc
|
/third_party/lwip/src/core/ |
H A D | udp.c | 981 u8_t rebind; 1003 rebind = 0; 1004 /* Check for double bind and rebind of the same pcb */ 1008 rebind = 1; 1072 if (rebind == 0) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceMemory.h | 87 template <class U> struct rebind { typedef sz_allocator<U, Traits> other; }; struct
|
/kernel/linux/linux-6.6/mm/ |
H A D | mempolicy.c | 186 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes); member 364 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy() 400 .rebind = mpol_rebind_default, 404 .rebind = mpol_rebind_nodemask, 408 .rebind = mpol_rebind_preferred, 412 .rebind = mpol_rebind_nodemask, 415 .rebind = mpol_rebind_default, 419 .rebind = mpol_rebind_preferred, 2422 * cpuset's mems), so we needn't do rebind work for current task.
|
/third_party/glslang/glslang/Include/ |
H A D | PoolAlloc.h | 279 struct rebind { struct in glslang::pool_allocator
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | PoolAlloc.h | 258 struct rebind { struct in pool_allocator
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | StackContainer.h | 69 struct rebind { struct in StackAllocator
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 160 struct rebind { struct in google::protobuf::internal::MapAllocator 424 using TreeAllocator = typename Allocator::template rebind< 965 using alloc_type = typename Allocator::template rebind<U>::other; in Alloc() 972 using alloc_type = typename Allocator::template rebind<U>::other; in Dealloc()
|
/kernel/linux/linux-5.10/mm/ |
H A D | mempolicy.c | 177 void (*rebind)(struct mempolicy *pol, const nodemask_t *nodes); member 383 mpol_ops[pol->mode].rebind(pol, newmask); in mpol_rebind_policy() 416 .rebind = mpol_rebind_default, 420 .rebind = mpol_rebind_nodemask, 424 .rebind = mpol_rebind_preferred, 428 .rebind = mpol_rebind_nodemask, 2293 * cpuset's mems), so we needn't do rebind work for current task.
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | stub_main.c | 214 dev_err(&busid_priv->udev->dev, "rebind failed\n"); in do_rebind() 235 /* now run rebind - no need to hold locks. driver files are removed */ in stub_device_rebind() 278 static DRIVER_ATTR_WO(rebind);
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | stub_main.c | 210 dev_err(&busid_priv->udev->dev, "rebind failed\n"); in do_rebind() 231 /* now run rebind - no need to hold locks. driver files are removed */ in stub_device_rebind() 274 static DRIVER_ATTR_WO(rebind);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboRenderTest.cpp | 1250 RecreateBuffersTest (Context& context, const FboConfig& config, deUint32 buffers, bool rebind); 1260 RecreateBuffersTest::RecreateBuffersTest (Context& context, const FboConfig& config, deUint32 buffers, bool rebind) in RecreateBuffersTest() argument 1261 : FboRenderCase (context, (string(config.getName()) + (rebind ? "" : "_no_rebind")).c_str(), "Recreate buffers", config) in RecreateBuffersTest() 1263 , m_rebind (rebind) in RecreateBuffersTest() 1672 recreateColorGroup->addChild(new RecreateBuffersTest(m_context, config, GL_COLOR_BUFFER_BIT, true /* rebind */)); in init() 1693 recreateDepthStencilGroup->addChild(new RecreateBuffersTest(m_context, config, (depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), true /* rebind */)); in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | memory.h | 341 struct rebind { struct
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboRenderTest.cpp | 1824 RecreateBuffersTest (Context& context, const FboConfig& config, bool rebind); 1855 RecreateBuffersTest<Buffers>::RecreateBuffersTest (Context& context, const FboConfig& config, bool rebind) in RecreateBuffersTest() argument 1856 : FboRenderCase (context, (string(rebind ? "rebind_" : "no_rebind_") + config.getName()).c_str(), "Recreate buffers", config) in RecreateBuffersTest() 1857 , m_rebind (rebind) in RecreateBuffersTest()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 2757 struct rebind; 2770 struct StrongRootBlockAllocator::rebind<Address> { struct in v8::internal::StrongRootBlockAllocator 2777 struct StrongRootBlockAllocator::rebind { struct in v8::internal::StrongRootBlockAllocator
|