HomeSort by relevance Sort by last modified time
    Searched defs:identity_resource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.h 40 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_resource
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.h 40 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_resource
    [all...]

Completed in 108 milliseconds