Home
last modified time | relevance | path

Searched refs:yAddressOffset (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DimageHelpers.h545 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,
DimageHelpers.cpp1562 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/
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_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()