Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_3D.cpp47 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_3D()
Dtest_2D_array.cpp186 …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/
Dtest_3D.cpp41 …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/
Dtest_fill_3D.cpp81 …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/
Dtest_copy_3D.cpp51 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_copy_image_set_3D()
Dtest_copy_2D_array.cpp65 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_copy_image_set_2D_array()
Dtest_copy_2D_3D.cpp224 …error |= clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( max3DWidth ), &max3DWidth, … in test_copy_image_set_2D_3D()
Dtest_copy_3D_2D_array.cpp245 …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/
Dtest_read_3D.cpp102 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_read_image_set_3D()
Dtest_write_3D.cpp602 …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/
Ddevice.cpp181 case CL_DEVICE_IMAGE3D_MAX_WIDTH: in clGetDeviceInfo()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc208 GetDeviceInfo<size_t>(id, CL_DEVICE_IMAGE3D_MAX_WIDTH); in GpuInfoFromDeviceID()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_read_3D.cpp200 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_read_image_set_3D()
Dtest_read_2D_array.cpp196 …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/
Dtest_read_3D.cpp169 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_read_image_set_3D()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp266 case CL_DEVICE_IMAGE3D_MAX_WIDTH: in FromCLenum()
494 return CL_DEVICE_IMAGE3D_MAX_WIDTH; in ToCLenum()
/external/OpenCL-CTS/test_conformance/events/
Daction_classes.cpp75 …error |= clGetDeviceInfo( device, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL… in IGetPreferredImageSize3D()
/external/OpenCL-CTS/test_conformance/computeinfo/
Dmain.cpp179 CONFIG_INFO(1, 1, CL_DEVICE_IMAGE3D_MAX_WIDTH, size_t),
/external/mesa3d/include/CL/
Dcl.h317 #define CL_DEVICE_IMAGE3D_MAX_WIDTH 0x1013 macro
Dcl2.hpp1198 F(cl_device_info, CL_DEVICE_IMAGE3D_MAX_WIDTH, size_type) \
Dcl.hpp1354 F(cl_device_info, CL_DEVICE_IMAGE3D_MAX_WIDTH, ::size_t) \
/external/angle/include/CL/
Dcl.h319 #define CL_DEVICE_IMAGE3D_MAX_WIDTH 0x1013 macro
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h319 #define CL_DEVICE_IMAGE3D_MAX_WIDTH 0x1013 macro
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp1390 error = clGetDeviceInfo(device, CL_DEVICE_IMAGE3D_MAX_WIDTH, in checkFor3DImageSupport()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp702 …error = clGetDeviceInfo( deviceID, CL_DEVICE_IMAGE3D_MAX_WIDTH, sizeof( maxDimension ), &maxDimens… in test_min_max_image_3d_width()