Lines Matching refs:width_lod
1281 size_t width_lod = imageInfo->width, height_lod = imageInfo->height, in read_image_pixel_float() local
1297 width_lod = in read_image_pixel_float()
1300 row_pitch_lod = width_lod * get_pixel_size(imageInfo->format); in read_image_pixel_float()
1312 if (x < 0 || y < 0 || z < 0 || x >= (int)width_lod in read_image_pixel_float()
1868 size_t width_lod = imageInfo->width, height_lod = imageInfo->height, in sample_image_pixel_float_offset() local
1884 width_lod = in sample_image_pixel_float_offset()
1887 row_pitch_lod = width_lod * get_pixel_size(imageInfo->format); in sample_image_pixel_float_offset()
1908 x = unnormalize_coordinate("x", x, xAddressOffset, (float)width_lod, in sample_image_pixel_float_offset()
1971 ix = adFn(floorf(x), width_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()
2150 int x1 = adFn(floorf(x - 0.5f), width_lod); in sample_image_pixel_float_offset()
2153 int x2 = adFn(floorf(x - 0.5f) + 1, width_lod); in sample_image_pixel_float_offset()