Searched refs:lowLeftB (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.cpp | 2163 float upLeftB[4], upRightB[4], lowLeftB[4], lowRightB[4]; in sample_image_pixel_float_offset() local 2187 read_image_pixel_float(imageData, imageInfo, x1, y2, z2, lowLeftB, in sample_image_pixel_float_offset() 2191 check_for_denorms(lowLeftB, containsDenorms); in sample_image_pixel_float_offset() 2193 pixelMax(lowLeftB, lowRightB, pixelMaxB); in sample_image_pixel_float_offset() 2216 log_info("\t\tp110: %f, %f, %f, %f\n", lowLeftB[0], lowLeftB[1], in sample_image_pixel_float_offset() 2217 lowLeftB[2], lowLeftB[3]); in sample_image_pixel_float_offset() 2259 + (lowLeftB[i] * weights[0][1][1]) in sample_image_pixel_float_offset() 2271 + (lowLeftB[3] * weights[0][1][1]) in sample_image_pixel_float_offset()
|