Searched refs:imgHost (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/images/clFillImage/ |
D | test_fill_generic.cpp | 261 BufferOwningPtr<char> imgHost; in test_fill_image_generic() local 298 imgHost.reset( NULL ); // Free previously allocated memory first. in test_fill_image_generic() 299 imgHost.reset(malloc(dataBytes),NULL,0,dataBytes); in test_fill_image_generic() 300 if (imgHost == NULL) in test_fill_image_generic() 308 memcpy(imgHost, imgData, dataBytes); in test_fill_image_generic() 331 … read_image_pixel_float( imgHost, imageInfo, origin[ 0 ], origin[ 1 ], origin[ 2 ], fillColor ); in test_fill_image_generic() 346 fill_region_with_value( imageInfo, imgHost, verificationValue, origin, region ); in test_fill_image_generic() 352 … read_image_pixel<cl_int>( imgHost, imageInfo, origin[ 0 ], origin[ 1 ], origin[ 2 ], fillColor ); in test_fill_image_generic() 367 fill_region_with_value( imageInfo, imgHost, verificationValue, origin, region ); in test_fill_image_generic() 373 … read_image_pixel<cl_uint>( imgHost, imageInfo, origin[ 0 ], origin[ 1 ], origin[ 2 ], fillColor ); in test_fill_image_generic() [all …]
|