Home
last modified time | relevance | path

Searched refs:maxTotalAllocSize (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h123 …const cl_ulong maxIndividualAllocSize, const cl_ulong maxTotalAllocSize, cl_mem_object_type image_…
DimageHelpers.cpp560 const cl_ulong maxTotalAllocSize, // CL_DEVICE_GLOBAL_MEM_SIZE in get_max_sizes() argument
580 cl_ulong adjustedMaxTotalAllocSize = maxTotalAllocSize / 4; in get_max_sizes()
584 maxTotalAllocSize/(1024.0*1024.0), adjustedMaxTotalAllocSize/(1024.0*1024.0)); in get_max_sizes()
591 adjustedMaxTotalAllocSize/(1024.0*1024.0), maxTotalAllocSize/(1024.0*1024.0)); in get_max_sizes()