/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 45 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 …]
|
D | lima_context.h | 185 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 …]
|
D | lima_job.h | 36 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);
|
D | lima_program.c | 292 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 …]
|
D | lima_context.c | 49 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()
|
D | lima_job.c | 56 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 …]
|
D | lima_draw.c | 54 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 …]
|
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_program.h | 32 bool lima_update_vs_state(struct lima_context *ctx); 33 bool lima_update_fs_state(struct lima_context *ctx);
|
D | lima_fence.h | 29 struct lima_context; 34 void lima_fence_context_init(struct lima_context *ctx);
|
D | lima_resource.c | 622 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()
|
D | lima_texture.h | 101 void lima_texture_desc_set_res(struct lima_context *ctx, lima_tex_desc *desc, 105 void lima_update_textures(struct lima_context *ctx);
|
D | meson.build | 42 'lima_context.c', 43 'lima_context.h',
|
D | lima_texture.c | 72 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()
|
D | lima_blit.c | 46 struct lima_context *ctx = job->ctx; in lima_pack_blit_cmd() 196 struct lima_context *ctx = lima_context(pctx); in lima_do_blit()
|
D | lima_resource.h | 101 lima_resource_context_init(struct lima_context *ctx);
|
D | lima_query.c | 87 lima_query_init(struct lima_context *pctx) in lima_query_init()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3438 - lima: move syncobj from lima_submit to lima_context
|