IMAGE_CONVERT_OUT
if (image->type == IMAGE_CONVERT_OUT) {
type == IMAGE_CONVERT_OUT ? "Output" : "Input");
w_align_out = ilog2(tile_width_align(IMAGE_CONVERT_OUT, outfmt,
h_align_out = ilog2(tile_height_align(IMAGE_CONVERT_OUT, outfmt,
ret = fill_image(ctx, d_image, out, IMAGE_CONVERT_OUT);
ic_image->type == IMAGE_CONVERT_OUT ? "Output" : "Input",
if (image->type == IMAGE_CONVERT_OUT)