Searched refs:identity_resource (Results 1 - 8 of 8) 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...]
H A Did_objects.c41 struct identity_resource *id_resource;
48 id_resource = CALLOC_STRUCT(identity_resource);
66 identity_resource_destroy(struct identity_resource *id_resource)
75 struct identity_resource *id_resource,
116 struct identity_resource *id_resource,
153 struct identity_resource *id_resource,
H A Did_screen.c172 struct identity_resource *id_resource = identity_resource(_resource);
187 identity_resource_destroy(identity_resource(_resource));
198 struct identity_resource *id_resource = identity_resource(_resource);
H A Did_context.c618 struct identity_resource *id_resource_dst = identity_resource(_dst);
619 struct identity_resource *id_resource_src = identity_resource(_src);
715 struct identity_resource *id_resource = identity_resource(_resource);
743 struct identity_resource *id_resource = identity_resource(_resource);
773 struct identity_resource *id_resource = identity_resource(_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...]
H A Did_objects.c41 struct identity_resource *id_resource;
48 id_resource = CALLOC_STRUCT(identity_resource);
66 identity_resource_destroy(struct identity_resource *id_resource)
75 struct identity_resource *id_resource,
116 struct identity_resource *id_resource,
153 struct identity_resource *id_resource,
H A Did_screen.c172 struct identity_resource *id_resource = identity_resource(_resource);
187 identity_resource_destroy(identity_resource(_resource));
198 struct identity_resource *id_resource = identity_resource(_resource);
H A Did_context.c618 struct identity_resource *id_resource_dst = identity_resource(_dst);
619 struct identity_resource *id_resource_src = identity_resource(_src);
715 struct identity_resource *id_resource = identity_resource(_resource);
743 struct identity_resource *id_resource = identity_resource(_resource);
773 struct identity_resource *id_resource = identity_resource(_resourc
[all...]

Completed in 166 milliseconds