/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
D | test_3D.cpp | 47 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_3D()
|
D | test_2D_array.cpp | 186 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_2D_array()
|
/external/OpenCL-CTS/test_conformance/images/clGetInfo/ |
D | test_3D.cpp | 41 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_3D()
|
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | test_fill_3D.cpp | 81 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_fill_image_set_3D()
|
/external/OpenCL-CTS/test_conformance/images/clCopyImage/ |
D | test_copy_3D.cpp | 51 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_copy_image_set_3D()
|
D | test_copy_2D_array.cpp | 65 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_copy_image_set_2D_array()
|
D | test_copy_2D_3D.cpp | 224 …error |= clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( max3DWidth ), &max3DWidth, … in test_copy_image_set_2D_3D()
|
D | test_copy_3D_2D_array.cpp | 245 …error |= clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( max3DWidth ), &max3DWidth, … in test_copy_image_set_3D_2D_array()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_read_3D.cpp | 102 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_read_image_set_3D()
|
D | test_write_3D.cpp | 602 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_write_image_3D_set()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 181 case CL_DEVICE_IMAGE3D_MAX_WIDTH: in clGetDeviceInfo()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_device.cc | 208 GetDeviceInfo<size_t>(id, CL_DEVICE_IMAGE3D_MAX_WIDTH); in GpuInfoFromDeviceID()
|
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/ |
D | test_read_3D.cpp | 200 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_read_image_set_3D()
|
D | test_read_2D_array.cpp | 196 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_read_image_set_2D_array()
|
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
D | test_read_3D.cpp | 169 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_read_image_set_3D()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 266 case CL_DEVICE_IMAGE3D_MAX_WIDTH: in FromCLenum() 494 return CL_DEVICE_IMAGE3D_MAX_WIDTH; in ToCLenum()
|
/external/OpenCL-CTS/test_conformance/events/ |
D | action_classes.cpp | 75 …error |= clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL… in IGetPreferredImageSize3D()
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 179 CONFIG_INFO(1, 1, CL_DEVICE_IMAGE3D_MAX_WIDTH, size_t),
|
/external/mesa3d/include/CL/ |
D | cl.h | 317 #define CL_DEVICE_IMAGE3D_MAX_WIDTH 0x1013 macro
|
D | cl2.hpp | 1198 F(cl_device_info, CL_DEVICE_IMAGE3D_MAX_WIDTH, size_type) \
|
D | cl.hpp | 1354 F(cl_device_info, CL_DEVICE_IMAGE3D_MAX_WIDTH, ::size_t) \
|
/external/angle/include/CL/ |
D | cl.h | 319 #define CL_DEVICE_IMAGE3D_MAX_WIDTH 0x1013 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 319 #define CL_DEVICE_IMAGE3D_MAX_WIDTH 0x1013 macro
|
/external/OpenCL-CTS/test_common/harness/ |
D | kernelHelpers.cpp | 1390 error = clGetDeviceInfo(device, CL_DEVICE_IMAGE3D_MAX_WIDTH, in checkFor3DImageSupport()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 702 …error = clGetDeviceInfo( deviceID, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxDimension ), &maxDimens… in test_min_max_image_3d_width()
|