HomeSort by: relevance | last modified time | path
    Searched defs:writeback_block_format (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v5_pack.h 3926 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));
v6_pack.h 4469 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));
v7_pack.h 4528 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 39 milliseconds