Home
last modified time | relevance | path

Searched refs:mDstImage (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/events/
Daction_classes.cpp413 …cl_int error = clEnqueueCopyImage( queue, mSrcImage, mDstImage, origin, origin, region, numWaits, … in Execute()
433mDstImage = create_image_2d( context, CL_MEM_WRITE_ONLY, &format, mWidth, mHeight, 0, NULL, &error… in Setup()
454mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
475mDstImage = create_image_2d( context, CL_MEM_WRITE_ONLY, &format, mWidth, mHeight, 0, NULL, &error… in Setup()
496mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
579mDstImage = create_image_2d( context, CL_MEM_WRITE_ONLY, &format, mWidth, mHeight, 0, NULL, &error… in Setup()
589 …cl_int error = clEnqueueCopyBufferToImage( queue, mSrcBuffer, mDstImage, 0, origin, region, numWai… in Execute()
609mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
619 …cl_int error = clEnqueueCopyBufferToImage( queue, mSrcBuffer, mDstImage, 0, origin, region, numWai… in Execute()
Daction_classes.h198 clMemWrapper mSrcImage, mDstImage; variable
284 clMemWrapper mSrcBuffer, mDstImage; variable
299 clMemWrapper mSrcBuffer, mDstImage; variable