Searched refs:panfrost_sampler_view (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h199 struct panfrost_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
304 struct panfrost_sampler_view { struct
H A Dpan_context.c1953 struct panfrost_sampler_view *so = CALLOC_STRUCT(panfrost_sampler_view);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h198 struct panfrost_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
320 struct panfrost_sampler_view;
H A Dpan_cmdstream.c81 struct panfrost_sampler_view { struct
1227 struct panfrost_sampler_view *view)
1243 panfrost_create_sampler_view_bo(struct panfrost_sampler_view *so,
1340 panfrost_update_sampler_view(struct panfrost_sampler_view *view,
1369 struct panfrost_sampler_view *view = ctx->sampler_views[stage][i];
1385 struct panfrost_sampler_view *view = ctx->sampler_views[stage][i];
3386 struct panfrost_sampler_view *so = rzalloc(pctx, struct panfrost_sampler_view);
3576 struct panfrost_sampler_view *view = (struct panfrost_sampler_view *) pvie
[all...]
H A Dpan_context.c645 ctx->sampler_views[shader][i] = (struct panfrost_sampler_view *)views[i];

Completed in 13 milliseconds