/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_index_modify.c | 42 if (info->has_user_indices) { in util_shorten_ubyte_elts_to_userptr() 76 if (info->has_user_indices) { in util_rebuild_ushort_elts_to_userptr() 110 if (info->has_user_indices) { in util_rebuild_uint_elts_to_userptr()
|
D | u_draw.h | 81 info.has_user_indices = true; in util_draw_elements() 128 info.has_user_indices = true; in util_draw_elements_instanced()
|
D | u_prim_restart.c | 136 if (info->has_user_indices) in util_translate_prim_restart_ib() 246 if (!info->has_user_indices) { in util_draw_vbo_without_prim_restart()
|
/external/mesa3d/src/mesa/main/ |
D | glthread_draw.c | 607 bool has_user_indices = vao->CurrentElementBufferName == 0; in draw_elements() local 620 (!user_buffer_mask && !has_user_indices)) { in draw_elements() 640 if (!has_user_indices) in draw_elements() 669 if (has_user_indices) in draw_elements() 820 bool has_user_indices = vao->CurrentElementBufferName == 0; in _mesa_marshal_MultiDrawElementsBaseVertex() local 829 (!user_buffer_mask && !has_user_indices))) { in _mesa_marshal_MultiDrawElementsBaseVertex() 845 (need_index_bounds && !has_user_indices)) in _mesa_marshal_MultiDrawElementsBaseVertex() 898 } else if (has_user_indices) { in _mesa_marshal_MultiDrawElementsBaseVertex() 932 if (has_user_indices) { in _mesa_marshal_MultiDrawElementsBaseVertex()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_draw.c | 203 info.has_user_indices = false; in st_draw_vbo() 215 info.has_user_indices = true; in st_draw_vbo() 223 info.has_user_indices = false; in st_draw_vbo()
|
D | st_draw_feedback.c | 210 info.has_user_indices = true; in st_feedback_draw_vbo() 223 info.has_user_indices = false; in st_feedback_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw_elements.c | 83 if (!info->has_user_indices) in translate_indices() 264 if (info->has_user_indices) { in svga_hwtnl_draw_range_elements()
|
D | svga_swtnl_draw.c | 85 if (info->has_user_indices) { in svga_swtnl_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_push.c | 228 if (!info->has_user_indices) in nv30_push_vbo() 280 if (info->index_size && !info->has_user_indices) in nv30_push_vbo()
|
D | nv30_vbo.c | 476 !info->has_user_indices) { 513 if (!info->has_user_indices) 591 if (!nv30->base.vbo_dirty && info->index_size && !info->has_user_indices &&
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_draw_arrays.c | 101 mapped_indices = info->has_user_indices ? info->index.user : NULL; in softpipe_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.h | 130 assert(!info->has_user_indices); in fd4_draw_emit()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_draw.h | 125 assert(!info->has_user_indices); in fd5_draw_emit()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.h | 156 assert(!info->has_user_indices); in fd_draw_emit()
|
D | freedreno_draw.c | 250 if (info->has_user_indices) { in fd_draw_vbo() 255 new_info.has_user_indices = false; in fd_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_draw_arrays.c | 92 mapped_indices = info->has_user_indices ? info->index.user : NULL; in llvmpipe_draw_vbo()
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_primconvert.c | 130 src = info->has_user_indices ? info->index.user : NULL; in util_primconvert_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_render.c | 588 info->has_user_indices ? NULL : info->index.resource; in r300_draw_elements() 625 if (info->has_user_indices) in r300_draw_elements() 813 if (info.count <= 8 && info.has_user_indices) { in r300_draw_vbo() 854 info->has_user_indices ? in r300_swtcl_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_context.c | 90 mapped_indices = info->has_user_indices ? info->index.user : NULL; in i915_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_draw.c | 380 if (info->has_user_indices) { in vc4_draw_vbo() 425 if (info->index_size == 4 || info->has_user_indices) in vc4_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_vbo.c | 719 if (!info->has_user_indices) { in nvc0_draw_elements() 832 assert(!info->has_user_indices); in nvc0_draw_indirect() 965 if (info->index_size && !info->has_user_indices) { in nvc0_draw_vbo() 1079 if (!nvc0->base.vbo_dirty && info->index_size && !info->has_user_indices && in nvc0_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 266 indexbuf = info->has_user_indices ? NULL : info->index.resource; in etna_draw_vbo() 267 if (info->has_user_indices && in etna_draw_vbo()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 746 bool has_user_indices:1; /**< if true, use index.user_buffer */ member
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_draw.c | 279 if (dinfo->has_user_indices) { in zink_draw_vbo() 541 if (dinfo->index_size > 0 && (dinfo->has_user_indices || need_index_buffer_unref)) in zink_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 2058 struct pipe_resource *indexbuf = info->has_user_indices ? NULL : info->index.resource; in r600_draw_vbo() 2061 bool has_user_indices = info->has_user_indices; in r600_draw_vbo() local 2171 has_user_indices = false; in r600_draw_vbo() 2179 if (has_user_indices && (R600_BIG_ENDIAN || info->indirect || in r600_draw_vbo() 2186 has_user_indices = false; in r600_draw_vbo() 2214 r600_need_cs_space(rctx, has_user_indices ? 5 : 0, TRUE, util_bitcount(atomic_used_mask)); in r600_draw_vbo() 2321 if (has_user_indices) { in r600_draw_vbo()
|