Searched refs:_sampler_view (Results 1 – 3 of 3) sorted by relevance
106 rbug_sampler_view(struct pipe_sampler_view *_sampler_view) in rbug_sampler_view() argument108 if (!_sampler_view) in rbug_sampler_view()110 (void)rbug_resource(_sampler_view->texture); in rbug_sampler_view()111 return (struct rbug_sampler_view *)_sampler_view; in rbug_sampler_view()149 rbug_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) in rbug_sampler_view_unwrap() argument151 if (!_sampler_view) in rbug_sampler_view_unwrap()153 return rbug_sampler_view(_sampler_view)->sampler_view; in rbug_sampler_view_unwrap()
84 galahad_sampler_view(struct pipe_sampler_view *_sampler_view) in galahad_sampler_view() argument86 if (!_sampler_view) { in galahad_sampler_view()89 return (struct galahad_sampler_view *)_sampler_view; in galahad_sampler_view()119 galahad_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) in galahad_sampler_view_unwrap() argument121 if (!_sampler_view) { in galahad_sampler_view_unwrap()124 return galahad_sampler_view(_sampler_view)->sampler_view; in galahad_sampler_view_unwrap()
82 identity_sampler_view(struct pipe_sampler_view *_sampler_view) in identity_sampler_view() argument84 if (!_sampler_view) { in identity_sampler_view()87 return (struct identity_sampler_view *)_sampler_view; in identity_sampler_view()117 identity_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) in identity_sampler_view_unwrap() argument119 if (!_sampler_view) { in identity_sampler_view_unwrap()122 return identity_sampler_view(_sampler_view)->sampler_view; in identity_sampler_view_unwrap()