Home
last modified time | relevance | path

Searched refs:xAddressOffset (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h544 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,
DimageHelpers.cpp1561 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/
Dtest_common.h56 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()
Dtest_read_1D.cpp56 …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()
Dtest_read_1D_array.cpp64 …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()
Dtest_read_2D_array.cpp80 …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()
Dtest_iterations.cpp77 …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()