Searched refs:lima_context (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_fence.h29 struct lima_context;
34 void lima_fence_context_init(struct lima_context *ctx);
H A Dlima_program.h32 bool lima_update_vs_state(struct lima_context *ctx);
33 bool lima_update_fs_state(struct lima_context *ctx);
H A Dlima_texture.h30 void lima_texture_desc_set_res(struct lima_context *ctx, uint32_t *desc,
33 void lima_update_textures(struct lima_context *ctx);
H A Dlima_context.h173 struct lima_context { struct
248 static inline struct lima_context *
249 lima_context(struct pipe_context *pctx) function in typeref:struct:lima_context *
251 return (struct lima_context *)pctx;
277 uint32_t lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff,
279 void *lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff);
280 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
283 void lima_state_init(struct lima_context *ctx);
284 void lima_state_fini(struct lima_context *ctx);
285 void lima_draw_init(struct lima_context *ct
[all...]
H A Dlima_submit.h30 struct lima_context;
34 struct lima_submit *lima_submit_create(struct lima_context *ctx, uint32_t pipe);
H A Dlima_state.c34 #include "lima_context.h"
41 struct lima_context *ctx = lima_context(pctx);
116 struct lima_context *ctx = lima_context(pctx);
146 struct lima_context *ctx = lima_context(pctx);
176 struct lima_context *ctx = lima_context(pctx);
207 struct lima_context *ct
[all...]
H A Dlima_fence.c34 #include "lima_context.h"
56 struct lima_context *ctx = lima_context(pctx);
61 void lima_fence_context_init(struct lima_context *ctx)
H A Dlima_context.c36 #include "lima_context.h"
49 lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff, unsigned submit)
63 lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff)
72 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
115 struct lima_context *ctx = lima_context(pctx);
173 struct lima_context *ctx;
175 ctx = rzalloc(screen, struct lima_context);
271 lima_need_flush(struct lima_context *ctx, struct lima_bo *bo, bool write)
278 lima_is_scanout(struct lima_context *ct
[all...]
H A Dlima_resource.h84 lima_resource_context_init(struct lima_context *ctx);
H A Dlima_program.c36 #include "lima_context.h"
203 struct lima_context *ctx = lima_context(pctx);
221 lima_update_vs_state(struct lima_context *ctx)
241 lima_update_fs_state(struct lima_context *ctx)
294 struct lima_context *ctx = lima_context(pctx);
312 lima_program_init(struct lima_context *ctx)
H A Dlima_query.c35 #include "lima_context.h"
87 lima_query_init(struct lima_context *pctx)
H A Dlima_resource.c43 #include "lima_context.h"
385 struct lima_context *ctx = lima_context(pctx);
422 struct lima_context *ctx = lima_context(psurf->context);
457 struct lima_context *ctx = lima_context(pctx);
537 struct lima_context *ctx = lima_context(pctx);
559 lima_util_blitter_save_states(struct lima_context *ct
[all...]
H A Dlima_draw.c38 #include "lima_context.h"
210 lima_ctx_dirty(struct lima_context *ctx)
216 lima_fb_need_reload(struct lima_context *ctx)
237 lima_pack_reload_plbu_cmd(struct lima_context *ctx)
329 lima_pack_clear_plbu_cmd(struct lima_context *ctx)
397 lima_pack_head_plbu_cmd(struct lima_context *ctx)
423 lima_is_scissor_zero(struct lima_context *ctx)
435 lima_is_scissor_full_fb(struct lima_context *ctx)
528 lima_update_pp_stream(struct lima_context *ctx, int off_x, int off_y,
586 lima_update_damage_pp_stream(struct lima_context *ct
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_fence.h29 struct lima_context;
34 void lima_fence_context_init(struct lima_context *ctx);
H A Dlima_program.h32 bool lima_update_vs_state(struct lima_context *ctx);
33 bool lima_update_fs_state(struct lima_context *ctx);
H A Dlima_job.h36 struct lima_context;
64 struct lima_context *ctx;
97 struct lima_job *lima_job_get(struct lima_context *ctx);
106 bool lima_job_init(struct lima_context *ctx);
107 void lima_job_fini(struct lima_context *ctx);
H A Dlima_state.c37 #include "lima_context.h"
45 struct lima_context *ctx = lima_context(pctx);
84 struct lima_context *ctx = lima_context(pctx);
114 struct lima_context *ctx = lima_context(pctx);
144 struct lima_context *ctx = lima_context(pctx);
175 struct lima_context *ct
[all...]
H A Dlima_context.h181 struct lima_context { struct
279 static inline struct lima_context *
280 lima_context(struct pipe_context *pctx) function in typeref:struct:lima_context *
282 return (struct lima_context *)pctx;
306 uint32_t lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff);
307 void *lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff);
308 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
311 void lima_state_init(struct lima_context *ctx);
312 void lima_state_fini(struct lima_context *ctx);
313 void lima_draw_init(struct lima_context *ct
[all...]
H A Dlima_context.c35 #include "lima_context.h"
48 lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff)
61 lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff)
70 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
109 struct lima_context *ctx = lima_context(pctx);
138 struct lima_context *ctx = lima_context(pctx);
194 struct lima_context *ctx = lima_context(pct
[all...]
H A Dlima_fence.c35 #include "lima_context.h"
57 struct lima_context *ctx = lima_context(pctx);
62 void lima_fence_context_init(struct lima_context *ctx)
H A Dlima_program.c37 #include "lima_context.h"
277 lima_fs_compile_shader(struct lima_context *ctx,
312 lima_fs_upload_shader(struct lima_context *ctx,
329 lima_get_compiled_fs(struct lima_context *ctx,
383 struct lima_context *ctx = lima_context(pctx);
432 struct lima_context *ctx = lima_context(pctx);
441 struct lima_context *ctx = lima_context(pct
[all...]
H A Dlima_texture.h93 void lima_texture_desc_set_res(struct lima_context *ctx, lima_tex_desc *desc,
97 void lima_update_textures(struct lima_context *ctx);
H A Dlima_query.c35 #include "lima_context.h"
87 lima_query_init(struct lima_context *pctx)
H A Dlima_resource.h98 lima_resource_context_init(struct lima_context *ctx);
H A Dlima_job.c39 #include "lima_context.h"
54 struct lima_context *ctx = job->ctx;
89 lima_job_create(struct lima_context *ctx)
129 struct lima_context *ctx = job->ctx;
149 _lima_job_get(struct lima_context *ctx)
175 lima_job_get(struct lima_context *ctx)
211 struct lima_context *ctx = job->ctx;
249 struct lima_context *ctx = job->ctx;
274 struct lima_context *ctx = job->ctx;
347 struct lima_context *ct
[all...]

Completed in 19 milliseconds

12