Lines Matching refs:mOutput
291 mOutput = malloc( mWidth * mHeight * 4 ); in Setup()
292 if( mOutput == NULL ) in Setup()
305 …cl_int error = clEnqueueReadImage( queue, mImage, CL_FALSE, origin, region, 0, 0, mOutput, numWait… in Execute()
323 mOutput = malloc( mWidth * mHeight * mDepth * 4 ); in Setup()
324 if( mOutput == NULL ) in Setup()
337 …cl_int error = clEnqueueReadImage( queue, mImage, CL_FALSE, origin, region, 0, 0, mOutput, numWait… in Execute()
355 mOutput = malloc( mWidth * mHeight * 4 ); in Setup()
356 if( mOutput == NULL ) in Setup()
369 …cl_int error = clEnqueueWriteImage( queue, mImage, CL_FALSE, origin, region, 0, 0, mOutput, numWai… in Execute()
387 mOutput = malloc( mWidth * mHeight * mDepth * 4 ); in Setup()
388 if( mOutput == NULL ) in Setup()
401 …cl_int error = clEnqueueWriteImage( queue, mImage, CL_FALSE, origin, region, 0, 0, mOutput, numWai… in Execute()