Home
last modified time | relevance | path

Searched refs:AGX_ALLOC_REGULAR (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
Dagx_bo.h35 AGX_ALLOC_REGULAR = 0, enumerator
Ddecode.c61 …if (mmap_array[i].type == AGX_ALLOC_REGULAR && addr >= mmap_array[i].ptr.gpu && (addr - mmap_array… in agxdecode_find_mapped_gpu_mem_containing_rw()
106 struct agx_bo *bo = agxdecode_find_handle(handle, AGX_ALLOC_REGULAR); in agxdecode_mark_mapped()
Dagx_device.c158 bo->type = AGX_ALLOC_REGULAR; in agx_bo_alloc()