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()
257 struct svga_pipe_sampler_view *sv = in update_sampler_resources()
258 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]); in update_sampler_resources()
356 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.h225 struct svga_pipe_sampler_view struct
233 static inline struct svga_pipe_sampler_view * argument
234 svga_pipe_sampler_view(struct pipe_sampler_view *v) in svga_pipe_sampler_view() function
236 return (struct svga_pipe_sampler_view *) v; in svga_pipe_sampler_view()
640 struct svga_pipe_sampler_view *sampler_view;
Dsvga_pipe_sampler.c366 struct svga_pipe_sampler_view *sv = CALLOC_STRUCT(svga_pipe_sampler_view); in svga_create_sampler_view()
393 struct svga_pipe_sampler_view *sv = svga_pipe_sampler_view(view); in svga_sampler_view_destroy()
Dsvga_pipe_misc.c78 (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()
384 struct svga_pipe_sampler_view *sv = in validate_sampler_resources()
Dsvga_resource_texture.c1261 struct svga_pipe_sampler_view *sv; in svga_texture_generate_mipmap()
1293 sv = svga_pipe_sampler_view(psv); in svga_texture_generate_mipmap()