Searched refs:lima_sampler_view (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_texture.c117 struct lima_sampler_view *texture, void *pdesc,
239 lima_calc_tex_desc_size(struct lima_sampler_view *texture)
270 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]);
282 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]);
292 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]);
H A Dlima_context.h295 struct lima_sampler_view { struct
300 static inline struct lima_sampler_view *
301 lima_sampler_view(struct pipe_sampler_view *psview) function in typeref:struct:lima_sampler_view *
303 return (struct lima_sampler_view *)psview;
H A Dlima_state.c349 struct lima_sampler_view *so = CALLOC_STRUCT(lima_sampler_view);
373 struct lima_sampler_view *view = lima_sampler_view(pview);
H A Dlima_program.c595 struct lima_sampler_view *sampler = lima_sampler_view(lima_tex->textures[i]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_context.h264 struct lima_sampler_view { struct
268 static inline struct lima_sampler_view *
269 lima_sampler_view(struct pipe_sampler_view *psview) function in typeref:struct:lima_sampler_view *
271 return (struct lima_sampler_view *)psview;
H A Dlima_texture.c152 struct lima_sampler_view *texture, void *pdesc)
264 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]);
H A Dlima_state.c362 struct lima_sampler_view *so = CALLOC_STRUCT(lima_sampler_view);
381 struct lima_sampler_view *view = lima_sampler_view(pview);

Completed in 9 milliseconds