Home
last modified time | relevance | path

Searched refs:lima_context (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c37 #include "lima_context.h"
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 *ct in lima_bind_vertex_elements_state()
[all...]
H A Dlima_context.h185 struct lima_context { struct
289 static inline struct lima_context *
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 *ct
[all...]
H A 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);
H A Dlima_program.c37 #include "lima_context.h"
291 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(pct in lima_delete_fs_state()
[all...]
H A Dlima_context.c35 #include "lima_context.h"
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()
194 struct lima_context *ctx = lima_context(pct in lima_set_debug_callback()
[all...]
H A Dlima_job.c40 #include "lima_context.h"
56 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 *ct in lima_job_create_stream_bo()
[all...]
H A Dlima_draw.c39 #include "lima_context.h"
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 *ct
[all...]
H A Dlima_fence.c35 #include "lima_context.h"
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()
H A Dlima_fence.h29 struct lima_context;
34 void lima_fence_context_init(struct lima_context *ctx);
H A Dlima_program.h32 bool lima_update_vs_state(struct lima_context *ctx);
33 bool lima_update_fs_state(struct lima_context *ctx);
H A 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);
H A Dlima_resource.c45 #include "lima_context.h"
606 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(pct in lima_blit()
[all...]
H A Dlima_texture.c34 #include "lima_context.h"
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()
H A Dlima_resource.h99 lima_resource_context_init(struct lima_context *ctx);
H A Dlima_query.c35 #include "lima_context.h"
87 lima_query_init(struct lima_context *pctx) in lima_query_init()
H A Dlima_blit.c16 #include "lima_context.h"
46 struct lima_context *ctx = job->ctx; in lima_pack_blit_cmd()
196 struct lima_context *ctx = lima_context(pctx); in lima_do_blit()

Completed in 11 milliseconds