Searched refs:zs_block_format (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_cs.c | 206 ext->zs_block_format = MALI_BLOCK_FORMAT_AFBC; 228 ext->zs_block_format = mod_to_block_fmt(zs->image->layout.modifier); 830 cfg.zs_block_format = mod_to_block_fmt(zs->image->layout.modifier); 831 assert(cfg.zs_block_format == MALI_BLOCK_FORMAT_LINEAR || 832 cfg.zs_block_format == MALI_BLOCK_FORMAT_TILED_U_INTERLEAVED);
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 3317 enum mali_block_format zs_block_format; member in struct:MALI_FRAMEBUFFER_PARAMETERS 3382 __gen_uint(values->zs_block_format, 16, 17) | 3474 values->zs_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 48, 49); 3534 fprintf(fp, "%*sZS Block Format: %s\n", indent, "", mali_block_format_as_str(values->zs_block_format));
|
| H A D | v5_pack.h | 3498 enum mali_block_format zs_block_format; member in struct:MALI_ZS_CRC_EXTENSION 3535 __gen_uint(values->zs_block_format, 4, 5) | 3577 values->zs_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 100, 101); 3608 fprintf(fp, "%*sZS Block Format: %s\n", indent, "", mali_block_format_as_str(values->zs_block_format));
|
| H A D | v6_pack.h | 4067 enum mali_block_format zs_block_format; member in struct:MALI_ZS_CRC_EXTENSION 4097 __gen_uint(values->zs_block_format, 4, 5) | 4139 values->zs_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 100, 101); 4163 fprintf(fp, "%*sZS Block Format: %s\n", indent, "", mali_block_format_as_str(values->zs_block_format));
|
| H A D | v7_pack.h | 4145 enum mali_block_format zs_block_format; member in struct:MALI_ZS_CRC_EXTENSION 4176 __gen_uint(values->zs_block_format, 4, 7) | 4216 values->zs_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 100, 103); 4241 fprintf(fp, "%*sZS Block Format: %s\n", indent, "", mali_block_format_as_str(values->zs_block_format));
|
Completed in 76 milliseconds