| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v5_pack.h | 3497 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));
|
| v6_pack.h | 4066 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));
|
| v7_pack.h | 4144 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));
|