HomeSort by relevance Sort by last modified time
    Searched refs:max_allocation (Results 1 - 8 of 8) sorted by null

  /external/libdrm/amdgpu/
amdgpu_gpu_info.c 264 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size;
279 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size;
amdgpu.h 415 uint64_t max_allocation; member in struct:amdgpu_heap_info
    [all...]
  /external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.h 308 unsigned max_allocation; member in struct:pdfium::base::PartitionRootBase
414 size_t max_allocation);
    [all...]
partition_alloc.cc 155 size_t max_allocation) {
159 root->max_allocation = max_allocation;
    [all...]
  /external/libdrm/include/drm/
amdgpu_drm.h 789 __u64 max_allocation; member in struct:drm_amdgpu_heap_info
  /external/libdrm/tests/amdgpu/
basic_tests.c 560 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096,
563 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096,
571 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096,
574 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096,
    [all...]
  /bionic/libc/kernel/uapi/drm/
amdgpu_drm.h 501 __u64 max_allocation; member in struct:drm_amdgpu_heap_info
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 842 __u64 max_allocation; member in struct:drm_amdgpu_heap_info

Completed in 219 milliseconds