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

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_push.c 50 bool primitive_restart; member in struct:push_context
95 if (ctx->primitive_restart)
127 if (ctx->primitive_restart)
159 if (ctx->primitive_restart)
239 ctx.primitive_restart = info->primitive_restart;
244 ctx.primitive_restart = false;
250 PUSH_DATA (ctx.push, info->primitive_restart);
252 nv30->state.prim_restart = info->primitive_restart;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_push.c 26 bool primitive_restart; member in struct:push_context
77 if (ctx->primitive_restart)
116 if (ctx->primitive_restart)
155 if (ctx->primitive_restart)
290 ctx.primitive_restart = info->primitive_restart;
306 ctx.primitive_restart = false;
313 if (info->primitive_restart) {
322 nv50->state.prim_restart = info->primitive_restart;
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_hw.h 218 unsigned primitive_restart:1; member in struct:virgl_caps_bool_set1
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 661 boolean primitive_restart; member in struct:pipe_draw_info
  /external/mesa3d/src/intel/vulkan/
anv_private.h 1456 bool primitive_restart; member in struct:anv_pipeline
    [all...]

Completed in 425 milliseconds