Searched refs:mapped_indices (Results 1 – 4 of 4) sorted by relevance
57 const void *mapped_indices = NULL; in llvmpipe_draw_vbo() local78 mapped_indices = lp->index_buffer.user_buffer; in llvmpipe_draw_vbo()79 if (!mapped_indices) in llvmpipe_draw_vbo()80 mapped_indices = llvmpipe_resource_data(lp->index_buffer.buffer); in llvmpipe_draw_vbo()83 (ubyte *) mapped_indices + lp->index_buffer.offset, in llvmpipe_draw_vbo()100 if (mapped_indices) { in llvmpipe_draw_vbo()
64 const void *mapped_indices = NULL; in softpipe_draw_vbo() local88 mapped_indices = sp->index_buffer.user_buffer; in softpipe_draw_vbo()89 if (!mapped_indices) in softpipe_draw_vbo()90 mapped_indices = softpipe_resource(sp->index_buffer.buffer)->data; in softpipe_draw_vbo()93 (ubyte *) mapped_indices + sp->index_buffer.offset, in softpipe_draw_vbo()113 if (mapped_indices) { in softpipe_draw_vbo()
56 const void *mapped_indices = NULL; in i915_draw_vbo() local71 mapped_indices = i915->index_buffer.user_buffer; in i915_draw_vbo()72 if (!mapped_indices) in i915_draw_vbo()73 mapped_indices = i915_buffer(i915->index_buffer.buffer)->data; in i915_draw_vbo()75 (ubyte *) mapped_indices + i915->index_buffer.offset, in i915_draw_vbo()95 if (mapped_indices) in i915_draw_vbo()
115 const void *mapped_indices = NULL; in st_feedback_draw_vbo() local227 mapped_indices = pipe_buffer_map(pipe, stobj->buffer, in st_feedback_draw_vbo()232 mapped_indices = ib->ptr; in st_feedback_draw_vbo()236 (ubyte *) mapped_indices + ibuffer.offset, in st_feedback_draw_vbo()