Searched refs:s_block_format (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_cs.c | 179 ext->s_block_format = mod_to_block_fmt(s->image->layout.modifier);
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| H A D | v4_pack.h | 3321 enum mali_block_format s_block_format; member in struct:MALI_FRAMEBUFFER_PARAMETERS 3386 __gen_uint(values->s_block_format, 24, 25) | 3478 values->s_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 56, 57); 3538 fprintf(fp, "%*sS Block Format: %s\n", indent, "", mali_block_format_as_str(values->s_block_format));
|
| H A D | v5_pack.h | 3503 enum mali_block_format s_block_format; member in struct:MALI_ZS_CRC_EXTENSION 3540 __gen_uint(values->s_block_format, 20, 21) | 3582 values->s_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 116, 117); 3613 fprintf(fp, "%*sS Block Format: %s\n", indent, "", mali_block_format_as_str(values->s_block_format));
|
| H A D | v6_pack.h | 4072 enum mali_block_format s_block_format; member in struct:MALI_ZS_CRC_EXTENSION 4102 __gen_uint(values->s_block_format, 20, 21) | 4144 values->s_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 116, 117); 4168 fprintf(fp, "%*sS Block Format: %s\n", indent, "", mali_block_format_as_str(values->s_block_format));
|
| H A D | v7_pack.h | 4150 enum mali_block_format s_block_format; member in struct:MALI_ZS_CRC_EXTENSION 4181 __gen_uint(values->s_block_format, 20, 23) | 4221 values->s_block_format = (enum mali_block_format)__gen_unpack_uint(cl, 116, 119); 4246 fprintf(fp, "%*sS Block Format: %s\n", indent, "", mali_block_format_as_str(values->s_block_format));
|
Completed in 41 milliseconds