Searched refs:cut_index (Results 1 – 6 of 6) sorted by relevance
194 unsigned cut_index; in haswell_upload_cut_index() local196 cut_index = _mesa_primitive_restart_index(ctx, brw->ib.type); in haswell_upload_cut_index()203 cut_index = ctx->Array.RestartIndex; in haswell_upload_cut_index()208 OUT_BATCH(cut_index); in haswell_upload_cut_index()
91 uint32_t cut_index; member
444 params->cut_index); in vf_params_set_gen6_3dstate_index_buffer()471 vf->cut[1] = params->cut_index; in vf_params_set_gen75_3DSTATE_VF()
518 const unsigned cut_index = in draw_vbo_need_sw_restart() local523 if (info->restart_index < cut_index) in draw_vbo_need_sw_restart()
499 ve->vf_params.cut_index != vec->draw->restart_index) { in finalize_vertex_elements()506 ve->vf_params.cut_index = vec->draw->restart_index; in finalize_vertex_elements()
1887 int cut_index, in CutOutRange() argument1890 bool odd = (((cut_index - start_index) & 1) == 1); in CutOutRange()1894 ranges->at(cut_index), in CutOutRange()1895 ranges->at(cut_index + 1) - 1, in CutOutRange()1903 for (int j = cut_index; j > start_index; j--) { in CutOutRange()1906 for (int j = cut_index + 1; j < end_index; j++) { in CutOutRange()