Searched refs:max_allocation (Results 1 – 7 of 7) sorted by relevance
/external/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 264 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size; in amdgpu_query_heap_info() 279 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size; in amdgpu_query_heap_info()
|
D | amdgpu.h | 415 uint64_t max_allocation; member
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.h | 308 unsigned max_allocation; member 414 size_t max_allocation);
|
D | partition_alloc.cc | 155 size_t max_allocation) { in PartitionAllocInit() argument 159 root->max_allocation = max_allocation; in PartitionAllocInit()
|
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 560 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 563 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 571 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 574 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096, in amdgpu_bo_eviction_test()
|
/external/libdrm/include/drm/ |
D | amdgpu_drm.h | 789 __u64 max_allocation; member
|
/external/kernel-headers/original/uapi/drm/ |
D | amdgpu_drm.h | 842 __u64 max_allocation; member
|