Searched refs:lowRight (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2077 float upLeft[4], upRight[4], lowLeft[4], lowRight[4]; in sample_image_pixel_float_offset() local 2085 read_image_pixel_float(imgPtr, imageInfo, x2, y2, 0, lowRight, lod); in sample_image_pixel_float_offset() 2087 check_for_denorms(lowRight, containsDenorms); in sample_image_pixel_float_offset() 2088 pixelMax(lowLeft, lowRight, maxLow); in sample_image_pixel_float_offset() 2104 log_info("\t\tp11: %f, %f, %f, %f\n", lowRight[0], lowRight[1], in sample_image_pixel_float_offset() 2105 lowRight[2], lowRight[3]); in sample_image_pixel_float_offset() 2134 + (lowRight[i] * weights[1][1])); in sample_image_pixel_float_offset() 2142 + (lowRight[3] * weights[1][1])); in sample_image_pixel_float_offset()
|