Searched refs:zs_write_format (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c229 ext->zs_write_format = translate_zs_format(zs->format);
230 if (ext->zs_write_format == MALI_ZS_FORMAT_D24S8)
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv5_pack.h3497 enum mali_zs_format zs_write_format; member in struct:MALI_ZS_CRC_EXTENSION
3534 cl[ 3] = __gen_uint(values->zs_write_format, 0, 3) |
3576 values->zs_write_format = (enum mali_zs_format)__gen_unpack_uint(cl, 96, 99);
3607 fprintf(fp, "%*sZS Write Format: %s\n", indent, "", mali_zs_format_as_str(values->zs_write_format));
H A Dv6_pack.h4066 enum mali_zs_format zs_write_format; member in struct:MALI_ZS_CRC_EXTENSION
4096 cl[ 3] = __gen_uint(values->zs_write_format, 0, 3) |
4138 values->zs_write_format = (enum mali_zs_format)__gen_unpack_uint(cl, 96, 99);
4162 fprintf(fp, "%*sZS Write Format: %s\n", indent, "", mali_zs_format_as_str(values->zs_write_format));
H A Dv7_pack.h4144 enum mali_zs_format zs_write_format; member in struct:MALI_ZS_CRC_EXTENSION
4175 cl[ 3] = __gen_uint(values->zs_write_format, 0, 3) |
4215 values->zs_write_format = (enum mali_zs_format)__gen_unpack_uint(cl, 96, 99);
4240 fprintf(fp, "%*sZS Write Format: %s\n", indent, "", mali_zs_format_as_str(values->zs_write_format));

Completed in 34 milliseconds