Home
last modified time | relevance | path

Searched refs:max_allocation (Results 1 – 11 of 11) sorted by relevance

/external/OpenCL-CTS/test_conformance/thread_dimensions/
Dtest_thread_dimensions.cpp67 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/
Dpartition_alloc.h308 DCHECK(max_allocation == 0 || size <= max_allocation); in AllocFlags()
408 DCHECK(root->max_allocation == 0); in PartitionAllocGenericFlags()
Dpartition_root_base.h45 unsigned max_allocation = 0; member
Dpartition_alloc.cc200 max_allocation = maximum_allocation; in Init()
/external/libdrm/amdgpu/
Damdgpu_gpu_info.c265 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()
Damdgpu.h421 uint64_t max_allocation; member
/external/igt-gpu-tools/include/drm-uapi/
Damdgpu_drm.h842 __u64 max_allocation; member
/external/mesa3d/include/drm-uapi/
Damdgpu_drm.h925 __u64 max_allocation; member
/external/libdrm/include/drm/
Damdgpu_drm.h927 __u64 max_allocation; member
/external/kernel-headers/original/uapi/drm/
Damdgpu_drm.h927 __u64 max_allocation; member
/external/libdrm/tests/amdgpu/
Dbasic_tests.c926 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()