Searched refs:pan_resource (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.h108 pan_resource(struct pipe_resource *p) function in typeref:struct:panfrost_resource *
H A Dpan_resource.c43 #include "pan_resource.h"
317 so = pan_resource(screen->resource_from_handle(screen, template,
407 struct panfrost_resource *rsrc = pan_resource(resource);
549 struct panfrost_resource *rsc = pan_resource(transfer->resource);
621 pan_resource(prsrc)->separate_stencil = pan_resource(stencil);
627 return &pan_resource(prsrc)->separate_stencil->base;
H A Dpan_job.c148 struct panfrost_resource *rsc = pan_resource(prsc);
H A Dpan_sfbd.c93 struct panfrost_resource *rsrc = pan_resource(surf->texture);
H A Dpan_mfbd.c91 struct panfrost_resource *rsrc = pan_resource(surf->texture);
132 struct panfrost_resource *rsrc = pan_resource(surf->texture);
H A Dpan_drm.c36 #include "pan_resource.h"
223 struct panfrost_resource *res = pan_resource(surf->texture);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.h90 pan_resource(struct pipe_resource *p) function in typeref:struct:panfrost_resource *
H A Dpan_helpers.c94 struct panfrost_resource *rsrc = pan_resource(info->index.resource);
H A Dpan_compute.c121 struct panfrost_resource *rsrc = pan_resource(resources[i]);
H A Dpan_resource.c49 #include "pan_resource.h"
224 pan_legalize_afbc_format(ctx, pan_resource(pt), surf_tmpl->format);
321 struct panfrost_resource *pres = pan_resource(res);
547 struct panfrost_resource *pres = pan_resource(res);
774 return pan_resource(pstaging);
841 struct panfrost_resource *rsrc = pan_resource(resource);
1043 struct panfrost_resource *tmp_rsrc = pan_resource(tmp_prsrc);
1172 prsrc->image.data.bo = pan_resource(trans->staging.rsrc)->image.data.bo;
1177 pan_resource(trans->staging.rsrc),
1249 struct panfrost_resource *rsc = pan_resource(transfe
[all...]
H A Dpan_job.c58 struct panfrost_resource *rsrc = pan_resource(surf->texture);
450 struct panfrost_resource *prsrc = pan_resource(surf->texture);
486 z_rsrc = pan_resource(surf->texture);
718 struct panfrost_resource *pres = surf ? pan_resource(surf->texture) : NULL;
H A Dpan_cmdstream.c693 struct panfrost_resource *rsrc = pan_resource(cb->buffer);
825 struct panfrost_resource *rsrc = pan_resource(sb.buffer);
1032 struct panfrost_resource *rsrc = pan_resource(cb->buffer);
1233 struct panfrost_resource *rsrc = pan_resource(pview->texture);
1343 struct panfrost_resource *rsrc = pan_resource(view->base.texture);
1371 struct panfrost_resource *rsrc = pan_resource(pview->texture);
1474 struct panfrost_resource *rsrc = pan_resource(image->resource);
1636 rsrc = pan_resource(buf->buffer.resource);
1845 struct panfrost_resource *rsrc = pan_resource(target->buffer);
2386 struct panfrost_resource *rsrc = pan_resource(sur
[all...]
H A Dpan_context.c265 struct panfrost_resource *rsrc = pan_resource(image->resource);
915 struct panfrost_resource *rsrc = pan_resource(query->rsrc);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst499 - panfrost: Cleanup some indirection in pan_resource
H A D20.3.0.rst153 - pan_resource.c:733:38: error: use of GNU empty initializer extension \[-Werror,-Wgnu-empty-initializer\]

Completed in 28 milliseconds