/external/OpenCL-CTS/test_common/harness/ |
D | imageHelpers.h | 545 float yAddressOffset, float zAddressOffset, 555 float yAddressOffset, float zAddressOffset, in sample_image_pixel_offset() argument 600 get_integer_coords_offset(x, y, z, xAddressOffset, yAddressOffset, in sample_image_pixel_offset() 610 float yAddressOffset, float zAddressOffset, in sample_image_pixel_offset() argument 614 yAddressOffset, zAddressOffset, imageSampler, in sample_image_pixel_offset() 641 float xAddressOffset, float yAddressOffset, float zAddressOffset, 646 float xAddressOffset, float yAddressOffset, float zAddressOffset,
|
D | imageHelpers.cpp | 1562 float yAddressOffset, float zAddressOffset, in get_integer_coords_offset() argument 1600 if ((yAddressOffset != 0.0) in get_integer_coords_offset() 1604 y += yAddressOffset; in get_integer_coords_offset() 1640 if ((yAddressOffset != 0.0) in get_integer_coords_offset() 1643 float temp = y + yAddressOffset; in get_integer_coords_offset() 1667 y += yAddressOffset; in get_integer_coords_offset() 1862 float xAddressOffset, float yAddressOffset, float zAddressOffset, in sample_image_pixel_float_offset() argument 1922 "y", y, yAddressOffset, (float)height_lod, in sample_image_pixel_float_offset() 1930 "y", y, yAddressOffset, (float)height_lod, in sample_image_pixel_float_offset() 2284 float xAddressOffset, float yAddressOffset, float zAddressOffset, in sample_image_pixel_float_offset() argument [all …]
|
/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_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()
|