Home
last modified time | relevance | path

Searched refs:calculate_array_index (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DimageHelpers.cpp1733 calculate_array_index(y, (float)imageInfo->arraySize - 1.0f)); in get_integer_coords_offset()
1739 calculate_array_index(z, (float)imageInfo->arraySize - 1.0f)); in get_integer_coords_offset()
1783 inline float calculate_array_index(float coord, float extent) in calculate_array_index() function
2023 iy = static_cast<int>(calculate_array_index( in sample_image_pixel_float_offset()
2033 iz = static_cast<int>(calculate_array_index( in sample_image_pixel_float_offset()
2083 calculate_array_index(z, (float)(imageInfo->arraySize - 1)); in sample_image_pixel_float_offset()
2089 calculate_array_index(y, (float)(imageInfo->arraySize - 1)); in sample_image_pixel_float_offset()
H A DimageHelpers.h188 inline float calculate_array_index(float coord, float extent);