HomeSort by: relevance | last modified time | path
    Searched refs:writeback_format (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_cs.c 370 cfg->writeback_format = fmt.writeback;
384 cfg->writeback_format = pan_mfbd_raw_format(bits);
  /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));

Completed in 18 milliseconds