Searched refs:lima_ctx_buff_alloc (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 604 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()
|
D | lima_context.h | 278 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
|
D | lima_texture.c | 290 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_tex_desc, size); in lima_update_textures()
|
D | lima_context.c | 70 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, in lima_ctx_buff_alloc() function
|