| /xsrc/external/mit/xf86-video-vboxvideo/dist/ |
| H A D | README.md | 27 This driver is dedicated to the memory of Michael Thayer, who brought
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_buffer.c | 160 VkMemoryDedicatedRequirements *dedicated; member in union:vn_GetBufferMemoryRequirements2::__anon03005236010a 170 u.dedicated->prefersDedicatedAllocation = 172 u.dedicated->requiresDedicatedAllocation =
|
| H A D | vn_device_memory.c | 197 * 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 D | vn_image.c | 86 /* 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 D | p_screen.h | 420 bool dedicated);
|
| H A D | p_state.h | 966 bool dedicated; member in struct:pipe_memory_object
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.2.3.rst | 52 - nv50: disable dedicated ubo upload method
|
| H A D | 20.1.1.rst | 78 - radv: Always expose non-visible local memory type on dedicated GPUs
|
| H A D | 20.3.5.rst | 90 - radv: Don't use dedicated memory info to indicate sharing.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_screen.c | 570 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 D | dd_screen.c | 378 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 D | tex.rst | 6 NIR has a dedicated texture instruction. There are several texture operations:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_screen.h | 467 bool dedicated);
|
| H A D | p_state.h | 1069 bool dedicated; member in struct:pipe_memory_object
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_texture.c | 1460 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 D | tegra_screen.c | 520 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 D | tegra_screen.c | 555 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 D | dd_screen.c | 398 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 D | tr_screen.c | 866 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 D | si_texture.c | 1617 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 D | crocus_resource.c | 1923 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 D | freedreno_resource.c | 1583 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 D | r600_texture.c | 1869 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 D | r600_texture.c | 1837 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 D | iris_resource.c | 308 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
|