Home
last modified time | relevance | path

Searched refs:identity_context (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/identity/
Did_context.c40 struct identity_context *id_pipe = identity_context(_pipe); in identity_destroy()
52 struct identity_context *id_pipe = identity_context(_pipe); in identity_draw_vbo()
62 struct identity_context *id_pipe = identity_context(_pipe); in identity_create_query()
73 struct identity_context *id_pipe = identity_context(_pipe); in identity_destroy_query()
84 struct identity_context *id_pipe = identity_context(_pipe); in identity_begin_query()
95 struct identity_context *id_pipe = identity_context(_pipe); in identity_end_query()
108 struct identity_context *id_pipe = identity_context(_pipe); in identity_get_query_result()
121 struct identity_context *id_pipe = identity_context(_pipe); in identity_create_blend_state()
132 struct identity_context *id_pipe = identity_context(_pipe); in identity_bind_blend_state()
143 struct identity_context *id_pipe = identity_context(_pipe); in identity_delete_blend_state()
[all …]
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,
Did_context.h35 struct identity_context { struct
46 static INLINE struct identity_context * argument
47 identity_context(struct pipe_context *pipe) in identity_context() function
49 return (struct identity_context *)pipe; in identity_context()
Did_objects.c74 identity_surface_create(struct identity_context *id_context, in identity_surface_create()
104 identity_surface_destroy(struct identity_context *id_context, in identity_surface_destroy()
115 identity_sampler_view_create(struct identity_context *id_context, in identity_sampler_view_create()
141 identity_sampler_view_destroy(struct identity_context *id_context, in identity_sampler_view_destroy()
152 identity_transfer_create(struct identity_context *id_context, in identity_transfer_create()
183 identity_transfer_destroy(struct identity_context *id_context, in identity_transfer_destroy()