Searched refs:heap_end (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_cs.c520 cfg.heap_end = tiler_ctx->midgard.polygon_list->ptr.gpu;
535 cfg.heap_end = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dv4_pack.h2947 uint64_t heap_end; member in struct:MALI_TILER_CONTEXT
2965 cl[ 8] = __gen_uint(values->heap_end, 0, 63);
2966 cl[ 9] = __gen_uint(values->heap_end, 0, 63) >> 32;
2982 values->heap_end = __gen_unpack_uint(cl, 256, 319);
2993 fprintf(fp, "%*sHeap End: 0x%" PRIx64 "\n", indent, "", values->heap_end);
H A Dv5_pack.h2929 uint64_t heap_end; member in struct:MALI_TILER_CONTEXT
2947 cl[ 8] = __gen_uint(values->heap_end, 0, 63);
2948 cl[ 9] = __gen_uint(values->heap_end, 0, 63) >> 32;
2964 values->heap_end = __gen_unpack_uint(cl, 256, 319);
2975 fprintf(fp, "%*sHeap End: 0x%" PRIx64 "\n", indent, "", values->heap_end);

Completed in 21 milliseconds