Home
last modified time | relevance | path

Searched refs:has_user_indices (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_index_modify.c42 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()
Du_prim_restart.c56 assert(!info->has_user_indices); in util_translate_prim_restart_ib()
190 if (!info->has_user_indices) { in util_draw_vbo_without_prim_restart()
Du_dump_state.c914 util_dump_member(stream, uint, state, has_user_indices); in util_dump_draw_info()
936 if (state->has_user_indices) in util_dump_draw_info()
/external/mesa3d/src/mesa/state_tracker/
Dst_draw.c174 info.has_user_indices = false; in st_draw_vbo()
179 info.has_user_indices = true; in st_draw_vbo()
187 info.has_user_indices = false; in st_draw_vbo()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_draw.c199 info->has_user_indices ? NULL : info->index.resource; in svga_draw_vbo()
211 if (info->index_size && info->has_user_indices && in svga_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_push.c228 if (!info->has_user_indices) in nv30_push_vbo()
280 if (info->index_size && !info->has_user_indices) in nv30_push_vbo()
Dnv30_vbo.c478 !info->has_user_indices) {
515 if (!info->has_user_indices)
593 if (!nv30->base.vbo_dirty && info->index_size && !info->has_user_indices &&
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.h127 assert(!info->has_user_indices); in fd_draw_emit()
Dfreedreno_draw.c108 if (info->has_user_indices) { in fd_draw_vbo()
113 new_info.has_user_indices = false; in fd_draw_vbo()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_draw_arrays.c92 mapped_indices = info->has_user_indices ? info->index.user : NULL; in llvmpipe_draw_vbo()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_draw_arrays.c101 mapped_indices = info->has_user_indices ? info->index.user : NULL; in softpipe_draw_vbo()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.h125 assert(!info->has_user_indices); in fd5_draw_emit()
/external/mesa3d/src/gallium/auxiliary/indices/
Du_primconvert.c121 src = info->has_user_indices ? info->index.user : NULL; in util_primconvert_draw_vbo()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.h145 assert(!info->has_user_indices); in fd4_draw_emit()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_render.c588 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/etnaviv/
Detnaviv_context.c185 indexbuf = info->has_user_indices ? NULL : info->index.resource; in etna_draw_vbo()
186 if (info->has_user_indices && in etna_draw_vbo()
/external/mesa3d/src/gallium/drivers/i915/
Di915_context.c87 mapped_indices = info->has_user_indices ? info->index.user : NULL; in i915_draw_vbo()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c376 if (info->has_user_indices) { in vc4_draw_vbo()
421 if (info->index_size == 4 || info->has_user_indices) in vc4_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c713 if (!info->has_user_indices) { in nvc0_draw_elements()
826 assert(!info->has_user_indices); in nvc0_draw_indirect()
958 if (info->index_size && !info->has_user_indices) { in nvc0_draw_vbo()
1055 if (!nvc0->base.vbo_dirty && info->index_size && !info->has_user_indices && in nvc0_draw_vbo()
Dnvc0_vbo_translate.c89 if (!info->has_user_indices) { in nvc0_push_map_idxbuf()
587 if (info->index_size && !info->has_user_indices) in nvc0_push_vbo()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h688 unsigned has_user_indices:1; /**< if true, use index.user_buffer */ member
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_draw.c437 if (info->has_user_indices) { in vc5_draw_vbo()
489 if (info->has_user_indices) in vc5_draw_vbo()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1911 struct pipe_resource *indexbuf = info->has_user_indices ? NULL : info->index.resource; in r600_draw_vbo()
1914 bool has_user_indices = info->has_user_indices; in r600_draw_vbo() local
2023 has_user_indices = false; in r600_draw_vbo()
2031 if (has_user_indices && (R600_BIG_ENDIAN || info->indirect || in r600_draw_vbo()
2038 has_user_indices = false; in r600_draw_vbo()
2066 r600_need_cs_space(rctx, has_user_indices ? 5 : 0, TRUE); in r600_draw_vbo()
2169 if (has_user_indices) { in r600_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_push.c280 if (!info->has_user_indices) { in nv50_push_vbo()
Dnv50_vbo.c618 if (!info->has_user_indices) { in nv50_draw_elements()
773 if (info->index_size && !info->has_user_indices) in nv50_draw_vbo()

12