Searched refs:lowLeft (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 2084 read_image_pixel_float(imgPtr, imageInfo, x1, y2, 0, lowLeft, lod); in sample_image_pixel_float_offset() 2086 check_for_denorms(lowLeft, containsDenorms); in sample_image_pixel_float_offset() 2088 pixelMax(lowLeft, lowRight, maxLow); in sample_image_pixel_float_offset() 2102 log_info("\t\tp10: %f, %f, %f, %f\n", lowLeft[0], lowLeft[1], in sample_image_pixel_float_offset() 2103 lowLeft[2], lowLeft[3]); in sample_image_pixel_float_offset() 2133 + (lowLeft[i] * weights[0][1]) in sample_image_pixel_float_offset() 2141 + (lowLeft[3] * weights[0][1]) in sample_image_pixel_float_offset()
|