Home
last modified time | relevance | path

Searched refs:destroy (Results 626 - 650 of 3861) sorted by relevance

1...<<21222324252627282930>>...155

/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c251 .destroy = vbox_crtc_destroy,
480 .destroy = drm_plane_helper_destroy,
499 .destroy = drm_plane_helper_destroy,
616 .destroy = vbox_encoder_destroy,
797 .destroy = vbox_connector_destroy,
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c752 bool destroy; in radeon_winsys_unref() local
760 destroy = pipe_reference(&rws->reference, NULL); in radeon_winsys_unref()
761 if (destroy && fd_tab) { in radeon_winsys_unref()
770 return destroy; in radeon_winsys_unref()
855 ws->base.destroy = radeon_winsys_destroy; in radeon_drm_winsys_create()
/third_party/node/lib/
H A D_http_outgoing.js338 OutgoingMessage.prototype.destroy = function destroy(error) {
347 this.socket.destroy(error);
350 socket.destroy(error);
1173 this.destroy(err);
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLProtectedContentTest.cpp464 osWindow->destroy(); in windowTest()
543 osWindow->destroy(); in textureTest()
634 osWindow->destroy(); in textureFromImageTest()
717 osWindow->destroy(); in textureFromPbufferTest()
812 osWindow->destroy(); in textureFromAndroidNativeBufferTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h147 void destroy(RendererVk *renderer);
236 void destroy(VkDevice device);
276 void destroy(VkDevice device);
305 void destroy(VkDevice device);
441 void destroy(VkDevice device);
586 void destroy(VkDevice device);
681 void destroy(RendererVk *renderer);
857 void destroy(RendererVk *renderer);
1633 void destroy(RendererVk *renderer);
1634 void release(RendererVk *renderer) { destroy(rendere
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Ddce_virtual.c127 .destroy = dce_virtual_crtc_destroy,
374 .destroy = dce_virtual_destroy,
601 .destroy = dce_virtual_encoder_destroy,
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dasymmetric_type.c423 subtype->destroy(prep->payload.data[asym_crypto], in asymmetric_key_free_preparse()
447 subtype->destroy(data, auth); in asymmetric_key_destroy()
584 .destroy = asymmetric_key_destroy,
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dperf_cpum_cf.c285 event->destroy = hw_perf_event_destroy; in __hw_perf_event_init()
328 if (unlikely(err) && event->destroy) in cpumf_pmu_event_init()
329 event->destroy(event); in cpumf_pmu_event_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/
H A Dloongson_crtc.c201 .destroy = drm_crtc_cleanup,
214 .destroy = drm_crtc_cleanup,
455 .destroy = loongson_plane_destroy,
/kernel/linux/linux-5.10/include/linux/netfilter/ipset/
H A Dip_set.h59 /* Mark set with an extension which needs to call destroy */
84 void (*destroy)(struct ip_set *set, void *ext); member
174 void (*destroy)(struct ip_set *set); member
244 /* For call_cru in destroy */
286 * call it's destroy function for its extension part in data. in ip_set_ext_destroy()
291 ip_set_extensions[IPSET_EXT_ID_COMMENT].destroy(set, c); in ip_set_ext_destroy()
/kernel/linux/linux-5.10/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c421 .destroy = drm_crtc_cleanup,
435 .destroy = drm_encoder_cleanup,
551 .destroy = drm_plane_cleanup,
/kernel/linux/linux-6.6/include/linux/netfilter/ipset/
H A Dip_set.h59 /* Mark set with an extension which needs to call destroy */
84 void (*destroy)(struct ip_set *set, void *ext); member
172 void (*destroy)(struct ip_set *set); member
247 /* For call_cru in destroy */
289 * call it's destroy function for its extension part in data. in ip_set_ext_destroy()
294 ip_set_extensions[IPSET_EXT_ID_COMMENT].destroy(set, c); in ip_set_ext_destroy()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.c123 .destroy = drm_crtc_cleanup,
201 .destroy = drm_connector_cleanup,
259 .destroy = drm_plane_cleanup,
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dasymmetric_type.c455 subtype->destroy(prep->payload.data[asym_crypto], in asymmetric_key_free_preparse()
479 subtype->destroy(data, auth); in asymmetric_key_destroy()
616 .destroy = asymmetric_key_destroy,
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c39 .destroy = drm_encoder_cleanup,
206 .destroy = drm_crtc_cleanup,
365 .destroy = drm_plane_cleanup,
/third_party/ffmpeg/libavcodec/
H A Dvdpau.c296 VdpDecoderDestroy *destroy; in ff_vdpau_common_uninit() local
310 destroy = func; in ff_vdpau_common_uninit()
312 status = destroy(vdctx->decoder); in ff_vdpau_common_uninit()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.c236 * destroy this video encoder
246 enc->destroy(enc); in rvce_destroy()
422 enc->base.destroy = rvce_destroy; in si_vce_create_encoder()
465 tmp_buf->destroy(tmp_buf); in si_vce_create_encoder()
H A Dradeon_uvd_enc.c232 enc->destroy(enc); in radeon_uvd_enc_destroy()
287 enc->base.destroy = radeon_uvd_enc_destroy; in radeon_uvd_create_encoder()
332 tmp_buf->destroy(tmp_buf); in radeon_uvd_create_encoder()
H A Dradeon_vce_40_2_2.c414 static void destroy(struct rvce_encoder *enc) in destroy() function
420 RVCE_BEGIN(0x02000001); // destroy in destroy()
442 enc->destroy = destroy; in si_vce_40_2_2_init()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.c243 * destroy this video encoder
254 enc->destroy(enc); in rvce_destroy()
424 enc->base.destroy = rvce_destroy; in rvce_create_encoder()
463 tmp_buf->destroy(tmp_buf); in rvce_create_encoder()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dsurface.c118 p_surf->video_buffer->destroy(p_surf->video_buffer); in vlVdpVideoSurfaceCreate()
143 p_surf->video_buffer->destroy(p_surf->video_buffer); in vlVdpVideoSurfaceDestroy()
347 /* destroy the old one */ in vlVdpVideoSurfacePutBitsYCbCr()
349 p_surf->video_buffer->destroy(p_surf->video_buffer); in vlVdpVideoSurfacePutBitsYCbCr()
/third_party/mesa3d/src/glx/
H A Ddriwindows_glx.c112 .destroy = driwindows_destroy_context,
140 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context()
215 if (shareList->vtable->destroy != driwindows_destroy_context) { in driwindows_create_context_attribs()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c313 pstip->stage.destroy = pstip_destroy; in draw_pstip_stage()
322 pstip->stage.destroy( &pstip->stage ); in draw_pstip_stage()
523 pstip->stage.destroy( &pstip->stage ); in draw_install_pstipple_stage()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c47 screen->destroy(screen); in rbug_screen_destroy()
462 rb_screen->base.destroy = rbug_screen_destroy; in rbug_screen_create()
507 rb_screen->private_context->destroy(rb_screen->private_context); in rbug_screen_create()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.c78 /* destroy stream output statistics queries */ in svga_destroy()
99 svga->swc->destroy(svga->swc); in svga_destroy()
156 svga->pipe.destroy = svga_destroy; in svga_context_create()
381 svga->swc->destroy(svga->swc); in svga_context_create()

Completed in 25 milliseconds

1...<<21222324252627282930>>...155