Searched refs:upRight (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 2124 read_image_pixel_float( imgPtr, imageInfo, x2, y1, 0, upRight, lod ); in sample_image_pixel_float_offset() 2126 check_for_denorms( upRight, containsDenorms ); in sample_image_pixel_float_offset() 2127 pixelMax( upLeft, upRight, maxUp ); in sample_image_pixel_float_offset() 2142 … log_info( "\t\tp01: %f, %f, %f, %f\n", upRight[0], upRight[1], upRight[2], upRight[3] ); in sample_image_pixel_float_offset() 2168 ( upRight[ i ] * weights[ 1 ][ 0 ] ) + in sample_image_pixel_float_offset() 2176 ( upRight[ 3 ] * weights[ 1 ][ 0 ] ) + in sample_image_pixel_float_offset()
|