Searched refs:lima_ctx_buff_va (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 306 lima_ctx_buff_va(ctx, lima_ctx_buff_gp_uniform), in lima_pack_vs_cmd() 319 lima_ctx_buff_va(ctx, lima_ctx_buff_gp_attribute_info), in lima_pack_vs_cmd() 323 lima_ctx_buff_va(ctx, lima_ctx_buff_gp_varying_info), in lima_pack_vs_cmd() 376 lima_ctx_buff_va(ctx, lima_ctx_buff_pp_plb_rsw), in lima_pack_plbu_cmd() 744 lima_ctx_buff_va(ctx, lima_ctx_buff_pp_tex_desc); in lima_pack_render_state() 751 lima_ctx_buff_va(ctx, lima_ctx_buff_pp_uniform_array); in lima_pack_render_state() 807 lima_ctx_buff_va(ctx, lima_ctx_buff_pp_plb_rsw)); in lima_pack_render_state() 811 lima_ctx_buff_va(ctx, lima_ctx_buff_pp_plb_rsw)); in lima_pack_render_state() 848 lima_ctx_buff_va(ctx, lima_ctx_buff_gp_attribute_info)); in lima_update_gp_attribute_info() 895 lima_ctx_buff_va(ctx, lima_ctx_buff_gp_uniform)); in lima_update_gp_uniform() [all …]
|
D | lima_texture.c | 327 descs[i] = lima_ctx_buff_va(ctx, lima_ctx_buff_pp_tex_desc) + offset; in lima_update_textures() 334 lima_ctx_buff_va(ctx, lima_ctx_buff_pp_tex_desc)); in lima_update_textures() 338 lima_ctx_buff_va(ctx, lima_ctx_buff_pp_tex_desc) + lima_tex_list_size, in lima_update_textures()
|
D | lima_context.h | 316 uint32_t lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff);
|
D | lima_context.c | 48 lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_va() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3432 - lima: remove lima_ctx_buff_va submit flags (v2)
|