Searched defs:rbug_resource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_objects.h40 struct rbug_resource struct
96 static INLINE struct rbug_resource *
97 rbug_resource(struct pipe_resource *_resource) function
102 return (struct rbug_resource *)_resource;
110 (void)rbug_resource(_sampler_view->texture);
119 (void)rbug_resource(_surface->texture);
128 (void)rbug_resource(_transfer->resource);
145 return rbug_resource(_resource)->resource;
189 rbug_resource_destroy(struct rbug_resource *rb_resource);
193 struct rbug_resource *rb_resourc
[all...]
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_objects.h40 struct rbug_resource struct
96 static INLINE struct rbug_resource *
97 rbug_resource(struct pipe_resource *_resource) function
102 return (struct rbug_resource *)_resource;
110 (void)rbug_resource(_sampler_view->texture);
119 (void)rbug_resource(_surface->texture);
128 (void)rbug_resource(_transfer->resource);
145 return rbug_resource(_resource)->resource;
189 rbug_resource_destroy(struct rbug_resource *rb_resource);
193 struct rbug_resource *rb_resourc
[all...]

Completed in 295 milliseconds