Lines Matching refs:height_lod
1281 size_t width_lod = imageInfo->width, height_lod = imageInfo->height, in read_image_pixel_float() local
1294 height_lod = in read_image_pixel_float()
1305 slice_pitch_lod = row_pitch_lod * height_lod; in read_image_pixel_float()
1313 || (height_lod != 0 && y >= (int)height_lod) in read_image_pixel_float()
1868 size_t width_lod = imageInfo->width, height_lod = imageInfo->height, in sample_image_pixel_float_offset() local
1881 height_lod = in sample_image_pixel_float_offset()
1892 slice_pitch_lod = row_pitch_lod * height_lod; in sample_image_pixel_float_offset()
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()
1985 iy = adFn(floorf(y), height_lod); in sample_image_pixel_float_offset()
1994 iy = adFn(floorf(y), height_lod); in sample_image_pixel_float_offset()
2021 size_t width = width_lod, height = height_lod, depth = depth_lod; in sample_image_pixel_float_offset()
2151 int y1 = adFn(floorf(y - 0.5f), height_lod); in sample_image_pixel_float_offset()
2154 int y2 = adFn(floorf(y - 0.5f) + 1, height_lod); in sample_image_pixel_float_offset()