Searched defs:etna_context (Results 1 – 1 of 1) sorted by relevance
109 struct etna_context { struct113 void (*emit_texture_state)(struct etna_context *pctx); argument115 struct etna_sampler_ts *(*ts_for_sampler_view)(struct pipe_sampler_view *pview);117 bool (*blit)(struct pipe_context *pipe, const struct pipe_blit_info *info);119 struct etna_screen *screen;120 struct etna_cmd_stream *stream;123 enum {144 } dirty;146 uint32_t prim_hwsupport;147 struct primconvert_context *primconvert;[all …]