Home
last modified time | relevance | path

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

12

/external/OpenCL-CTS/test_conformance/images/clGetInfo/
Dtest_1D_2D_array.cpp39 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_1D_array()
162 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_2D_array()
Dtest_1D.cpp42 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_1D()
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_changes.cpp62 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_kernel_arg_changes()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_imagedim.cpp102 …err = clGetDeviceInfo(device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof(max_image2d_width), &max_image2d… in test_imagedim_pow2()
317 …err = clGetDeviceInfo(device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof(max_image2d_width), &max_image2d… in test_imagedim_non_pow2()
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_1D.cpp76 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_fill_image_set_1D()
Dtest_fill_2D.cpp78 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_fill_image_set_2D()
Dtest_fill_1D_array.cpp78 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_fill_image_set_1D_array()
Dtest_fill_2D_array.cpp81 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_fill_image_set_2D_array()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_1D.cpp167 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_1D()
Dtest_1D_array.cpp176 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_1D_array()
Dtest_2D.cpp227 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_get_image_info_2D()
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_1D.cpp109 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_copy_image_set_1D()
Dtest_copy_2D.cpp120 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_copy_image_set_2D()
Dtest_copy_1D_array.cpp113 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_copy_image_set_1D_array()
/external/OpenCL-CTS/test_conformance/images/samplerlessReads/
Dtest_read_1D.cpp211 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_read_image_set_1D()
Dtest_read_1D_buffer.cpp217 …error |= clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth1D, NU… in test_read_image_set_1D_buffer()
Dtest_iterations.cpp210 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_read_image_set_2D()
Dtest_read_1D_array.cpp209 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, NULL … in test_read_image_set_1D_array()
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
Dtest_read_1D.cpp181 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_read_image_set_1D()
Dtest_read_2D.cpp190 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_read_image_set_2D()
Dtest_read_1D_array.cpp187 …int error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth, N… in test_read_image_set_1D_array()
/external/OpenCL-CTS/test_conformance/allocations/
Dmain.cpp139 …error = clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( max_width ), &max_width, NUL… in doTest()
Dallocation_functions.cpp44 …error = clGetDeviceInfo( device_id, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( max_width ), &max_width, … in find_good_image_size()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp176 case CL_DEVICE_IMAGE2D_MAX_WIDTH: in clGetDeviceInfo()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_device.cc196 GetDeviceInfo<size_t>(id, CL_DEVICE_IMAGE2D_MAX_WIDTH); in GpuInfoFromDeviceID()

12