Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_texture.c120 struct lima_sampler_view *texture, void *pdesc, in lima_update_tex_desc()
242 lima_calc_tex_desc_size(struct lima_sampler_view *texture) in lima_calc_tex_desc_size()
273 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures()
285 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures()
295 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_textures()
Dlima_context.h266 struct lima_sampler_view { struct
270 static inline struct lima_sampler_view * argument
271 lima_sampler_view(struct pipe_sampler_view *psview) in lima_sampler_view() function
273 return (struct lima_sampler_view *)psview; in lima_sampler_view()
Dlima_state.c331 struct lima_sampler_view *so = CALLOC_STRUCT(lima_sampler_view); in lima_create_sampler_view()
350 struct lima_sampler_view *view = lima_sampler_view(pview); in lima_sampler_view_destroy()
Dlima_program.c398 struct lima_sampler_view *texture = lima_sampler_view(lima_tex->textures[i]); in lima_update_fs_state()