Home
last modified time | relevance | path

Searched refs:agx_shmem_alloc (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
Dagx_device.c70 agx_shmem_alloc(struct agx_device *dev, size_t size, bool cmdbuf) in agx_shmem_alloc() function
321 dev->cmdbuf = agx_shmem_alloc(dev, 0x4000, true); // length becomes kernelCommandDataSize in agx_open_device()
322 dev->memmap = agx_shmem_alloc(dev, 0x10000, false); in agx_open_device()
Dagx_device.h87 agx_shmem_alloc(struct agx_device *dev, size_t size, bool cmdbuf);