Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A 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()
H A Dlima_context.h316 void *lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff,
H A Dlima_context.c71 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, in lima_ctx_buff_alloc() function
H A Dlima_texture.c319 lima_ctx_buff_alloc(ctx, lima_ctx_buff_pp_tex_desc, size); in lima_update_textures()