Lines Matching defs:ifmt
48 /* use the size of the red channel to find the corresponding "ifmt" */
116 enum a6xx_2d_ifmt ifmt = format_to_ifmt(format);
123 if (ifmt == R2D_UNORM8) {
132 } else if (ifmt == R2D_FLOAT16) {
135 assert(ifmt == R2D_FLOAT32 || ifmt == R2D_INT32 ||
136 ifmt == R2D_INT16 || ifmt == R2D_INT8);
337 enum a6xx_2d_ifmt ifmt = format_to_ifmt(dst_format);
366 .ifmt = util_format_is_srgb(dst_format) ? R2D_UNORM8_SRGB : ifmt,