Searched refs:dedicated (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/xf86-video-vboxvideo/dist/
H A DREADME.md27 This driver is dedicated to the memory of Michael Thayer, who brought
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_buffer.c160 VkMemoryDedicatedRequirements *dedicated; member in union:vn_GetBufferMemoryRequirements2::__anon03005236010a
170 u.dedicated->prefersDedicatedAllocation =
172 u.dedicated->requiresDedicatedAllocation =
H A Dvn_device_memory.c197 * VkMemoryDedicatedAllocateInfo, or if dedicated allocation is required
200 const VkMemoryDedicatedAllocateInfo *dedicated = alloc_info->pNext; local in function:vn_device_memory_should_suballocate
201 if (dedicated->sType !=
203 dedicated->pNext)
206 const struct vn_image *img = vn_image_from_handle(dedicated->image);
215 const struct vn_buffer *buf = vn_buffer_from_handle(dedicated->buffer);
H A Dvn_image.c86 /* AHB backed image requires dedicated allocation */
348 VkMemoryDedicatedRequirements *dedicated; member in union:vn_GetImageMemoryRequirements2::__anonba5850ff010a
376 u.dedicated->prefersDedicatedAllocation =
378 u.dedicated->requiresDedicatedAllocation =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_screen.h420 bool dedicated);
H A Dp_state.h966 bool dedicated; member in struct:pipe_memory_object
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.3.rst52 - nv50: disable dedicated ubo upload method
H A D20.1.1.rst78 - radv: Always expose non-visible local memory type on dedicated GPUs
H A D20.3.5.rst90 - radv: Don't use dedicated memory info to indicate sharing.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c570 bool dedicated)
577 trace_dump_arg(bool, dedicated);
580 screen->memobj_create_from_handle(screen, handle, dedicated);
568 trace_screen_memobj_create_from_handle(struct pipe_screen * _screen,struct winsys_handle * handle,bool dedicated) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c378 bool dedicated)
382 return screen->memobj_create_from_handle(screen, handle, dedicated);
376 dd_screen_memobj_create_from_handle(struct pipe_screen * _screen,struct winsys_handle * handle,bool dedicated) argument
/xsrc/external/mit/MesaLib/dist/docs/nir/
H A Dtex.rst6 NIR has a dedicated texture instruction. There are several texture operations:
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_screen.h467 bool dedicated);
H A Dp_state.h1069 bool dedicated; member in struct:pipe_memory_object
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1460 unsigned usage, bool dedicated)
1469 dedicated = false;
1471 if (dedicated) {
1475 * The bo metadata is unset for un-dedicated images. So we fall
1489 * objects use dedicated allocations. So lets keep the initial
1562 if (dedicated && offset == 0 && !(usage & PIPE_HANDLE_USAGE_EXPLICIT_FLUSH) &&
2128 si_memobj_from_handle(struct pipe_screen *screen, struct winsys_handle *whandle, bool dedicated) argument
2143 memobj->b.dedicated = dedicated;
2169 memobj->b.dedicated);
1456 si_texture_from_winsys_buffer(struct si_screen * sscreen,const struct pipe_resource * templ,struct pb_buffer * buf,unsigned stride,uint64_t offset,uint64_t modifier,unsigned usage,bool dedicated) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c520 bool dedicated)
525 dedicated);
518 tegra_screen_memobj_create_from_handle(struct pipe_screen * pscreen,struct winsys_handle * handle,bool dedicated) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c555 bool dedicated)
560 dedicated);
553 tegra_screen_memobj_create_from_handle(struct pipe_screen * pscreen,struct winsys_handle * handle,bool dedicated) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c398 bool dedicated)
402 return screen->memobj_create_from_handle(screen, handle, dedicated);
396 dd_screen_memobj_create_from_handle(struct pipe_screen * _screen,struct winsys_handle * handle,bool dedicated) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c866 bool dedicated)
873 trace_dump_arg(bool, dedicated);
876 screen->memobj_create_from_handle(screen, handle, dedicated);
864 trace_screen_memobj_create_from_handle(struct pipe_screen * _screen,struct winsys_handle * handle,bool dedicated) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1617 bool dedicated)
1626 if (dedicated) {
1632 * The bo metadata is unset for un-dedicated images. So we fall
1646 * objects use dedicated allocations. So lets keep the initial
1673 if (dedicated &&
2558 bool dedicated)
2576 memobj->b.dedicated = dedicated;
2607 memobj->b.dedicated);
1611 si_texture_from_winsys_buffer(struct si_screen * sscreen,const struct pipe_resource * templ,struct pb_buffer * buf,unsigned stride,unsigned offset,unsigned usage,bool dedicated) argument
2556 si_memobj_from_handle(struct pipe_screen * screen,struct winsys_handle * whandle,bool dedicated) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1923 bool dedicated)
1962 memobj->b.dedicated = dedicated;
1921 crocus_memobj_create_from_handle(struct pipe_screen * pscreen,struct winsys_handle * whandle,bool dedicated) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1583 struct winsys_handle *whandle, bool dedicated)
1595 memobj->b.dedicated = dedicated;
1582 fd_memobj_create_from_handle(struct pipe_screen * pscreen,struct winsys_handle * whandle,bool dedicated) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c1869 bool dedicated)
1887 memobj->b.dedicated = dedicated;
1922 if (memobj->b.dedicated) {
1928 * The bo metadata is unset for un-dedicated images. So we fall
1942 * objects use dedicated allocations. So lets keep the initial
1867 r600_memobj_from_handle(struct pipe_screen * screen,struct winsys_handle * whandle,bool dedicated) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c1837 bool dedicated)
1853 memobj->b.dedicated = dedicated;
1888 if (memobj->b.dedicated) {
1894 * The bo metadata is unset for un-dedicated images. So we fall
1908 * objects use dedicated allocations. So lets keep the initial
1835 r600_memobj_from_handle(struct pipe_screen * screen,struct winsys_handle * whandle,bool dedicated) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c308 bool dedicated)
334 memobj->b.dedicated = dedicated;
1405 * dedicated allocation that can be exported by itself.
306 iris_memobj_create_from_handle(struct pipe_screen * pscreen,struct winsys_handle * whandle,bool dedicated) argument

Completed in 4744 milliseconds

12