Searched refs:lima_context (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 42 struct lima_context *ctx = lima_context(pctx); in lima_set_framebuffer_state() 81 struct lima_context *ctx = lima_context(pctx); in lima_bind_depth_stencil_alpha_state() 111 struct lima_context *ctx = lima_context(pctx); in lima_bind_rasterizer_state() 141 struct lima_context *ctx = lima_context(pctx); in lima_bind_blend_state() 172 struct lima_context *ctx = lima_context(pctx); in lima_bind_vertex_elements_state() 189 struct lima_context *ctx = lima_context(pctx); in lima_set_vertex_buffers() 205 struct lima_context *ctx = lima_context(pctx); in lima_set_viewport_states() 231 struct lima_context *ctx = lima_context(pctx); in lima_set_scissor_states() 241 struct lima_context *ctx = lima_context(pctx); in lima_set_blend_color() 251 struct lima_context *ctx = lima_context(pctx); in lima_set_stencil_ref() [all …]
|
D | lima_context.h | 161 struct lima_context { struct 250 static inline struct lima_context * argument 251 lima_context(struct pipe_context *pctx) in lima_context() function 253 return (struct lima_context *)pctx; in lima_context() 276 uint32_t lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff); 277 void *lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff); 278 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, 281 void lima_state_init(struct lima_context *ctx); 282 void lima_state_fini(struct lima_context *ctx); 283 void lima_draw_init(struct lima_context *ctx); [all …]
|
D | lima_job.h | 34 struct lima_context; 62 struct lima_context *ctx; 93 struct lima_job *lima_job_get(struct lima_context *ctx); 102 bool lima_job_init(struct lima_context *ctx); 103 void lima_job_fini(struct lima_context *ctx);
|
D | lima_context.c | 48 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() 193 struct lima_context *ctx = lima_context(pctx); in lima_set_debug_callback() 205 struct lima_context *ctx; in lima_context_create() 207 ctx = rzalloc(screen, struct lima_context); in lima_context_create()
|
D | lima_program.c | 265 lima_fs_compile_shader(struct lima_context *ctx, in lima_fs_compile_shader() 292 struct lima_context *ctx = lima_context(pctx); in lima_create_fs_state() 338 struct lima_context *ctx = lima_context(pctx); in lima_bind_fs_state() 357 lima_update_vs_state(struct lima_context *ctx) in lima_update_vs_state() 377 lima_update_fs_state(struct lima_context *ctx) in lima_update_fs_state() 451 struct lima_context *ctx = lima_context(pctx); in lima_create_vs_state() 484 struct lima_context *ctx = lima_context(pctx); in lima_bind_vs_state() 502 lima_program_init(struct lima_context *ctx) in lima_program_init()
|
D | lima_job.c | 54 struct lima_context *ctx = job->ctx; in lima_get_fb_info() 89 lima_job_create(struct lima_context *ctx) in lima_job_create() 128 struct lima_context *ctx = job->ctx; in lima_job_free() 148 _lima_job_get(struct lima_context *ctx) in _lima_job_get() 174 lima_job_get(struct lima_context *ctx) in lima_job_get() 210 struct lima_context *ctx = job->ctx; in lima_job_start() 248 struct lima_context *ctx = job->ctx; in lima_job_wait() 273 struct lima_context *ctx = job->ctx; in lima_job_create_stream_bo() 346 struct lima_context *ctx = job->ctx; in lima_pack_reload_plbu_cmd() 448 struct lima_context *ctx = job->ctx; in lima_pack_head_plbu_cmd() [all …]
|
D | lima_draw.c | 53 lima_clip_scissor_to_viewport(struct lima_context *ctx) in lima_clip_scissor_to_viewport() 88 lima_is_scissor_zero(struct lima_context *ctx) in lima_is_scissor_zero() 96 lima_update_job_wb(struct lima_context *ctx, unsigned buffers) in lima_update_job_wb() 137 struct lima_context *ctx = lima_context(pctx); in lima_clear() 268 lima_pack_vs_cmd(struct lima_context *ctx, const struct pipe_draw_info *info) in lima_pack_vs_cmd() 316 lima_pack_plbu_cmd(struct lima_context *ctx, const struct pipe_draw_info *info) in lima_pack_plbu_cmd() 600 lima_pack_render_state(struct lima_context *ctx, const struct pipe_draw_info *info) in lima_pack_render_state() 802 lima_update_gp_attribute_info(struct lima_context *ctx, const struct pipe_draw_info *info) in lima_update_gp_attribute_info() 838 lima_update_gp_uniform(struct lima_context *ctx) in lima_update_gp_uniform() 885 lima_update_pp_uniform(struct lima_context *ctx) in lima_update_pp_uniform() [all …]
|
D | lima_fence.c | 57 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()
|
D | lima_fence.h | 29 struct lima_context; 34 void lima_fence_context_init(struct lima_context *ctx);
|
D | lima_program.h | 32 bool lima_update_vs_state(struct lima_context *ctx); 33 bool lima_update_fs_state(struct lima_context *ctx);
|
D | lima_resource.c | 553 struct lima_context *ctx = lima_context(pctx); in lima_transfer_map() 660 lima_transfer_unmap_inner(struct lima_context *ctx, in lima_transfer_unmap_inner() 689 struct lima_context *ctx = lima_context(pctx); in lima_transfer_unmap() 703 lima_util_blitter_save_states(struct lima_context *ctx) in lima_util_blitter_save_states() 732 struct lima_context *ctx = lima_context(pctx); in lima_blit() 772 struct lima_context *ctx = lima_context(pctx); in lima_texture_subdata() 804 lima_resource_context_init(struct lima_context *ctx) in lima_resource_context_init()
|
D | lima_texture.h | 93 void lima_texture_desc_set_res(struct lima_context *ctx, lima_tex_desc *desc, 97 void lima_update_textures(struct lima_context *ctx);
|
D | Android.mk | 57 lima_context.c \ 58 lima_context.h \
|
D | lima_texture.c | 71 lima_texture_desc_set_res(struct lima_context *ctx, lima_tex_desc *desc, in lima_texture_desc_set_res() 119 lima_update_tex_desc(struct lima_context *ctx, struct lima_sampler_state *sampler, in lima_update_tex_desc() 260 lima_update_textures(struct lima_context *ctx) in lima_update_textures()
|
D | lima_resource.h | 95 lima_resource_context_init(struct lima_context *ctx);
|
D | lima_query.c | 87 lima_query_init(struct lima_context *pctx) in lima_query_init()
|
D | meson.build | 58 'lima_context.c', 59 'lima_context.h',
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3438 - lima: move syncobj from lima_submit to lima_context
|