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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 194 unsigned cut_index; local
196 cut_index = _mesa_primitive_restart_index(ctx, brw->ib.type);
203 cut_index = ctx->Array.RestartIndex;
208 OUT_BATCH(cut_index);
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_vf.h 91 uint32_t cut_index; member in struct:ilo_state_vf_params_info
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_draw.c 518 const unsigned cut_index = local
523 if (info->restart_index < cut_index)

Completed in 199 milliseconds