Searched refs:new_elts (Results 1 – 1 of 1) sorted by relevance
68 struct pipe_resource* new_elts; in util_shorten_ubyte_elts() local72 new_elts = pipe_buffer_create(context->screen, in util_shorten_ubyte_elts()77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE, in util_shorten_ubyte_elts()84 *out_buf = new_elts; in util_shorten_ubyte_elts()128 struct pipe_resource *new_elts; in util_rebuild_ushort_elts() local131 new_elts = pipe_buffer_create(context->screen, in util_rebuild_ushort_elts()136 out_map = pipe_buffer_map(context, new_elts, in util_rebuild_ushort_elts()143 *out_buf = new_elts; in util_rebuild_ushort_elts()187 struct pipe_resource *new_elts; in util_rebuild_uint_elts() local190 new_elts = pipe_buffer_create(context->screen, in util_rebuild_uint_elts()[all …]