HomeSort by relevance Sort by last modified time
    Searched refs:etna_context (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_shader.h 32 struct etna_context;
37 etna_shader_link(struct etna_context *ctx);
40 etna_shader_update_vertex(struct etna_context *ctx);
etnaviv_uniforms.h 32 struct etna_context;
37 etna_uniforms_write(const struct etna_context *ctx,
etnaviv_state.h 35 etna_depth_enabled(struct etna_context *ctx)
41 etna_stencil_enabled(struct etna_context *ctx)
47 etna_state_update(struct etna_context *ctx);
etnaviv_query.h 33 struct etna_context;
37 void (*destroy_query)(struct etna_context *ctx, struct etna_query *q);
38 boolean (*begin_query)(struct etna_context *ctx, struct etna_query *q);
39 void (*end_query)(struct etna_context *ctx, struct etna_query *q);
40 boolean (*get_query_result)(struct etna_context *ctx, struct etna_query *q,
etnaviv_clear_blit.h 32 struct etna_context;
38 etna_rs_gen_clear_surface(struct etna_context *ctx, struct etna_surface *surf,
etnaviv_query_sw.h 45 etna_sw_create_query(struct etna_context *ctx, unsigned query_type);
etnaviv_query_sw.c 38 etna_sw_destroy_query(struct etna_context *ctx, struct etna_query *q)
46 read_counter(struct etna_context *ctx, int type)
59 etna_sw_begin_query(struct etna_context *ctx, struct etna_query *q)
70 etna_sw_end_query(struct etna_context *ctx, struct etna_query *q)
79 etna_sw_get_query_result(struct etna_context *ctx, struct etna_query *q,
101 etna_sw_create_query(struct etna_context *ctx, unsigned query_type)
etnaviv_query.c 38 struct etna_context *ctx = etna_context(pctx);
51 q->funcs->destroy_query(etna_context(pctx), q);
59 return q->funcs->begin_query(etna_context(pctx), q);
67 q->funcs->end_query(etna_context(pctx), q);
77 return q->funcs->get_query_result(etna_context(pctx), q, wait, result);
etnaviv_resource.h 82 struct etna_context *pending_ctx;
115 etna_resource_used(struct etna_context *ctx, struct pipe_resource *prsc,
122 resource_read(struct etna_context *ctx, struct pipe_resource *prsc)
128 resource_written(struct etna_context *ctx, struct pipe_resource *prsc)
etnaviv_fence.c 37 struct etna_context *ctx;
67 struct etna_context *ctx = etna_context(pctx);
etnaviv_state.c 47 struct etna_context *ctx = etna_context(pctx);
61 struct etna_context *ctx = etna_context(pctx);
82 struct etna_context *ctx = etna_context(pctx);
92 struct etna_context *ctx = etna_context(pctx);
129 struct etna_context *ctx = etna_context(pctx)
    [all...]
etnaviv_context.c 58 struct etna_context *ctx = etna_context(pctx);
76 etna_update_state_for_draw(struct etna_context *ctx, const struct pipe_draw_info *info)
108 struct etna_context *ctx = etna_context(pctx);
216 struct etna_context *ctx = etna_context(pctx);
227 struct etna_context *ctx = priv;
252 struct etna_context *ctx = CALLOC_STRUCT(etna_context);
    [all...]
etnaviv_shader.c 46 etna_link_shaders(struct etna_context *ctx, struct compiled_shader_state *cs,
173 etna_shader_link(struct etna_context *ctx)
183 etna_shader_update_vs_inputs(struct etna_context *ctx,
227 etna_shader_update_vertex(struct etna_context *ctx)
237 struct etna_context *ctx = etna_context(pctx);
251 struct etna_context *ctx = etna_context(pctx);
265 struct etna_context *ctx = etna_context(pctx)
    [all...]
etnaviv_emit.h 34 struct etna_context;
91 etna_submit_rs_state(struct etna_context *ctx, const struct compiled_rs_state *cs);
121 etna_emit_state(struct etna_context *ctx);
etnaviv_uniforms.c 36 get_const_idx(const struct etna_context *ctx, bool frag, unsigned samp_id)
45 get_texrect_scale(const struct etna_context *ctx, bool frag,
61 etna_uniforms_write(const struct etna_context *ctx,
etnaviv_context.h 96 struct etna_context { struct
179 static inline struct etna_context *
180 etna_context(struct pipe_context *pctx) function
182 return (struct etna_context *)pctx;
etnaviv_texture.c 79 struct etna_context *ctx = etna_context(pctx);
154 struct etna_context *ctx = etna_context(pctx);
251 set_sampler_views(struct etna_context *ctx, unsigned start, unsigned end,
272 etna_fragtex_set_sampler_views(struct etna_context *ctx, unsigned nr,
284 etna_vertex_set_sampler_views(struct etna_context *ctx, unsigned nr,
298 struct etna_context *ctx = etna_context(pctx);
322 struct etna_context *ctx = etna_context(pctx)
    [all...]
etnaviv_rasterizer.c 39 struct etna_context *ctx = etna_context(pctx);
etnaviv_clear_blit.c 48 etna_blit_save_state(struct etna_context *ctx)
70 etna_rs_gen_clear_surface(struct etna_context *ctx, struct etna_surface *surf,
107 struct etna_context *ctx = etna_context(pctx);
138 struct etna_context *ctx = etna_context(pctx);
201 struct etna_context *ctx = etna_context(pctx);
255 struct etna_context *ctx = etna_context(pctx)
    [all...]
etnaviv_rs.h 79 etna_compile_rs_state(struct etna_context *ctx, struct compiled_rs_state *cs,
etnaviv_surface.c 44 struct etna_context *ctx = etna_context(pctx);
etnaviv_transfer.c 58 struct etna_context *ctx = etna_context(pctx);
129 struct etna_context *ctx = etna_context(pctx);
etnaviv_rs.c 39 etna_compile_rs_state(struct etna_context *ctx, struct compiled_rs_state *cs,
etnaviv_emit.c 167 etna_submit_rs_state(struct etna_context *ctx,
237 active_samplers_bits(struct etna_context *ctx)
245 required_stream_size(struct etna_context *ctx)
277 etna_emit_state(struct etna_context *ctx)
    [all...]
etnaviv_resource.c 398 etna_resource_used(struct etna_context *ctx, struct pipe_resource *prsc,

Completed in 671 milliseconds