Searched refs:max_allocation (Results 1 – 11 of 11) sorted by relevance
/external/OpenCL-CTS/test_conformance/thread_dimensions/ |
D | test_thread_dimensions.cpp | 67 cl_ulong max_allocation = 0; in get_maximums() local 92 if (max_allocation == 0) in get_maximums() 93 max_allocation = current_allocation; in get_maximums() 94 else if (current_allocation < max_allocation) in get_maximums() 95 max_allocation = current_allocation; in get_maximums() 106 else if (current_physical < max_allocation) in get_maximums() 112 …(int)max_workgroup_size, (double)(max_allocation/1024.0/1024.0), (double)(max_physical/1024.0/1024… in get_maximums() 114 *max_allcoation_result = max_allocation; in get_maximums() 476 cl_ulong max_allocation = 0; in test_thread_dimensions() local 481 &max_workgroup_size, &max_allocation, &max_physical); in test_thread_dimensions() [all …]
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.h | 308 DCHECK(max_allocation == 0 || size <= max_allocation); in AllocFlags() 408 DCHECK(root->max_allocation == 0); in PartitionAllocGenericFlags()
|
D | partition_root_base.h | 45 unsigned max_allocation = 0; member
|
D | partition_alloc.cc | 200 max_allocation = maximum_allocation; in Init()
|
/external/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 265 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size; in amdgpu_query_heap_info() 280 info->max_allocation = vram_gtt_info.vram_cpu_accessible_size; in amdgpu_query_heap_info()
|
D | amdgpu.h | 421 uint64_t max_allocation; member
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | amdgpu_drm.h | 842 __u64 max_allocation; member
|
/external/mesa3d/include/drm-uapi/ |
D | amdgpu_drm.h | 925 __u64 max_allocation; member
|
/external/libdrm/include/drm/ |
D | amdgpu_drm.h | 927 __u64 max_allocation; member
|
/external/kernel-headers/original/uapi/drm/ |
D | amdgpu_drm.h | 927 __u64 max_allocation; member
|
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 926 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 929 r = amdgpu_bo_alloc_wrap(device_handle, vram_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 937 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096, in amdgpu_bo_eviction_test() 940 r = amdgpu_bo_alloc_wrap(device_handle, gtt_info.max_allocation, 4096, in amdgpu_bo_eviction_test()
|