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

  /external/mesa3d/src/gallium/drivers/nouveau/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);
240 ctx.restart_index = info->restart_index;
245 ctx.restart_index = 0
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_push.c 32 uint32_t restart_index; member in struct:push_context
78 nr = prim_restart_search_i08(elts, push, ctx->restart_index);
101 PUSH_DATA (ctx->push, ctx->restart_index);
117 nr = prim_restart_search_i16(elts, push, ctx->restart_index);
140 PUSH_DATA (ctx->push, ctx->restart_index);
156 nr = prim_restart_search_i32(elts, push, ctx->restart_index);
179 PUSH_DATA (ctx->push, ctx->restart_index);
291 ctx.restart_index = info->restart_index;
307 ctx.restart_index = 0
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 81 unsigned start, unsigned end, unsigned restart_index,
109 if (scan_index == restart_index) { \
178 GLuint restart_index = _mesa_primitive_restart_index(ctx, ib->type); local
230 0, ib->count, restart_index,
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 21 uint32_t restart_index; member in struct:push_context
249 nR = prim_restart_search_i08(elts, nR, ctx->restart_index);
306 nR = prim_restart_search_i16(elts, nR, ctx->restart_index);
363 nR = prim_restart_search_i32(elts, nR, ctx->restart_index);
491 ctx.restart_index = info->restart_index;
502 PUSH_DATA (ctx.push, info->indexed ? 0xffffffff : info->restart_index);
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 290 uint8 restart_index; member in struct:__anon29483
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 662 unsigned restart_index; member in struct:pipe_draw_info
  /external/mesa3d/src/intel/vulkan/
anv_private.h 1148 uint32_t restart_index; member in struct:anv_cmd_state
    [all...]

Completed in 1203 milliseconds