/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_imagearraycopy3d.cpp | 41 image = create_image_3d(context, CL_MEM_READ_ONLY, format, img_width, in test_imagearraycopy3d_single_format()
|
D | test_arrayimagecopy.cpp | 55 image = create_image_3d(context, flags, format, img_width, img_height, in test_arrayimagecopy_single_format()
|
D | test_readimage.cpp | 203 : create_image_3d(context, flags, fmt, x, y, z, 0, 0, nullptr, err); in create_image_xd()
|
/external/OpenCL-CTS/test_common/harness/ |
D | typeWrappers.cpp | 311 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()
|
D | clImageHelper.h | 118 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/ |
D | action_classes.cpp | 356 mImage = create_image_3d(context, CL_MEM_READ_ONLY, &format, mWidth, in Setup() 429 mImage = create_image_3d(context, CL_MEM_READ_ONLY, &format, mWidth, in Setup() 511 mDstImage = create_image_3d(context, CL_MEM_READ_ONLY, &format, mWidth, in Setup() 531 mSrcImage = create_image_3d(context, CL_MEM_READ_ONLY, &format, mWidth, in Setup() 555 mSrcImage = create_image_3d(context, CL_MEM_READ_ONLY, &format, mWidth, in Setup() 559 mDstImage = create_image_3d(context, CL_MEM_READ_ONLY, &format, mWidth, in Setup() 617 mSrcImage = create_image_3d(context, CL_MEM_READ_ONLY, &format, mWidth, in Setup() 696 mDstImage = create_image_3d(context, CL_MEM_READ_ONLY, &format, mWidth, in Setup()
|
/external/OpenCL-CTS/test_conformance/profiling/ |
D | execute_multipass.cpp | 126 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/ |
D | test_2D.cpp | 89 image = create_image_3d(context, flags, imageInfo->format, in test_get_image_info_single()
|
/external/OpenCL-CTS/test_conformance/images/clReadWriteImage/ |
D | test_read_3D.cpp | 39 image = create_image_3d(context, flags, imageInfo->format, in test_read_image_3D()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_3D.cpp | 246 …unprotImage = create_image_3d( context, mem_flag_types[mem_flag_index] | CL_MEM_USE_HOST_PTR, imag… in test_write_image_3D() 283 …unprotImage = create_image_3d( context, mem_flag_types[mem_flag_index] | ( gMemFlagsToUse & ~(CL_M… in test_write_image_3D()
|
D | test_common.cpp | 214 image = create_image_3d(context, mem_flags, imageInfo->format, in create_image_of_type()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_api_min_max.cpp | 874 streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &image_format_desc, in test_min_max_image_3d_width() 943 streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &image_format_desc, in test_min_max_image_3d_height() 1012 streams[0] = create_image_3d(context, CL_MEM_READ_ONLY, &image_format_desc, in test_min_max_image_3d_depth()
|
/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | memory.rs | 857 fn create_image_3d( in create_image_3d() function
|