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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v5_pack.h 3509 uint64_t s_writeback_base; member in struct:MALI_ZS_CRC_EXTENSION
3552 cl[ 8] = __gen_uint(values->s_writeback_base, 0, 63) |
3554 cl[ 9] = __gen_uint(values->s_writeback_base, 0, 63) >> 32 |
3588 values->s_writeback_base = __gen_unpack_uint(cl, 256, 319);
3619 fprintf(fp, "%*sS Writeback Base: 0x%" PRIx64 "\n", indent, "", values->s_writeback_base);
v6_pack.h 4077 uint64_t s_writeback_base; member in struct:MALI_ZS_CRC_EXTENSION
4111 cl[ 8] = __gen_uint(values->s_writeback_base, 0, 63) |
4113 cl[ 9] = __gen_uint(values->s_writeback_base, 0, 63) >> 32 |
4149 values->s_writeback_base = __gen_unpack_uint(cl, 256, 319);
4173 fprintf(fp, "%*sS Writeback Base: 0x%" PRIx64 "\n", indent, "", values->s_writeback_base);
v7_pack.h 4155 uint64_t s_writeback_base; member in struct:MALI_ZS_CRC_EXTENSION
4190 cl[ 8] = __gen_uint(values->s_writeback_base, 0, 63) |
4192 cl[ 9] = __gen_uint(values->s_writeback_base, 0, 63) >> 32 |
4226 values->s_writeback_base = __gen_unpack_uint(cl, 256, 319);
4251 fprintf(fp, "%*sS Writeback Base: 0x%" PRIx64 "\n", indent, "", values->s_writeback_base);

Completed in 17 milliseconds