/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.h | 544 bool get_integer_coords_offset(float x, float y, float z, float xAddressOffset, 554 float x, float y, float z, float xAddressOffset, in sample_image_pixel_offset() argument 600 get_integer_coords_offset(x, y, z, xAddressOffset, yAddressOffset, in sample_image_pixel_offset() 609 float x, float y, float z, float xAddressOffset, in sample_image_pixel_offset() argument 613 sample_image_pixel_offset<T>(imageData, imageInfo, x, y, z, xAddressOffset, in sample_image_pixel_offset() 641 float xAddressOffset, float yAddressOffset, float zAddressOffset, 646 float xAddressOffset, float yAddressOffset, float zAddressOffset,
|
D | imageHelpers.cpp | 1561 bool get_integer_coords_offset(float x, float y, float z, float xAddressOffset, in get_integer_coords_offset() argument 1592 if (xAddressOffset != 0.0) in get_integer_coords_offset() 1595 x += xAddressOffset; in get_integer_coords_offset() 1633 if (xAddressOffset != 0.0) in get_integer_coords_offset() 1635 float temp = x + xAddressOffset; in get_integer_coords_offset() 1662 x += xAddressOffset; in get_integer_coords_offset() 1862 float xAddressOffset, float yAddressOffset, float zAddressOffset, in sample_image_pixel_float_offset() argument 1908 x = unnormalize_coordinate("x", x, xAddressOffset, (float)width_lod, in sample_image_pixel_float_offset() 2284 float xAddressOffset, float yAddressOffset, float zAddressOffset, in sample_image_pixel_float_offset() argument 2289 imageData, imageInfo, x, y, z, xAddressOffset, yAddressOffset, in sample_image_pixel_float_offset()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_common.h | 56 float x, float y, float z, float xAddressOffset, float yAddressOffset, in determine_validation_error_offset() argument 69 clamped = get_integer_coords_offset(x, y, z, xAddressOffset, yAddressOffset, in determine_validation_error_offset()
|
D | test_read_1D.cpp | 56 …float x, float xAddressOffset, size_t j, int &numTries, int &numClamped, bool printAsFloat, int lo… in determine_validation_error_1D() argument 63 …clamped = get_integer_coords_offset( x, 0.0f, 0.0f, xAddressOffset, 0.0f, 0.0f, imageInfo->width, … in determine_validation_error_1D()
|
D | test_read_1D_array.cpp | 64 …float x, float y, float xAddressOffset, float yAddressOffset, size_t j, int &numTries, int &numCla… in determine_validation_error_1D_arr() argument 75 …clamped = get_integer_coords_offset( x, y, 0.0f, xAddressOffset, yAddressOffset, 0.0f, imageInfo->… in determine_validation_error_1D_arr()
|
D | test_read_2D_array.cpp | 80 …float x, float y, float z, float xAddressOffset, float yAddressOffset, float zAddressOffset, size_… in determine_validation_error_offset_2D_array() argument 89 …clamped = get_integer_coords_offset( x, y, z, xAddressOffset, yAddressOffset, zAddressOffset, imag… in determine_validation_error_offset_2D_array()
|
D | test_iterations.cpp | 77 …float x, float y, float xAddressOffset, float yAddressOffset, size_t j, int &numTries, int &numCla… in determine_validation_error() argument 84 …clamped = get_integer_coords_offset( x, y, 0.f, xAddressOffset, yAddressOffset, 0.0f, imageInfo->w… in determine_validation_error()
|