Searched refs:upRightB (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 2211 read_image_pixel_float( imageData, imageInfo, x2, y1, z2, upRightB, lod ); in sample_image_pixel_float_offset() 2213 check_for_denorms( upRightB, containsDenorms ); in sample_image_pixel_float_offset() 2214 pixelMax( upLeftB, upRightB, pixelMaxA ); in sample_image_pixel_float_offset() 2234 … log_info( "\t\tp101: %f, %f, %f, %f\n", upRightB[0], upRightB[1], upRightB[2], upRightB[3] ); in sample_image_pixel_float_offset() 2272 ( upRightB[ i ] * weights[ 1 ][ 0 ][ 1 ] ) + in sample_image_pixel_float_offset() 2284 ( upRightB[ 3 ] * weights[ 1 ][ 0 ][ 1 ] ) + in sample_image_pixel_float_offset()
|