Searched refs:lowLeft (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2121 float upLeft[ 4 ], upRight[ 4 ], lowLeft[ 4 ], lowRight[ 4 ]; in sample_image_pixel_float_offset() local 2128 read_image_pixel_float( imgPtr, imageInfo, x1, y2, 0, lowLeft, lod ); in sample_image_pixel_float_offset() 2130 check_for_denorms( lowLeft, containsDenorms ); in sample_image_pixel_float_offset() 2132 pixelMax( lowLeft, lowRight, maxLow ); in sample_image_pixel_float_offset() 2143 … log_info( "\t\tp10: %f, %f, %f, %f\n", lowLeft[0], lowLeft[1], lowLeft[2], lowLeft[3] ); in sample_image_pixel_float_offset() 2169 ( lowLeft[ i ] * weights[ 0 ][ 1 ] ) + in sample_image_pixel_float_offset() 2177 ( lowLeft[ 3 ] * weights[ 0 ][ 1 ] ) + in sample_image_pixel_float_offset()
|