Searched refs:upLeft (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 2123 read_image_pixel_float( imgPtr, imageInfo, x1, y1, 0, upLeft, lod ); in sample_image_pixel_float_offset() 2125 check_for_denorms( upLeft, containsDenorms ); in sample_image_pixel_float_offset() 2127 pixelMax( upLeft, upRight, maxUp ); in sample_image_pixel_float_offset() 2141 log_info( "\t\tp00: %f, %f, %f, %f\n", upLeft[0], upLeft[1], upLeft[2], upLeft[3] ); in sample_image_pixel_float_offset() 2167 outData[ i ] = (float)( ( upLeft[ i ] * weights[ 0 ][ 0 ] ) + in sample_image_pixel_float_offset() 2175 outData[ 3 ] = (float)( ( upLeft[ 3 ] * weights[ 0 ][ 0 ] ) + in sample_image_pixel_float_offset()
|