Home
last modified time | relevance | path

Searched refs:svga_pipe_sampler_view (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_sampler.c79 struct svga_pipe_sampler_view *sv = in svga_check_sampler_view_resource_collision()
80 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]); in svga_check_sampler_view_resource_collision()
127 struct svga_pipe_sampler_view *sv) in svga_validate_pipe_sampler_view()
246 struct svga_pipe_sampler_view *sv = in update_sampler_resources()
247 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]); in update_sampler_resources()
344 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view; in update_sampler_resources()
Dsvga_sampler_view.h38 struct svga_pipe_sampler_view;
113 struct svga_pipe_sampler_view *sv);
Dsvga_context.h219 struct svga_pipe_sampler_view struct
227 static inline struct svga_pipe_sampler_view * argument
228 svga_pipe_sampler_view(struct pipe_sampler_view *v) in svga_pipe_sampler_view() function
230 return (struct svga_pipe_sampler_view *) v; in svga_pipe_sampler_view()
588 struct svga_pipe_sampler_view *sampler_view;
Dsvga_pipe_sampler.c378 struct svga_pipe_sampler_view *sv = CALLOC_STRUCT(svga_pipe_sampler_view); in svga_create_sampler_view()
405 struct svga_pipe_sampler_view *sv = svga_pipe_sampler_view(view); in svga_sampler_view_destroy()
Dsvga_pipe_misc.c71 (struct svga_pipe_sampler_view *) in svga_set_polygon_stipple()
Dsvga_draw.c363 struct svga_pipe_sampler_view *sv = in validate_sampler_resources()
364 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]); in validate_sampler_resources()
383 struct svga_pipe_sampler_view *sv = in validate_sampler_resources()
Dsvga_resource_texture.c1271 struct svga_pipe_sampler_view *sv; in svga_texture_generate_mipmap()
1304 sv = svga_pipe_sampler_view(psv); in svga_texture_generate_mipmap()