Searched refs:identity_context (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
H A Did_context.h35 struct identity_context { struct
46 static INLINE struct identity_context *
47 identity_context(struct pipe_context *pipe) function
49 return (struct identity_context *)pipe;
H A Did_context.c40 struct identity_context *id_pipe = identity_context(_pipe);
52 struct identity_context *id_pipe = identity_context(_pipe);
62 struct identity_context *id_pipe = identity_context(_pipe);
73 struct identity_context *id_pipe = identity_context(_pipe);
84 struct identity_context *id_pipe = identity_context(_pip
[all...]
H A Did_objects.h37 struct identity_context;
150 identity_surface_create(struct identity_context *id_context,
155 identity_surface_destroy(struct identity_context *id_context,
159 identity_sampler_view_create(struct identity_context *id_context,
164 identity_sampler_view_destroy(struct identity_context *id_context,
168 identity_transfer_create(struct identity_context *id_context,
173 identity_transfer_destroy(struct identity_context *id_context,
H A Did_objects.c74 identity_surface_create(struct identity_context *id_context,
104 identity_surface_destroy(struct identity_context *id_context,
115 identity_sampler_view_create(struct identity_context *id_context,
141 identity_sampler_view_destroy(struct identity_context *id_context,
152 identity_transfer_create(struct identity_context *id_context,
183 identity_transfer_destroy(struct identity_context *id_context,
/external/mesa3d/src/gallium/drivers/identity/
H A Did_context.h35 struct identity_context { struct
46 static INLINE struct identity_context *
47 identity_context(struct pipe_context *pipe) function
49 return (struct identity_context *)pipe;
H A Did_context.c40 struct identity_context *id_pipe = identity_context(_pipe);
52 struct identity_context *id_pipe = identity_context(_pipe);
62 struct identity_context *id_pipe = identity_context(_pipe);
73 struct identity_context *id_pipe = identity_context(_pipe);
84 struct identity_context *id_pipe = identity_context(_pip
[all...]
H A Did_objects.h37 struct identity_context;
150 identity_surface_create(struct identity_context *id_context,
155 identity_surface_destroy(struct identity_context *id_context,
159 identity_sampler_view_create(struct identity_context *id_context,
164 identity_sampler_view_destroy(struct identity_context *id_context,
168 identity_transfer_create(struct identity_context *id_context,
173 identity_transfer_destroy(struct identity_context *id_context,
H A Did_objects.c74 identity_surface_create(struct identity_context *id_context,
104 identity_surface_destroy(struct identity_context *id_context,
115 identity_sampler_view_create(struct identity_context *id_context,
141 identity_sampler_view_destroy(struct identity_context *id_context,
152 identity_transfer_create(struct identity_context *id_context,
183 identity_transfer_destroy(struct identity_context *id_context,

Completed in 861 milliseconds