Searched refs:calculate_array_index (Results 1 – 2 of 2) sorted by relevance
1733 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() function2023 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()
188 inline float calculate_array_index(float coord, float extent);