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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_objects.h40 struct identity_resource struct
72 static INLINE struct identity_resource *
73 identity_resource(struct pipe_resource *_resource) function
78 return (struct identity_resource *)_resource;
95 (void)identity_resource(_surface->texture);
104 (void)identity_resource(_transfer->resource);
113 return identity_resource(_resource)->resource;
147 identity_resource_destroy(struct identity_resource *id_resource);
151 struct identity_resource *id_resource,
160 struct identity_resource *id_resourc
[all...]
/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.h40 struct identity_resource struct
72 static INLINE struct identity_resource *
73 identity_resource(struct pipe_resource *_resource) function
78 return (struct identity_resource *)_resource;
95 (void)identity_resource(_surface->texture);
104 (void)identity_resource(_transfer->resource);
113 return identity_resource(_resource)->resource;
147 identity_resource_destroy(struct identity_resource *id_resource);
151 struct identity_resource *id_resource,
160 struct identity_resource *id_resourc
[all...]

Completed in 80 milliseconds