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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 55 cut_index_will_work = (ctx->Array.RestartIndex & 0xff) == 0xff;
58 cut_index_will_work = (ctx->Array.RestartIndex & 0xffff) == 0xffff;
61 cut_index_will_work = ctx->Array.RestartIndex == 0xffffffff;
203 OUT_BATCH(ctx->Array.RestartIndex);
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 174 GLuint restart_index = ctx->Array.RestartIndex;
vbo_exec_array.c 94 const GLuint restartIndex = ctx->Array.RestartIndex;
113 if (ui_indices[i] != restartIndex) {
135 if (us_indices[i] != restartIndex) {
157 if (ub_indices[i] != restartIndex) {
601 if (ctx->Array.PrimitiveRestart && ctx->Array.RestartIndex < count) {
604 if (ctx->Array.RestartIndex == start) {
605 /* special case: RestartIndex at beginning */
612 else if (ctx->Array.RestartIndex == start + count - 1) {
613 /* special case: RestartIndex at end *
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_draw.c 247 info.restart_index = ctx->Array.RestartIndex;
  /external/mesa3d/src/mesa/main/
varray.c     [all...]
attrib.c     [all...]
api_arrayelt.c     [all...]
mtypes.h     [all...]
get.c     [all...]

Completed in 69 milliseconds