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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_device.c 57 pan_size(TILER_CONTEXT) + pan_size(TILER_HEAP));
260 bos[bo_idx++] = pdev->tiler_heap->gem_handle;
panvk_vX_cmd_buffer.c 505 PAN_DESC(TILER_HEAP));
507 pan_size(TILER_CONTEXT) + pan_size(TILER_HEAP));
516 pan_size(TILER_CONTEXT) + pan_size(TILER_HEAP));
panvk_vX_cs.c 832 pan_pack(descs->cpu + pan_size(TILER_CONTEXT), TILER_HEAP, cfg) {
833 cfg.size = pdev->tiler_heap->size;
834 cfg.base = pdev->tiler_heap->ptr.gpu;
835 cfg.bottom = pdev->tiler_heap->ptr.gpu;
836 cfg.top = pdev->tiler_heap->ptr.gpu + pdev->tiler_heap->size;
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/
decode.c 973 pan_unpack(PANDECODE_PTR(mem, gpu_va, void), TILER_HEAP, h);
974 DUMP_UNPACKED(TILER_HEAP, h, "Bifrost Tiler Heap:\n");
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_cs.c 534 cfg.heap_start = dev->tiler_heap->ptr.gpu;
535 cfg.heap_end = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size;
868 pan_pack(out, TILER_HEAP, heap) {
869 heap.size = dev->tiler_heap->size;
870 heap.base = dev->tiler_heap->ptr.gpu;
871 heap.bottom = dev->tiler_heap->ptr.gpu;
872 heap.top = dev->tiler_heap->ptr.gpu + dev->tiler_heap->size;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_cmdstream.c 2653 pan_pool_alloc_desc(&batch->pool.base, TILER_HEAP);

Completed in 11 milliseconds