Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_aux_map.c96 struct aux_map_buffer { struct
116 struct aux_map_buffer *buf = ralloc(ctx, struct aux_map_buffer); in add_buffer() argument
152 struct aux_map_buffer *tail = in align_and_verify_space()
153 list_last_entry(&ctx->buffers, struct aux_map_buffer, link); in align_and_verify_space()
170 struct aux_map_buffer *tail = in get_current_pos()
171 list_last_entry(&ctx->buffers, struct aux_map_buffer, link); in get_current_pos()
244 list_for_each_entry_safe(struct aux_map_buffer, buf, &ctx->buffers, link) { in gen_aux_map_finish()
264 static struct aux_map_buffer *
267 list_for_each_entry(struct aux_map_buffer, buf, &ctx->buffers, link) { in find_buffer()
278 struct aux_map_buffer *buf = find_buffer(ctx, addr); in get_u64_entry_ptr()
[all …]