Home
last modified time | relevance | path

Searched refs:lima_context (Results 1 – 18 of 18) 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()
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.h181 struct lima_context { struct
279 static inline struct lima_context * argument
280 lima_context(struct pipe_context *pctx) in lima_context() function
282 return (struct lima_context *)pctx; in lima_context()
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 *ctx);
[all …]
Dlima_program.c277 lima_fs_compile_shader(struct lima_context *ctx, in lima_fs_compile_shader()
312 lima_fs_upload_shader(struct lima_context *ctx, in lima_fs_upload_shader()
329 lima_get_compiled_fs(struct lima_context *ctx, in lima_get_compiled_fs()
383 struct lima_context *ctx = lima_context(pctx); in lima_create_fs_state()
432 struct lima_context *ctx = lima_context(pctx); in lima_bind_fs_state()
441 struct lima_context *ctx = lima_context(pctx); in lima_delete_fs_state()
464 lima_vs_compile_shader(struct lima_context *ctx, in lima_vs_compile_shader()
487 lima_vs_upload_shader(struct lima_context *ctx, in lima_vs_upload_shader()
503 lima_get_compiled_vs(struct lima_context *ctx, in lima_get_compiled_vs()
552 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(screen, struct lima_context); in lima_context_create()
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);
Dlima_job.c54 struct lima_context *ctx = job->ctx; in lima_get_fb_info()
89 lima_job_create(struct lima_context *ctx) in lima_job_create()
129 struct lima_context *ctx = job->ctx; in lima_job_free()
149 _lima_job_get(struct lima_context *ctx) in _lima_job_get()
175 lima_job_get(struct lima_context *ctx) in lima_job_get()
211 struct lima_context *ctx = job->ctx; in lima_job_start()
249 struct lima_context *ctx = job->ctx; in lima_job_wait()
274 struct lima_context *ctx = job->ctx; in lima_job_create_stream_bo()
347 struct lima_context *ctx = job->ctx; in lima_pack_reload_plbu_cmd()
451 struct lima_context *ctx = job->ctx; in lima_pack_head_plbu_cmd()
[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_draw.c54 lima_clip_scissor_to_viewport(struct lima_context *ctx) in lima_clip_scissor_to_viewport()
89 lima_is_scissor_zero(struct lima_context *ctx) in lima_is_scissor_zero()
97 lima_update_job_wb(struct lima_context *ctx, unsigned buffers) in lima_update_job_wb()
138 struct lima_context *ctx = lima_context(pctx); in lima_clear()
273 lima_pack_vs_cmd(struct lima_context *ctx, const struct pipe_draw_info *info, in lima_pack_vs_cmd()
322 lima_pack_plbu_cmd(struct lima_context *ctx, const struct pipe_draw_info *info, in lima_pack_plbu_cmd()
607 lima_pack_render_state(struct lima_context *ctx, const struct pipe_draw_info *info) in lima_pack_render_state()
818 lima_update_gp_attribute_info(struct lima_context *ctx, const struct pipe_draw_info *info, in lima_update_gp_attribute_info()
855 lima_update_gp_uniform(struct lima_context *ctx) in lima_update_gp_uniform()
902 lima_update_pp_uniform(struct lima_context *ctx) in lima_update_pp_uniform()
[all …]
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.c616 struct lima_context *ctx = lima_context(pctx); in lima_transfer_map()
755 lima_transfer_unmap_inner(struct lima_context *ctx, in lima_transfer_unmap_inner()
805 struct lima_context *ctx = lima_context(pctx); in lima_transfer_unmap()
819 lima_util_blitter_save_states(struct lima_context *ctx) in lima_util_blitter_save_states()
848 struct lima_context *ctx = lima_context(pctx); in lima_blit()
888 struct lima_context *ctx = lima_context(pctx); in lima_texture_subdata()
920 lima_resource_context_init(struct lima_context *ctx) in lima_resource_context_init()
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);
Dlima_texture.c71 lima_texture_desc_set_res(struct lima_context *ctx, lima_tex_desc *desc, in lima_texture_desc_set_res()
116 lima_update_tex_desc(struct lima_context *ctx, struct lima_sampler_state *sampler, in lima_update_tex_desc()
257 lima_update_textures(struct lima_context *ctx) in lima_update_textures()
Dlima_resource.h98 lima_resource_context_init(struct lima_context *ctx);
Dlima_query.c87 lima_query_init(struct lima_context *pctx) in lima_query_init()
Dmeson.build59 'lima_context.c',
60 'lima_context.h',
/third_party/mesa3d/ohos/
Ddependency_inputs.gni2520 ../src/gallium/drivers/lima/lima_context.c
2521 ../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