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

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_push.c 52 uint32_t restart_index; member in struct:push_context
96 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
110 PUSH_DATA (ctx->push, ctx->restart_index);
128 nr = prim_restart_search_i16(elts, push, ctx->restart_index);
142 PUSH_DATA (ctx->push, ctx->restart_index);
160 nr = prim_restart_search_i32(elts, push, ctx->restart_index);
174 PUSH_DATA (ctx->push, ctx->restart_index);
236 ctx.restart_index = info->restart_index;
241 ctx.restart_index = 0
    [all...]
nv30_vbo.c 590 PUSH_DATA (push, info->restart_index);
592 if (info->restart_index > 65535)
602 PUSH_DATA (push, info->restart_index);
604 if (info->restart_index > 65535)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_push.c 28 uint32_t restart_index; member in struct:push_context
73 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
90 PUSH_DATA (ctx->push, ctx->restart_index);
106 nr = prim_restart_search_i16(elts, push, ctx->restart_index);
123 PUSH_DATA (ctx->push, ctx->restart_index);
139 nr = prim_restart_search_i32(elts, push, ctx->restart_index);
156 PUSH_DATA (ctx->push, ctx->restart_index);
250 ctx.restart_index = info->restart_index;
266 ctx.restart_index = 0
    [all...]
nv50_vbo.c 775 PUSH_DATA (push, info->restart_index);
777 if (info->restart_index > 65535)
787 PUSH_DATA (push, info->restart_index);
789 if (info->restart_index > 65535)
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 80 unsigned start, unsigned end, unsigned restart_index,
108 if (scan_index == restart_index) { \
174 GLuint restart_index = ctx->Array.RestartIndex; local
192 0, ib->count, restart_index,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 26 uint32_t restart_index; member in struct:push_context
131 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
172 nr = prim_restart_search_i16(elts, push, ctx->restart_index);
213 nr = prim_restart_search_i32(elts, push, ctx->restart_index);
336 ctx.restart_index = info->restart_index;
341 ctx.restart_index = 0;
nvc0_vbo_translate.c 21 uint32_t restart_index; member in struct:push_context
216 nR = prim_restart_search_i08(elts, nR, ctx->restart_index);
251 PUSH_DATA (push, ctx->restart_index);
272 nR = prim_restart_search_i16(elts, nR, ctx->restart_index);
307 PUSH_DATA (push, ctx->restart_index);
328 nR = prim_restart_search_i32(elts, nR, ctx->restart_index);
363 PUSH_DATA (push, ctx->restart_index);
446 ctx.restart_index = info->restart_index;
455 PUSH_DATA (ctx.push, info->restart_index);
    [all...]
nvc0_vbo.c 849 PUSH_DATA (push, info->restart_index);
851 if (info->restart_index > 65535)
860 PUSH_DATA (push, info->restart_index);
862 if (info->restart_index > 65535)
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 547 unsigned restart_index; member in struct:pipe_draw_info
  /external/mesa3d/src/mesa/state_tracker/
st_draw.c 247 info.restart_index = ctx->Array.RestartIndex;
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 906 unsigned restart_index = info->restart_index; local
925 if (ui_indices[i] != restart_index) {
    [all...]
u_dump_state.c 759 util_dump_member(stream, uint, state, restart_index);
  /external/opencv3/3rdparty/libtiff/
tif_ojpeg.c 281 uint8 restart_index; member in struct:__anon20995
    [all...]
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 290 uint8 restart_index; member in struct:__anon22273
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.c 329 if (elements[i] == info->restart_index) { \
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 264 si_pm4_set_reg(pm4, R_02840C_VGT_MULTI_PRIM_IB_RESET_INDX, info->restart_index);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 690 trace_dump_member(uint, state, restart_index);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 741 info.restart_index = strip_cut_index;
793 info.restart_index = strip_cut_index;
845 info.restart_index = 0;
879 info.restart_index = strip_cut_index;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]

Completed in 173 milliseconds