Home
last modified time | relevance | path

Searched refs:host_writable (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dspte.c94 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument
141 if (host_writable) in make_spte()
H A Dspte.h318 bool can_unsync, bool host_writable, bool ad_disabled,
H A Dpaging_tmpl.h1031 bool host_writable; in FNAME() local
1088 host_writable = sp->spt[i] & shadow_host_writable_mask; in FNAME()
1093 true, false, host_writable); in FNAME()
H A Dmmu.c2515 bool can_unsync, bool host_writable) in set_spte() argument
2524 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()
2539 bool host_writable) in mmu_set_spte() argument
2577 speculative, true, host_writable); in mmu_set_spte()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dspte.c94 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument
141 if (host_writable) in make_spte()
H A Dspte.h318 bool can_unsync, bool host_writable, bool ad_disabled,
H A Dpaging_tmpl.h1031 bool host_writable; in FNAME() local
1088 host_writable = sp->spt[i] & shadow_host_writable_mask; in FNAME()
1093 true, false, host_writable); in FNAME()
H A Dmmu.c2515 bool can_unsync, bool host_writable) in set_spte() argument
2524 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()
2539 bool host_writable) in mmu_set_spte() argument
2577 speculative, true, host_writable); in mmu_set_spte()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/mmu/
H A Dspte.c94 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument
141 if (host_writable) in make_spte()
H A Dspte.h318 bool can_unsync, bool host_writable, bool ad_disabled,
H A Dpaging_tmpl.h1031 bool host_writable; in FNAME() local
1088 host_writable = sp->spt[i] & shadow_host_writable_mask; in FNAME()
1093 true, false, host_writable); in FNAME()
H A Dmmu.c2515 bool can_unsync, bool host_writable) in set_spte() argument
2524 can_unsync, host_writable, sp_ad_disabled(sp), &spte); in set_spte()
2539 bool host_writable) in mmu_set_spte() argument
2577 speculative, true, host_writable); in mmu_set_spte()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dgpu.c304 if (params->host_writable) in gl_buf_create()
331 if (params->initial_data && !params->host_writable && !params->host_mapped) in gl_buf_create()
333 if (params->host_readable && !params->host_writable && !params->host_mapped) in gl_buf_create()
H A Dgpu_tex.c67 if (params->host_writable || params->host_readable) in tex_barrier()
737 tex->params.host_writable = !fmt->opaque; in pl_opengl_wrap()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/vulkan/
H A Dgpu_tex.c168 if ((params->host_writable || params->host_readable) && vk->pool_transfer) in vk_init_image()
329 if (tex->params.host_writable || tex->params.blit_dst || params->initial_data) in vk_tex_create()
574 bool writable = tex->params.host_writable; in vk_tex_create()
575 tex->params.host_writable = true; in vk_tex_create()
578 tex->params.host_writable = writable; in vk_tex_create()
1096 .host_writable = !!(params->usage & VK_IMAGE_USAGE_TRANSFER_DST_BIT), in pl_vulkan_wrap()
H A Dgpu_buf.c229 if (params->host_writable || params->initial_data) { in vk_buf_create()
247 if (params->host_writable || params->host_readable) { in vk_buf_create()
344 bool can_write = buf_vk->mem.data && buf->params.host_writable; in vk_buf_flush()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/include/libplacebo/
H A Dgpu.h439 bool host_writable; // contents may be updated via pl_buf_write() member
670 bool host_writable; // may be updated with pl_tex_upload() member
/dports/multimedia/mpv/mpv-0.34.1/video/out/placebo/
H A Dra_pl.c143 .host_mutable = pltex->params.host_writable, in mppl_wrap_tex()
169 .host_writable = params->host_mutable, in tex_create_pl()
299 .host_writable = params->host_mutable, in buf_create_pl()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/
H A Dgpu.c644 require(!params->host_writable || !fmt->opaque); in pl_tex_create()
677 (a.host_writable || !b.host_writable) && in pl_tex_params_superset()
893 require(tex->params.host_writable); in pl_tex_upload()
1035 (a.host_writable || !b.host_writable) && in pl_buf_params_superset()
1066 require(buf->params.host_writable); in pl_buf_write()
1638 bufparams.host_writable = true; in pl_tex_upload_pbo()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/utils/
H A Dupload.c233 .host_writable = true, in pl_upload_plane()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/d3d11/
H A Dgpu_buf.c95 if (params->uniform && !params->format && params->host_writable) { in pl_d3d11_buf_create()
H A Dgpu_tex.c146 !tex->params.storable && !params->host_writable) in pl_d3d11_tex_create()
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dbench.c96 .host_writable = true, in benchmark()
H A Dgpu_tests.h35 .host_writable = true, in pl_buffer_tests()
178 .host_writable = true, in pl_texture_tests()
/dports/graphics/libplacebo/libplacebo-4.157.0/demos/
H A Dvideo-filtering.c388 .host_writable = true, in api1_reconfig()

12