Searched refs:CL_DEVICE_MAX_PARAMETER_SIZE (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | deviceInfo.cpp | 93 if (clGetDeviceInfo(device, CL_DEVICE_MAX_PARAMETER_SIZE, sizeof(ret), &ret, in get_max_param_size()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_basic_parameter_types.cpp | 83 clGetDeviceInfo(device, CL_DEVICE_MAX_PARAMETER_SIZE, in test_parameter_types_long() 246 clGetDeviceInfo(device, CL_DEVICE_MAX_PARAMETER_SIZE, in test_parameter_types()
|
/external/OpenCL-CTS/test_conformance/generic_address_space/ |
D | stress_tests.cpp | 103 …error = clGetDeviceInfo(deviceID, CL_DEVICE_MAX_PARAMETER_SIZE, sizeof(deviceMaxParameterSize), &d… in test_max_number_of_params()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 281 …error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_PARAMETER_SIZE, sizeof( maxParameterSize ), &maxP… in test_min_max_read_image_args() 415 …error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_PARAMETER_SIZE, sizeof( maxParameterSize ), &maxP… in test_min_max_write_image_args() 1003 …error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_PARAMETER_SIZE, sizeof( maxSize ), &maxSize, NULL… in test_min_max_parameter_size() 1214 …error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_PARAMETER_SIZE, sizeof( maxParameterSize ), &maxP… in test_min_max_samplers() 1471 …error = clGetDeviceInfo( deviceID, CL_DEVICE_MAX_PARAMETER_SIZE, sizeof( maxParameterSize ), &maxP… in test_min_max_constant_args()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 199 case CL_DEVICE_MAX_PARAMETER_SIZE: in clGetDeviceInfo()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 274 case CL_DEVICE_MAX_PARAMETER_SIZE: in FromCLenum() 502 return CL_DEVICE_MAX_PARAMETER_SIZE; in ToCLenum()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 185 CONFIG_INFO(1, 1, CL_DEVICE_MAX_PARAMETER_SIZE, size_t),
|
/external/mesa3d/include/CL/ |
D | cl.h | 321 #define CL_DEVICE_MAX_PARAMETER_SIZE 0x1017 macro
|
D | cl2.hpp | 1202 F(cl_device_info, CL_DEVICE_MAX_PARAMETER_SIZE, size_type) \
|
D | cl.hpp | 1358 F(cl_device_info, CL_DEVICE_MAX_PARAMETER_SIZE, ::size_t) \
|
/external/angle/include/CL/ |
D | cl.h | 323 #define CL_DEVICE_MAX_PARAMETER_SIZE 0x1017 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 323 #define CL_DEVICE_MAX_PARAMETER_SIZE 0x1017 macro
|