Home
last modified time | relevance | path

Searched refs:lima_ctx_buff_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c585 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_plb_rsw, in lima_pack_render_state()
823 lima_ctx_buff_alloc(ctx, lima_ctx_buff_gp_attribute_info, in lima_update_gp_attribute_info()
861 lima_ctx_buff_alloc(ctx, lima_ctx_buff_gp_uniform, size); in lima_update_gp_uniform()
908 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_uniform, in lima_update_pp_uniform()
912 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_uniform_array, 4); in lima_update_pp_uniform()
941 lima_ctx_buff_alloc(ctx, lima_ctx_buff_gp_varying_info, in lima_update_varying()
Dlima_context.h318 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
Dlima_context.c70 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, in lima_ctx_buff_alloc() function
Dlima_texture.c319 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_tex_desc, size); in lima_update_textures()