Searched defs:etna_context (Results 1 – 1 of 1) sorted by relevance
111 struct etna_context { struct115 void (*emit_texture_state)(struct etna_context *pctx); argument117 struct etna_sampler_ts *(*ts_for_sampler_view)(struct pipe_sampler_view *pview);119 bool (*blit)(struct pipe_context *pipe, const struct pipe_blit_info *info);121 struct etna_screen *screen;122 struct etna_cmd_stream *stream;125 enum {147 } dirty;149 struct slab_child_pool transfer_pool;150 struct u_suballocator tex_desc_allocator;[all …]