Searched refs:agx_resource (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_state.h233 struct agx_resource { struct
255 static inline struct agx_resource *
256 agx_resource(struct pipe_resource *pctx) function in typeref:struct:agx_resource *
258 return (struct agx_resource *) pctx;
H A Dagx_pipe.c128 agx_is_2d(const struct agx_resource *pres)
141 agx_must_tile(const struct agx_resource *pres)
156 agx_should_tile(const struct agx_resource *pres)
185 struct agx_resource *nresource;
187 nresource = CALLOC_STRUCT(agx_resource);
264 agx_rsrc_offset(struct agx_resource *rsrc, unsigned level, unsigned z)
277 struct agx_resource *rsrc = (struct agx_resource *)prsrc;
311 struct agx_resource *rsrc = agx_resource(resourc
[all...]
H A Dagx_uniforms.c37 struct agx_bo *bo = agx_resource(cb->buffer)->bo;
78 struct agx_bo *bo = agx_resource(vb.buffer.resource)->bo;
H A Dagx_state.c438 struct agx_resource *rsrc = agx_resource(texture);
722 struct agx_resource *tex = agx_resource(surf->texture);
1072 agx_batch_add_bo(ctx->batch, agx_resource(tex->base.texture)->bo);
1199 struct agx_resource *rsrc = agx_resource(surf->texture);
1511 struct agx_bo *bo = agx_resource(info->index.resource)->bo;

Completed in 6 milliseconds