Searched refs:id_context (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.c33 #include "id_context.h"
74 identity_surface_create(struct identity_context *id_context, argument
104 identity_surface_destroy(struct identity_context *id_context, argument
108 id_context->pipe->surface_destroy(id_context->pipe,
115 identity_sampler_view_create(struct identity_context *id_context, argument
132 id_view->base.context = id_context->pipe;
141 identity_sampler_view_destroy(struct identity_context *id_context, argument
145 id_context->pipe->sampler_view_destroy(id_context
152 identity_transfer_create(struct identity_context *id_context, struct identity_resource *id_resource, struct pipe_transfer *transfer) argument
183 identity_transfer_destroy(struct identity_context *id_context, struct identity_transfer *id_transfer) argument
[all...]
H A Did_objects.h150 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_context.c33 #include "id_context.h"
714 struct identity_context *id_context = identity_context(_pipe); local
716 struct pipe_context *pipe = id_context->pipe;
725 return identity_sampler_view_create(id_context, id_resource, result);
742 struct identity_context *id_context = identity_context(_pipe); local
744 struct pipe_context *pipe = id_context->pipe;
753 return identity_surface_create(id_context, id_resource, result);
772 struct identity_context *id_context = identity_context(_context); local
774 struct pipe_context *context = id_context->pipe;
785 return identity_transfer_create(id_context, id_resourc
801 struct identity_context *id_context = identity_context(_context); local
817 struct identity_context *id_context = identity_context(_context); local
832 struct identity_context *id_context = identity_context(_context); local
852 struct identity_context *id_context = identity_context(_context); local
[all...]

Completed in 101 milliseconds