/external/OpenCL-CTS/test_conformance/basic/ |
D | test_imagecopy3d.cpp | 138 …streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagecopy3d() 140 …streams[1] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagecopy3d() 145 …streams[2] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagecopy3d() 147 …streams[3] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagecopy3d() 152 …streams[4] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagecopy3d() 154 …streams[5] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagecopy3d()
|
D | test_imagereadwrite3d.cpp | 228 …streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagereadwrite3d() 233 …streams[1] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagereadwrite3d() 238 …streams[2] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_imagereadwrite3d()
|
D | test_readimage3d_fp32.cpp | 104 …streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_readimage3d_fp32()
|
D | test_readimage3d_int16.cpp | 103 …streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_readimage3d_int16()
|
D | test_arrayimagecopy3d.cpp | 42 …image = create_image_3d(context, (cl_mem_flags)(CL_MEM_READ_WRITE), format, img_width, img_height,… in test_arrayimagecopy3d_single_format()
|
D | test_imagearraycopy3d.cpp | 41 …image = create_image_3d(context, (cl_mem_flags)(CL_MEM_READ_WRITE), format, img_width, img_height,… in test_imagearraycopy3d_single_format()
|
D | test_readimage3d.cpp | 162 …streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &formatsToTest[i].img_format, img_width, i… in test_readimage3d()
|
/external/OpenCL-CTS/test_common/harness/ |
D | typeWrappers.cpp | 263 …image = create_image_3d( context, mem_flags | CL_MEM_USE_HOST_PTR, fmt, width, height, depth, rowS… in Create() 266 image = create_image_3d( context, mem_flags, fmt, width, height, depth, 0, 0, NULL, &error ); in Create() 271 image = create_image_3d( context, mem_flags, fmt, width, height, depth, 0, 0, NULL, &error ); in Create() 373 …image = create_image_3d( context, mem_flags | CL_MEM_USE_HOST_PTR, fmt, width, height, depth, rowS… in Create() 393 … image = create_image_3d( context, mem_flags, fmt, width, height, depth, 0, 0, NULL, &error );; in Create() 416 … image = create_image_3d( context, mem_flags, fmt, width, height, depth, 0, 0, NULL, &error );; in Create()
|
D | clImageHelper.h | 111 static inline cl_mem create_image_3d (cl_context context, in create_image_3d() function
|
/external/OpenCL-CTS/test_conformance/events/ |
D | action_classes.cpp | 318 …mImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NULL,… in Setup() 382 …mImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NULL,… in Setup() 452 …mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup() 470 …mSrcImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup() 491 …mSrcImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup() 494 …mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup() 543 …mSrcImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup() 607 …mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
|
/external/OpenCL-CTS/test_conformance/profiling/ |
D | execute_multipass.cpp | 125 …memobjs[0] = create_image_3d( context, (cl_mem_flags)(CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR), &i… in run_kernel()
|
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/ |
D | test_2D.cpp | 89 …image = create_image_3d( context, (cl_mem_flags)(CL_MEM_READ_ONLY), imageInfo->format, imageInfo->… in test_get_image_info_single()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_3D.cpp | 241 …unprotImage = create_image_3d( context, mem_flag_types[mem_flag_index] | CL_MEM_USE_HOST_PTR, imag… in test_write_image_3D() 278 …unprotImage = create_image_3d( context, mem_flag_types[mem_flag_index] | ( gMemFlagsToUse & ~(CL_M… in test_write_image_3D()
|
D | test_read_3D.cpp | 362 unprotImage = create_image_3d( context, in test_read_image_3D() 388 unprotImage = create_image_3d( context, in test_read_image_3D() 410 unprotImage = create_image_3d( context, in test_read_image_3D()
|
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
D | test_read_3D.cpp | 44 …image = create_image_3d( context, (cl_mem_flags)(CL_MEM_READ_ONLY), imageInfo->format, imageInfo->… in test_read_image_3D()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 729 …streams[0] = create_image_3d( context, CL_MEM_READ_ONLY, &image_format_desc, maxDimension, 1, 2, 0… in test_min_max_image_3d_width() 785 …streams[0] = create_image_3d( context, CL_MEM_READ_ONLY, &image_format_desc, 1, maxDimension, 2, 0… in test_min_max_image_3d_height() 842 …streams[0] = create_image_3d( context, CL_MEM_READ_ONLY, &image_format_desc, 1, 1, maxDimension, 0… in test_min_max_image_3d_depth()
|