Searched defs:pipe_context (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 91 struct pipe_context { struct 107 void (*destroy)( struct pipe_context * ); argument 141 void (*draw_vbo)(struct pipe_context *pipe, argument 181 void (*draw_vertex_state)(struct pipe_context *ctx, argument 195 void (*render_condition)( struct pipe_context *pipe, argument 206 void (*render_condition_mem)( struct pipe_context *pipe, argument 214 struct pipe_query *(*create_query)( struct pipe_context *pipe, argument 233 struct pipe_query *(*create_batch_query)( struct pipe_context *pipe, argument 237 void (*destroy_query)(struct pipe_context *pipe, argument 240 bool (*begin_query)(struct pipe_context *pipe, struct pipe_query *q); argument [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_live_shader_cache.c | 51 void *(*create_shader)(struct pipe_context *, in util_live_shader_cache_init() argument 53 void (*destroy_shader)(struct pipe_context *, void *)) in util_live_shader_cache_init()
|