Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/thread_dimensions/
Dtest_thread_dimensions.cpp70 cl_ulong current_physical = 0; in get_maximums() local
98 …tDeviceInfo(devices[i], CL_DEVICE_GLOBAL_MEM_SIZE, sizeof(current_physical), &current_physical, NU… in get_maximums()
105 max_physical = current_physical; in get_maximums()
106 else if (current_physical < max_allocation) in get_maximums()
107 max_physical = current_physical; in get_maximums()