Searched refs:lowRightA (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2196 float upLeftA[ 4 ], upRightA[ 4 ], lowLeftA[ 4 ], lowRightA[ 4 ]; in sample_image_pixel_float_offset() local 2205 read_image_pixel_float( imageData, imageInfo, x2, y2, z1, lowRightA, lod ); in sample_image_pixel_float_offset() 2207 check_for_denorms( lowRightA, containsDenorms ); in sample_image_pixel_float_offset() 2208 pixelMax( lowLeftA, lowRightA, pixelMaxB ); in sample_image_pixel_float_offset() 2232 …log_info( "\t\tp011: %f, %f, %f, %f\n\n", lowRightA[0], lowRightA[1], lowRightA[2], lowRightA[3] ); in sample_image_pixel_float_offset() 2270 ( lowRightA[ i ] * weights[ 1 ][ 1 ][ 0 ] ) + in sample_image_pixel_float_offset() 2282 ( lowRightA[ 3 ] * weights[ 1 ][ 1 ][ 0 ] ) + in sample_image_pixel_float_offset()
|