Lines Matching defs:pdev
71 const struct panfrost_device *pdev = &dev->physical_device->pdev;
90 return pdev->formats[varyings->varying[loc].format].hw;
274 const struct panfrost_device *pdev = &dev->physical_device->pdev;
286 cfg.format = pdev->formats[attribs->attrib[idx].format].hw;
624 const struct panfrost_device *pdev = &dev->physical_device->pdev;
658 panfrost_format_to_bifrost_blend(pdev, rts->format, dithered);
814 const struct panfrost_device *pdev = &dev->physical_device->pdev;
817 cfg.size = pdev->tiler_heap->size;
818 cfg.base = pdev->tiler_heap->ptr.gpu;
819 cfg.bottom = pdev->tiler_heap->ptr.gpu;
820 cfg.top = pdev->tiler_heap->ptr.gpu + pdev->tiler_heap->size;