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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c409 cfg->writeback_block_format = MALI_BLOCK_FORMAT_TILED_U_INTERLEAVED;
435 cfg->writeback_block_format = mod_to_block_fmt(rt->image->layout.modifier);
437 cfg->writeback_block_format = mod_to_block_fmt(rt->image->layout.modifier);
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv5_pack.h3926 enum mali_block_format writeback_block_format; member in struct:MALI_RENDER_TARGET
3962 __gen_uint(values->writeback_block_format, 10, 11) |
4053 values->writeback_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 42, 43);
4091 fprintf(fp, "%*sWriteback Block Format: %s\n", indent, "", mali_block_format_as_str(values->writeback_block_format));
H A Dv6_pack.h4469 enum mali_block_format writeback_block_format; member in struct:MALI_RENDER_TARGET
4497 __gen_uint(values->writeback_block_format, 10, 11) |
4576 values->writeback_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 42, 43);
4605 fprintf(fp, "%*sWriteback Block Format: %s\n", indent, "", mali_block_format_as_str(values->writeback_block_format));
H A Dv7_pack.h4528 enum mali_block_format writeback_block_format; member in struct:MALI_RENDER_TARGET
4555 __gen_uint(values->writeback_block_format, 8, 11) |
4633 values->writeback_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 40, 43);
4661 fprintf(fp, "%*sWriteback Block Format: %s\n", indent, "", mali_block_format_as_str(values->writeback_block_format));

Completed in 35 milliseconds