Searched refs:_sampler_view (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
H A Dglhd_objects.h84 galahad_sampler_view(struct pipe_sampler_view *_sampler_view) argument
86 if (!_sampler_view) {
89 return (struct galahad_sampler_view *)_sampler_view;
119 galahad_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) argument
121 if (!_sampler_view) {
124 return galahad_sampler_view(_sampler_view)->sampler_view;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_objects.h82 identity_sampler_view(struct pipe_sampler_view *_sampler_view) argument
84 if (!_sampler_view) {
87 return (struct identity_sampler_view *)_sampler_view;
117 identity_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) argument
119 if (!_sampler_view) {
122 return identity_sampler_view(_sampler_view)->sampler_view;
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_objects.h84 galahad_sampler_view(struct pipe_sampler_view *_sampler_view) argument
86 if (!_sampler_view) {
89 return (struct galahad_sampler_view *)_sampler_view;
119 galahad_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) argument
121 if (!_sampler_view) {
124 return galahad_sampler_view(_sampler_view)->sampler_view;
/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.h82 identity_sampler_view(struct pipe_sampler_view *_sampler_view) argument
84 if (!_sampler_view) {
87 return (struct identity_sampler_view *)_sampler_view;
117 identity_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) argument
119 if (!_sampler_view) {
122 return identity_sampler_view(_sampler_view)->sampler_view;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_objects.h106 rbug_sampler_view(struct pipe_sampler_view *_sampler_view) argument
108 if (!_sampler_view)
110 (void)rbug_resource(_sampler_view->texture);
111 return (struct rbug_sampler_view *)_sampler_view;
149 rbug_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) argument
151 if (!_sampler_view)
153 return rbug_sampler_view(_sampler_view)->sampler_view;
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_objects.h106 rbug_sampler_view(struct pipe_sampler_view *_sampler_view) argument
108 if (!_sampler_view)
110 (void)rbug_resource(_sampler_view->texture);
111 return (struct rbug_sampler_view *)_sampler_view;
149 rbug_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) argument
151 if (!_sampler_view)
153 return rbug_sampler_view(_sampler_view)->sampler_view;

Completed in 199 milliseconds