• Home
  • Raw
  • Download

Lines Matching refs:mHeight

283     if( ( error = IGetPreferredImageSize2D( device, mWidth, mHeight ) ) )  in Setup()
287 … mImage = create_image_2d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, 0, NULL, &error ); in Setup()
291 mOutput = malloc( mWidth * mHeight * 4 ); in Setup()
303 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, 1 }; in Execute()
316 if( ( error = IGetPreferredImageSize3D( device, mWidth, mHeight, mDepth ) ) ) in Setup()
320 …mImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NULL,… in Setup()
323 mOutput = malloc( mWidth * mHeight * mDepth * 4 ); in Setup()
335 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, mDepth }; in Execute()
348 if( ( error = IGetPreferredImageSize2D( device, mWidth, mHeight ) ) ) in Setup()
352 … mImage = create_image_2d( context, CL_MEM_WRITE_ONLY, &format, mWidth, mHeight, 0, NULL, &error ); in Setup()
355 mOutput = malloc( mWidth * mHeight * 4 ); in Setup()
367 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, 1 }; in Execute()
380 if( ( error = IGetPreferredImageSize3D( device, mWidth, mHeight, mDepth ) ) ) in Setup()
384 …mImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NULL,… in Setup()
387 mOutput = malloc( mWidth * mHeight * mDepth * 4 ); in Setup()
399 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, mDepth }; in Execute()
411 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, mDepth }; in Execute()
424 if( ( error = IGetPreferredImageSize2D( device, mWidth, mHeight ) ) ) in Setup()
430 …mSrcImage = create_image_2d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, 0, NULL, &error … in Setup()
433 …mDstImage = create_image_2d( context, CL_MEM_WRITE_ONLY, &format, mWidth, mHeight, 0, NULL, &error… in Setup()
445 if( ( error = IGetPreferredImageSize3D( device, mWidth, mHeight, mDepth ) ) ) in Setup()
451 …mSrcImage = create_image_2d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, 0, NULL, &error … in Setup()
454 …mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
466 if( ( error = IGetPreferredImageSize3D( device, mWidth, mHeight, mDepth ) ) ) in Setup()
472 …mSrcImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
475 …mDstImage = create_image_2d( context, CL_MEM_WRITE_ONLY, &format, mWidth, mHeight, 0, NULL, &error… in Setup()
487 if( ( error = IGetPreferredImageSize3D( device, mWidth, mHeight, mDepth ) ) ) 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()
509 if( ( error = IGetPreferredImageSize2D( device, mWidth, mHeight ) ) ) in Setup()
515 …mSrcImage = create_image_2d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, 0, NULL, &error … in Setup()
518 mDstBuffer = clCreateBuffer( context, CL_MEM_WRITE_ONLY, mWidth * mHeight * 4, NULL, &error ); in Setup()
526 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, 1 }; in Execute()
539 if( ( error = IGetPreferredImageSize3D( device, mWidth, mHeight, mDepth ) ) ) in Setup()
545 …mSrcImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
548 …mDstBuffer = clCreateBuffer( context, CL_MEM_WRITE_ONLY, mWidth * mHeight * mDepth * 4, NULL, &err… in Setup()
556 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, mDepth }; in Execute()
569 if( ( error = IGetPreferredImageSize2D( device, mWidth, mHeight ) ) ) in Setup()
576 mSrcBuffer = clCreateBuffer( context, CL_MEM_READ_ONLY, mWidth * mHeight * 4, NULL, &error ); in Setup()
579 …mDstImage = create_image_2d( context, CL_MEM_WRITE_ONLY, &format, mWidth, mHeight, 0, NULL, &error… in Setup()
587 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, 1 }; in Execute()
600 if( ( error = IGetPreferredImageSize3D( device, mWidth, mHeight, mDepth ) ) ) in Setup()
605 …mSrcBuffer = clCreateBuffer( context, CL_MEM_READ_ONLY, mWidth * mHeight * mDepth * 4, NULL, &erro… in Setup()
609 …mDstImage = create_image_3d( context, CL_MEM_READ_ONLY, &format, mWidth, mHeight, mDepth, 0, 0, NU… in Setup()
617 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, mDepth }; in Execute()
638 if( ( error = IGetPreferredImageSize2D( device, mWidth, mHeight ) ) ) in Setup()
642 …_2d( context, CL_MEM_READ_ONLY | CL_MEM_ALLOC_HOST_PTR, &format, mWidth, mHeight, 0, NULL, &error … in Setup()
652 size_t origin[ 3 ] = { 0, 0, 0 }, region[ 3 ] = { mWidth, mHeight, 1 }; in Execute()