Home
last modified time | relevance | path

Searched refs:lima_context (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_state.c45 struct lima_context *ctx = lima_context(pctx); in lima_set_framebuffer_state()
84 struct lima_context *ctx = lima_context(pctx); in lima_bind_depth_stencil_alpha_state()
114 struct lima_context *ctx = lima_context(pctx); in lima_bind_rasterizer_state()
144 struct lima_context *ctx = lima_context(pctx); in lima_bind_blend_state()
175 struct lima_context *ctx = lima_context(pctx); in lima_bind_vertex_elements_state()
192 struct lima_context *ctx = lima_context(pctx); in lima_set_vertex_buffers()
208 struct lima_context *ctx = lima_context(pctx); in lima_set_viewport_states()
238 struct lima_context *ctx = lima_context(pctx); in lima_set_scissor_states()
248 struct lima_context *ctx = lima_context(pctx); in lima_set_blend_color()
258 struct lima_context *ctx = lima_context(pctx); in lima_set_stencil_ref()
[all …]
Dlima_context.h185 struct lima_context { struct
287 static inline struct lima_context * argument
288 lima_context(struct pipe_context *pctx) in lima_context() function
290 return (struct lima_context *)pctx; in lima_context()
314 uint32_t lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff);
315 void *lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff);
316 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
319 void lima_state_init(struct lima_context *ctx);
320 void lima_state_fini(struct lima_context *ctx);
321 void lima_draw_init(struct lima_context *ctx);
[all …]
Dlima_job.h36 struct lima_context;
64 struct lima_context *ctx;
97 struct lima_job *lima_job_get(struct lima_context *ctx);
98 struct lima_job * lima_job_get_with_fb(struct lima_context *ctx,
109 bool lima_job_init(struct lima_context *ctx);
110 void lima_job_fini(struct lima_context *ctx);
Dlima_program.c292 lima_fs_compile_shader(struct lima_context *ctx, in lima_fs_compile_shader()
327 lima_fs_upload_shader(struct lima_context *ctx, in lima_fs_upload_shader()
354 lima_get_compiled_fs(struct lima_context *ctx, in lima_get_compiled_fs()
408 struct lima_context *ctx = lima_context(pctx); in lima_create_fs_state()
457 struct lima_context *ctx = lima_context(pctx); in lima_bind_fs_state()
466 struct lima_context *ctx = lima_context(pctx); in lima_delete_fs_state()
489 lima_vs_compile_shader(struct lima_context *ctx, in lima_vs_compile_shader()
512 lima_vs_upload_shader(struct lima_context *ctx, in lima_vs_upload_shader()
528 lima_get_compiled_vs(struct lima_context *ctx, in lima_get_compiled_vs()
577 lima_update_vs_state(struct lima_context *ctx) in lima_update_vs_state()
[all …]
Dlima_context.c49 lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_va()
62 lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_map()
71 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, in lima_ctx_buff_alloc()
110 struct lima_context *ctx = lima_context(pctx); in lima_invalidate_resource()
139 struct lima_context *ctx = lima_context(pctx); in lima_context_destroy()
197 struct lima_context *ctx; in lima_context_create()
199 ctx = rzalloc(NULL, struct lima_context); in lima_context_create()
Dlima_job.c56 struct lima_context *ctx = job->ctx; in lima_get_fb_info()
102 lima_job_create(struct lima_context *ctx, in lima_job_create()
143 struct lima_context *ctx = job->ctx; in lima_job_free()
163 lima_job_get_with_fb(struct lima_context *ctx, in lima_job_get_with_fb()
186 _lima_job_get(struct lima_context *ctx) in _lima_job_get()
198 lima_job_get(struct lima_context *ctx) in lima_job_get()
234 struct lima_context *ctx = job->ctx; in lima_job_start()
272 struct lima_context *ctx = job->ctx; in lima_job_wait()
297 struct lima_context *ctx = job->ctx; in lima_job_create_stream_bo()
364 struct lima_context *ctx = job->ctx; in lima_pack_reload_plbu_cmd()
[all …]
Dlima_draw.c54 lima_clip_scissor_to_viewport(struct lima_context *ctx) in lima_clip_scissor_to_viewport()
89 lima_extend_viewport(struct lima_context *ctx, const struct pipe_draw_info *info) in lima_extend_viewport()
115 lima_is_scissor_zero(struct lima_context *ctx) in lima_is_scissor_zero()
123 lima_update_job_wb(struct lima_context *ctx, unsigned buffers) in lima_update_job_wb()
153 struct lima_context *ctx = lima_context(pctx); in lima_clear()
288 lima_pack_vs_cmd(struct lima_context *ctx, const struct pipe_draw_info *info, in lima_pack_vs_cmd()
337 lima_pack_plbu_cmd(struct lima_context *ctx, const struct pipe_draw_info *info, in lima_pack_plbu_cmd()
581 lima_pack_render_state(struct lima_context *ctx, const struct pipe_draw_info *info) in lima_pack_render_state()
815 lima_update_gp_attribute_info(struct lima_context *ctx, const struct pipe_draw_info *info, in lima_update_gp_attribute_info()
852 lima_update_gp_uniform(struct lima_context *ctx) in lima_update_gp_uniform()
[all …]
Dlima_fence.c57 struct lima_context *ctx = lima_context(pctx); in lima_fence_server_sync()
62 void lima_fence_context_init(struct lima_context *ctx) in lima_fence_context_init()
Dlima_program.h32 bool lima_update_vs_state(struct lima_context *ctx);
33 bool lima_update_fs_state(struct lima_context *ctx);
Dlima_fence.h29 struct lima_context;
34 void lima_fence_context_init(struct lima_context *ctx);
Dlima_resource.c622 struct lima_context *ctx = lima_context(pctx); in lima_transfer_map()
760 struct lima_context *ctx = lima_context(pctx); in lima_transfer_flush_region()
812 struct lima_context *ctx = lima_context(pctx); in lima_transfer_unmap()
830 lima_util_blitter_save_states(struct lima_context *ctx) in lima_util_blitter_save_states()
859 struct lima_context *ctx = lima_context(pctx); in lima_blit()
903 struct lima_context *ctx = lima_context(pctx); in lima_texture_subdata()
965 lima_resource_context_init(struct lima_context *ctx) in lima_resource_context_init()
Dlima_texture.h101 void lima_texture_desc_set_res(struct lima_context *ctx, lima_tex_desc *desc,
105 void lima_update_textures(struct lima_context *ctx);
Dmeson.build42 'lima_context.c',
43 'lima_context.h',
Dlima_texture.c72 lima_texture_desc_set_res(struct lima_context *ctx, lima_tex_desc *desc, in lima_texture_desc_set_res()
153 lima_update_tex_desc(struct lima_context *ctx, struct lima_sampler_state *sampler, in lima_update_tex_desc()
287 lima_update_textures(struct lima_context *ctx) in lima_update_textures()
Dlima_blit.c46 struct lima_context *ctx = job->ctx; in lima_pack_blit_cmd()
196 struct lima_context *ctx = lima_context(pctx); in lima_do_blit()
Dlima_resource.h101 lima_resource_context_init(struct lima_context *ctx);
Dlima_query.c87 lima_query_init(struct lima_context *pctx) in lima_query_init()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3438 - lima: move syncobj from lima_submit to lima_context