Searched refs:heap_end (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_cs.c | 520 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 D | v4_pack.h | 2947 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 D | v5_pack.h | 2929 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