Searched refs:svga_pipe_sampler_view (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h38 struct svga_pipe_sampler_view;
113 struct svga_pipe_sampler_view *sv);
H A Dsvga_state_sampler.c79 struct svga_pipe_sampler_view *sv =
80 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]);
127 struct svga_pipe_sampler_view *sv)
255 struct svga_pipe_sampler_view *sv =
256 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]);
353 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view;
H A Dsvga_context.h219 struct svga_pipe_sampler_view struct
227 static inline struct svga_pipe_sampler_view *
228 svga_pipe_sampler_view(struct pipe_sampler_view *v) function in typeref:struct:svga_pipe_sampler_view *
230 return (struct svga_pipe_sampler_view *) v;
586 struct svga_pipe_sampler_view *sampler_view;
H A Dsvga_pipe_sampler.c378 struct svga_pipe_sampler_view *sv = CALLOC_STRUCT(svga_pipe_sampler_view);
405 struct svga_pipe_sampler_view *sv = svga_pipe_sampler_view(view);
H A Dsvga_pipe_misc.c71 (struct svga_pipe_sampler_view *)
H A Dsvga_draw.c363 struct svga_pipe_sampler_view *sv =
364 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]);
383 struct svga_pipe_sampler_view *sv =
H A Dsvga_resource_texture.c1274 struct svga_pipe_sampler_view *sv;
1307 sv = svga_pipe_sampler_view(psv);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h38 struct svga_pipe_sampler_view;
113 struct svga_pipe_sampler_view *sv);
H A Dsvga_state_sampler.c79 struct svga_pipe_sampler_view *sv =
80 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]);
127 struct svga_pipe_sampler_view *sv)
257 struct svga_pipe_sampler_view *sv =
258 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]);
356 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view;
H A Dsvga_pipe_sampler.c366 struct svga_pipe_sampler_view *sv = CALLOC_STRUCT(svga_pipe_sampler_view);
393 struct svga_pipe_sampler_view *sv = svga_pipe_sampler_view(view);
H A Dsvga_context.h225 struct svga_pipe_sampler_view struct
233 static inline struct svga_pipe_sampler_view *
234 svga_pipe_sampler_view(struct pipe_sampler_view *v) function in typeref:struct:svga_pipe_sampler_view *
236 return (struct svga_pipe_sampler_view *) v;
640 struct svga_pipe_sampler_view *sampler_view;
H A Dsvga_pipe_misc.c78 (struct svga_pipe_sampler_view *)
H A Dsvga_draw.c363 struct svga_pipe_sampler_view *sv =
364 svga_pipe_sampler_view(svga->curr.sampler_views[shader][i]);
384 struct svga_pipe_sampler_view *sv =
H A Dsvga_resource_texture.c1219 struct svga_pipe_sampler_view *sv;
1251 sv = svga_pipe_sampler_view(psv);

Completed in 38 milliseconds