Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c604 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_plb_rsw, in lima_pack_render_state()
809 lima_ctx_buff_alloc(ctx, lima_ctx_buff_gp_attribute_info, in lima_update_gp_attribute_info()
847 lima_ctx_buff_alloc(ctx, lima_ctx_buff_gp_uniform, size); in lima_update_gp_uniform()
894 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_uniform, in lima_update_pp_uniform()
898 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_uniform_array, 4); in lima_update_pp_uniform()
926 lima_ctx_buff_alloc(ctx, lima_ctx_buff_gp_varying_info, in lima_update_varying()
Dlima_context.h278 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
Dlima_texture.c290 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_tex_desc, size); in lima_update_textures()
Dlima_context.c70 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, in lima_ctx_buff_alloc() function