| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v5_pack.h | 3924 enum mali_color_format writeback_format; member in struct:MALI_RENDER_TARGET 3960 __gen_uint(values->writeback_format, 3, 7) | 4051 values->writeback_format = (enum mali_color_format)__gen_unpack_uint(cl, 35, 39); 4089 fprintf(fp, "%*sWriteback Format: %s\n", indent, "", mali_color_format_as_str(values->writeback_format));
|
| v6_pack.h | 4467 enum mali_color_format writeback_format; member in struct:MALI_RENDER_TARGET 4495 __gen_uint(values->writeback_format, 3, 7) | 4574 values->writeback_format = (enum mali_color_format)__gen_unpack_uint(cl, 35, 39); 4603 fprintf(fp, "%*sWriteback Format: %s\n", indent, "", mali_color_format_as_str(values->writeback_format));
|
| v7_pack.h | 4527 enum mali_color_format writeback_format; member in struct:MALI_RENDER_TARGET 4554 __gen_uint(values->writeback_format, 3, 7) | 4632 values->writeback_format = (enum mali_color_format)__gen_unpack_uint(cl, 35, 39); 4660 fprintf(fp, "%*sWriteback Format: %s\n", indent, "", mali_color_format_as_str(values->writeback_format));
|