HomeSort by relevance Sort by last modified time
    Searched refs:new_elts (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_index_modify.c 68 struct pipe_resource* new_elts; local
72 new_elts = pipe_buffer_create(context->screen,
77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE,
84 *out_buf = new_elts;
128 struct pipe_resource *new_elts; local
131 new_elts = pipe_buffer_create(context->screen,
136 out_map = pipe_buffer_map(context, new_elts,
143 *out_buf = new_elts;
187 struct pipe_resource *new_elts; local
190 new_elts = pipe_buffer_create(context->screen
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_index_modify.c 68 struct pipe_resource* new_elts; local
72 new_elts = pipe_buffer_create(context->screen,
77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE,
84 *out_buf = new_elts;
128 struct pipe_resource *new_elts; local
131 new_elts = pipe_buffer_create(context->screen,
136 out_map = pipe_buffer_map(context, new_elts,
143 *out_buf = new_elts;
187 struct pipe_resource *new_elts; local
190 new_elts = pipe_buffer_create(context->screen
    [all...]

Completed in 952 milliseconds