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