Home
last modified time | relevance | path

Searched refs:id_context (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
Did_objects.c74 identity_surface_create(struct identity_context *id_context, in identity_surface_create() argument
104 identity_surface_destroy(struct identity_context *id_context, in identity_surface_destroy() argument
108 id_context->pipe->surface_destroy(id_context->pipe, in identity_surface_destroy()
115 identity_sampler_view_create(struct identity_context *id_context, in identity_sampler_view_create() argument
132 id_view->base.context = id_context->pipe; in identity_sampler_view_create()
141 identity_sampler_view_destroy(struct identity_context *id_context, in identity_sampler_view_destroy() argument
145 id_context->pipe->sampler_view_destroy(id_context->pipe, in identity_sampler_view_destroy()
152 identity_transfer_create(struct identity_context *id_context, in identity_transfer_create() argument
178 id_context->pipe->transfer_destroy(id_context->pipe, transfer); in identity_transfer_create()
183 identity_transfer_destroy(struct identity_context *id_context, in identity_transfer_destroy() argument
[all …]
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,
Did_context.c714 struct identity_context *id_context = identity_context(_pipe); in identity_context_create_sampler_view() local
716 struct pipe_context *pipe = id_context->pipe; in identity_context_create_sampler_view()
725 return identity_sampler_view_create(id_context, id_resource, result); in identity_context_create_sampler_view()
742 struct identity_context *id_context = identity_context(_pipe); in identity_context_create_surface() local
744 struct pipe_context *pipe = id_context->pipe; in identity_context_create_surface()
753 return identity_surface_create(id_context, id_resource, result); in identity_context_create_surface()
772 struct identity_context *id_context = identity_context(_context); in identity_context_get_transfer() local
774 struct pipe_context *context = id_context->pipe; in identity_context_get_transfer()
785 return identity_transfer_create(id_context, id_resource, result); in identity_context_get_transfer()
801 struct identity_context *id_context = identity_context(_context); in identity_context_transfer_map() local
[all …]
DSConscript8 'id_context.c',
/external/mesa3d/src/gallium/drivers/identity/
Did_objects.c74 identity_surface_create(struct identity_context *id_context, in identity_surface_create() argument
104 identity_surface_destroy(struct identity_context *id_context, in identity_surface_destroy() argument
108 id_context->pipe->surface_destroy(id_context->pipe, in identity_surface_destroy()
115 identity_sampler_view_create(struct identity_context *id_context, in identity_sampler_view_create() argument
132 id_view->base.context = id_context->pipe; in identity_sampler_view_create()
141 identity_sampler_view_destroy(struct identity_context *id_context, in identity_sampler_view_destroy() argument
145 id_context->pipe->sampler_view_destroy(id_context->pipe, in identity_sampler_view_destroy()
152 identity_transfer_create(struct identity_context *id_context, in identity_transfer_create() argument
178 id_context->pipe->transfer_destroy(id_context->pipe, transfer); in identity_transfer_create()
183 identity_transfer_destroy(struct identity_context *id_context, in identity_transfer_destroy() argument
[all …]
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,
Did_context.c714 struct identity_context *id_context = identity_context(_pipe); in identity_context_create_sampler_view() local
716 struct pipe_context *pipe = id_context->pipe; in identity_context_create_sampler_view()
725 return identity_sampler_view_create(id_context, id_resource, result); in identity_context_create_sampler_view()
742 struct identity_context *id_context = identity_context(_pipe); in identity_context_create_surface() local
744 struct pipe_context *pipe = id_context->pipe; in identity_context_create_surface()
753 return identity_surface_create(id_context, id_resource, result); in identity_context_create_surface()
772 struct identity_context *id_context = identity_context(_context); in identity_context_get_transfer() local
774 struct pipe_context *context = id_context->pipe; in identity_context_get_transfer()
785 return identity_transfer_create(id_context, id_resource, result); in identity_context_get_transfer()
801 struct identity_context *id_context = identity_context(_context); in identity_context_transfer_map() local
[all …]
DSConscript8 'id_context.c',
/external/mesa3d/src/gallium/drivers/
DMakefile.am37 identity/id_context.c \
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/
DMakefile.am37 identity/id_context.c \