Home
last modified time | relevance | path

Searched refs:lima_sampler_view (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_texture.c154 struct lima_sampler_view *texture, void *pdesc, in lima_update_tex_desc()
265 lima_calc_tex_desc_size(struct lima_sampler_view *texture) in lima_calc_tex_desc_size()
300 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures()
314 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures()
324 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures()
Dlima_context.h305 struct lima_sampler_view { struct
310 static inline struct lima_sampler_view * argument
311 lima_sampler_view(struct pipe_sampler_view *psview) in lima_sampler_view() function
313 return (struct lima_sampler_view *)psview; in lima_sampler_view()
Dlima_state.c353 struct lima_sampler_view *so = CALLOC_STRUCT(lima_sampler_view); in lima_create_sampler_view()
377 struct lima_sampler_view *view = lima_sampler_view(pview); in lima_sampler_view_destroy()
Dlima_program.c611 struct lima_sampler_view *sampler = lima_sampler_view(lima_tex->textures[i]); in lima_update_fs_state()