Home
last modified time | relevance | path

Searched refs:create_image_3d (Results 1 – 16 of 16) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_imagecopy3d.cpp138 …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()
Dtest_imagereadwrite3d.cpp228 …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()
Dtest_readimage3d_int16.cpp103 …streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_readimage3d_int16()
Dtest_readimage3d_fp32.cpp104 …streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &img_format, img_width, img_height, img_de… in test_readimage3d_fp32()
Dtest_imagearraycopy3d.cpp41 image = create_image_3d(context, CL_MEM_READ_ONLY, format, img_width, in test_imagearraycopy3d_single_format()
Dtest_readimage3d.cpp162 …streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &formatsToTest[i].img_format, img_width, i… in test_readimage3d()
Dtest_arrayimagecopy3d.cpp42 image = create_image_3d(context, CL_MEM_READ_ONLY, format, img_width, in test_arrayimagecopy3d_single_format()
/external/OpenCL-CTS/test_common/harness/
DtypeWrappers.cpp311 image = create_image_3d(context, mem_flags | CL_MEM_USE_HOST_PTR, fmt, in Create()
318 image = create_image_3d(context, mem_flags, fmt, width, height, depth, in Create()
324 image = create_image_3d(context, mem_flags, fmt, width, height, depth, 0, 0, in Create()
453 create_image_3d(context, mem_flags | CL_MEM_USE_HOST_PTR, in Create()
484 image = create_image_3d(context, mem_flags, fmt, width, height, in Create()
512 image = create_image_3d(context, mem_flags, fmt, width, height, in Create()
DclImageHelper.h118 static inline cl_mem create_image_3d(cl_context context, cl_mem_flags flags, in create_image_3d() function
/external/OpenCL-CTS/test_conformance/events/
Daction_classes.cpp320 …mImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NULL,… in Setup()
384 …mImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NULL,… in Setup()
454 …mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
472 …mSrcImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
493 …mSrcImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
496 …mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
545 …mSrcImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
609 …mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
/external/OpenCL-CTS/test_conformance/profiling/
Dexecute_multipass.cpp126 create_image_3d(context, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, in run_kernel()
/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
Dtest_2D.cpp89 image = create_image_3d(context, flags, imageInfo->format, in test_get_image_info_single()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_common.cpp209 unprotImage = create_image_3d( in test_read_image()
240 unprotImage = create_image_3d( in test_read_image()
263 unprotImage = create_image_3d( in test_read_image()
Dtest_write_3D.cpp237 …unprotImage = create_image_3d( context, mem_flag_types[mem_flag_index] | CL_MEM_USE_HOST_PTR, imag… in test_write_image_3D()
274 …unprotImage = create_image_3d( context, mem_flag_types[mem_flag_index] | ( gMemFlagsToUse & ~(CL_M… in test_write_image_3D()
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/
Dtest_read_3D.cpp39 image = create_image_3d(context, flags, imageInfo->format, in test_read_image_3D()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp732 …streams[0] = create_image_3d( context, CL_MEM_READ_ONLY, &image_format_desc, maxDimension, 1, 2, 0… in test_min_max_image_3d_width()
789 …streams[0] = create_image_3d( context, CL_MEM_READ_ONLY, &image_format_desc, 1, maxDimension, 2, 0… in test_min_max_image_3d_height()
847 …streams[0] = create_image_3d( context, CL_MEM_READ_ONLY, &image_format_desc, 1, 1, maxDimension, 0… in test_min_max_image_3d_depth()