Searched refs:lowRightB (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2197 float upLeftB[ 4 ], upRightB[ 4 ], lowLeftB[ 4 ], lowRightB[ 4 ]; in sample_image_pixel_float_offset() local 2216 read_image_pixel_float( imageData, imageInfo, x2, y2, z2, lowRightB, lod ); in sample_image_pixel_float_offset() 2218 check_for_denorms( lowRightB, containsDenorms ); in sample_image_pixel_float_offset() 2219 pixelMax( lowLeftB, lowRightB, pixelMaxB ); in sample_image_pixel_float_offset() 2236 … log_info( "\t\tp111: %f, %f, %f, %f\n", lowRightB[0], lowRightB[1], lowRightB[2], lowRightB[3] ); in sample_image_pixel_float_offset() 2274 ( lowRightB[ i ] * weights[ 1 ][ 1 ][ 1 ] )); in sample_image_pixel_float_offset() 2286 ( lowRightB[ 3 ] * weights[ 1 ][ 1 ][ 1 ] )); in sample_image_pixel_float_offset()
|