Searched refs:has_zs_crc_extension (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
H A Ddecode.c349 info.has_extra = params.has_zs_crc_extension;
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c671 cfg.has_zs_crc_extension = has_zs_crc_ext;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv5_pack.h3379 bool has_zs_crc_extension; member in struct:MALI_FRAMEBUFFER_PARAMETERS
3420 __gen_uint(values->has_zs_crc_extension, 21, 21) |
3457 values->has_zs_crc_extension = __gen_unpack_uint(cl, 149, 149);
3488 fprintf(fp, "%*sHas ZS CRC Extension: %s\n", indent, "", values->has_zs_crc_extension ? "true" : "false");
H A Dv6_pack.h3919 bool has_zs_crc_extension; member in struct:MALI_FRAMEBUFFER_PARAMETERS
3971 __gen_uint(values->has_zs_crc_extension, 21, 21) |
4019 values->has_zs_crc_extension = __gen_unpack_uint(cl, 405, 405);
4056 fprintf(fp, "%*sHas ZS CRC Extension: %s\n", indent, "", values->has_zs_crc_extension ? "true" : "false");
H A Dv7_pack.h3997 bool has_zs_crc_extension; member in struct:MALI_FRAMEBUFFER_PARAMETERS
4049 __gen_uint(values->has_zs_crc_extension, 21, 21) |
4097 values->has_zs_crc_extension = __gen_unpack_uint(cl, 405, 405);
4134 fprintf(fp, "%*sHas ZS CRC Extension: %s\n", indent, "", values->has_zs_crc_extension ? "true" : "false");

Completed in 35 milliseconds