Home
last modified time | relevance | path

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

/third_party/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()
194 struct lima_context *ctx = lima_context(pctx); in lima_set_vertex_buffers()
212 struct lima_context *ctx = lima_context(pctx); in lima_set_viewport_states()
242 struct lima_context *ctx = lima_context(pctx); in lima_set_scissor_states()
252 struct lima_context *ctx = lima_context(pctx); in lima_set_blend_color()
262 struct lima_context *ctx = lima_context(pctx); in lima_set_stencil_ref()
[all …]
Dlima_context.h185 struct lima_context { struct
289 static inline struct lima_context * argument
290 lima_context(struct pipe_context *pctx) in lima_context() function
292 return (struct lima_context *)pctx; in lima_context()
316 uint32_t lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff);
317 void *lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff);
318 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
321 void lima_state_init(struct lima_context *ctx);
322 void lima_state_fini(struct lima_context *ctx);
323 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.c291 lima_fs_compile_shader(struct lima_context *ctx, in lima_fs_compile_shader()
326 lima_fs_upload_shader(struct lima_context *ctx, in lima_fs_upload_shader()
343 lima_get_compiled_fs(struct lima_context *ctx, in lima_get_compiled_fs()
397 struct lima_context *ctx = lima_context(pctx); in lima_create_fs_state()
446 struct lima_context *ctx = lima_context(pctx); in lima_bind_fs_state()
455 struct lima_context *ctx = lima_context(pctx); in lima_delete_fs_state()
478 lima_vs_compile_shader(struct lima_context *ctx, in lima_vs_compile_shader()
501 lima_vs_upload_shader(struct lima_context *ctx, in lima_vs_upload_shader()
517 lima_get_compiled_vs(struct lima_context *ctx, in lima_get_compiled_vs()
566 lima_update_vs_state(struct lima_context *ctx) in lima_update_vs_state()
[all …]
Dlima_context.c48 lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_va()
61 lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_map()
70 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, in lima_ctx_buff_alloc()
109 struct lima_context *ctx = lima_context(pctx); in lima_invalidate_resource()
138 struct lima_context *ctx = lima_context(pctx); in lima_context_destroy()
194 struct lima_context *ctx = lima_context(pctx); in lima_set_debug_callback()
206 struct lima_context *ctx; in lima_context_create()
208 ctx = rzalloc(NULL, struct lima_context); in lima_context_create()
Dlima_job.c56 struct lima_context *ctx = job->ctx; in lima_get_fb_info()
101 lima_job_create(struct lima_context *ctx, in lima_job_create()
142 struct lima_context *ctx = job->ctx; in lima_job_free()
162 lima_job_get_with_fb(struct lima_context *ctx, in lima_job_get_with_fb()
185 _lima_job_get(struct lima_context *ctx) in _lima_job_get()
197 lima_job_get(struct lima_context *ctx) in lima_job_get()
233 struct lima_context *ctx = job->ctx; in lima_job_start()
271 struct lima_context *ctx = job->ctx; in lima_job_wait()
296 struct lima_context *ctx = job->ctx; in lima_job_create_stream_bo()
363 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_fence.h29 struct lima_context;
34 void lima_fence_context_init(struct lima_context *ctx);
Dlima_program.h32 bool lima_update_vs_state(struct lima_context *ctx);
33 bool lima_update_fs_state(struct lima_context *ctx);
Dlima_resource.c606 struct lima_context *ctx = lima_context(pctx); in lima_transfer_map()
744 struct lima_context *ctx = lima_context(pctx); in lima_transfer_flush_region()
796 struct lima_context *ctx = lima_context(pctx); in lima_transfer_unmap()
812 lima_util_blitter_save_states(struct lima_context *ctx) in lima_util_blitter_save_states()
841 struct lima_context *ctx = lima_context(pctx); in lima_blit()
885 struct lima_context *ctx = lima_context(pctx); in lima_texture_subdata()
943 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);
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.h99 lima_resource_context_init(struct lima_context *ctx);
Dlima_query.c87 lima_query_init(struct lima_context *pctx) in lima_query_init()
Dmeson.build60 'lima_context.c',
61 'lima_context.h',
/third_party/mesa3d/ohos/
Ddependency_inputs.gni2496 "../src/gallium/drivers/lima/lima_context.c",
2497 "../src/gallium/drivers/lima/lima_context.h",
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3438 - lima: move syncobj from lima_submit to lima_context