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

  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v4_pack.h 2946 uint64_t heap_start; member in struct:MALI_TILER_CONTEXT
2963 cl[ 6] = __gen_uint(values->heap_start, 0, 63);
2964 cl[ 7] = __gen_uint(values->heap_start, 0, 63) >> 32;
2981 values->heap_start = __gen_unpack_uint(cl, 192, 255);
2992 fprintf(fp, "%*sHeap Start: 0x%" PRIx64 "\n", indent, "", values->heap_start);
v5_pack.h 2928 uint64_t heap_start; member in struct:MALI_TILER_CONTEXT
2945 cl[ 6] = __gen_uint(values->heap_start, 0, 63);
2946 cl[ 7] = __gen_uint(values->heap_start, 0, 63) >> 32;
2963 values->heap_start = __gen_unpack_uint(cl, 192, 255);
2974 fprintf(fp, "%*sHeap Start: 0x%" PRIx64 "\n", indent, "", values->heap_start);

Completed in 13 milliseconds