Searched refs:upLeftB (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 2210 read_image_pixel_float( imageData, imageInfo, x1, y1, z2, upLeftB, lod ); in sample_image_pixel_float_offset() 2212 check_for_denorms( upLeftB, containsDenorms ); in sample_image_pixel_float_offset() 2214 pixelMax( upLeftB, upRightB, pixelMaxA ); in sample_image_pixel_float_offset() 2233 … log_info( "\t\tp100: %f, %f, %f, %f\n", upLeftB[0], upLeftB[1], upLeftB[2], upLeftB[3] ); in sample_image_pixel_float_offset() 2271 ( upLeftB[ i ] * weights[ 0 ][ 0 ][ 1 ] ) + in sample_image_pixel_float_offset() 2283 ( upLeftB[ 3 ] * weights[ 0 ][ 0 ][ 1 ] ) + in sample_image_pixel_float_offset()
|