HomeSort by: relevance | last modified time | path
    Searched refs:crc_base (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_cs.c 245 ext->crc_base = (rt->image->layout.crc_mode == PAN_IMAGE_CRC_INBAND ?
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v5_pack.h 3495 uint64_t crc_base; member in struct:MALI_ZS_CRC_EXTENSION
3531 cl[ 0] = __gen_uint(values->crc_base, 0, 63);
3532 cl[ 1] = __gen_uint(values->crc_base, 0, 63) >> 32;
3574 values->crc_base = __gen_unpack_uint(cl, 0, 63);
3605 fprintf(fp, "%*sCRC Base: 0x%" PRIx64 "\n", indent, "", values->crc_base);
v6_pack.h 4064 uint64_t crc_base; member in struct:MALI_ZS_CRC_EXTENSION
4093 cl[ 0] = __gen_uint(values->crc_base, 0, 63);
4094 cl[ 1] = __gen_uint(values->crc_base, 0, 63) >> 32;
4136 values->crc_base = __gen_unpack_uint(cl, 0, 63);
4160 fprintf(fp, "%*sCRC Base: 0x%" PRIx64 "\n", indent, "", values->crc_base);
v7_pack.h 4142 uint64_t crc_base; member in struct:MALI_ZS_CRC_EXTENSION
4172 cl[ 0] = __gen_uint(values->crc_base, 0, 63);
4173 cl[ 1] = __gen_uint(values->crc_base, 0, 63) >> 32;
4213 values->crc_base = __gen_unpack_uint(cl, 0, 63);
4238 fprintf(fp, "%*sCRC Base: 0x%" PRIx64 "\n", indent, "", values->crc_base);

Completed in 28 milliseconds