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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c370 cfg->writeback_format = fmt.writeback;
384 cfg->writeback_format = pan_mfbd_raw_format(bits);
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv5_pack.h3924 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));
H A Dv6_pack.h4467 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));
H A Dv7_pack.h4527 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));

Completed in 34 milliseconds