Searched refs:nr_userclip (Results 1 – 6 of 6) sorted by relevance
54 if (c->key.nr_userclip) { in brw_clip_line_alloc_regs()56 i += (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()58 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()82 if (!c->key.nr_userclip) { in brw_clip_line_alloc_regs()138 GLint clipdist0_offset = c->key.nr_userclip in clip_and_emit_line()196 if (c->key.nr_userclip) in clip_and_emit_line()
59 if (c->key.nr_userclip) { in brw_clip_tri_alloc_regs()61 i += (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()63 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()107 if (!c->key.nr_userclip) { in brw_clip_tri_alloc_regs()271 GLint clipdist0_offset = c->key.nr_userclip in brw_clip_tri()305 if (c->key.nr_userclip) in brw_clip_tri()632 brw_clip_tri_alloc_regs(c, 3 + c->key.nr_userclip + 6); in brw_emit_tri_clip()
74 if (!c->key.nr_userclip) { in brw_clip_init_planes()391 if (c->key.nr_userclip) { in brw_clip_plane_stride()428 if (c->key.nr_userclip) { in brw_clip_init_clipmask()
54 GLuint nr_userclip:4; member
171 key.nr_userclip = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1; in brw_upload_clip_prog()
489 brw_clip_tri_alloc_regs(c, 3 + c->key.nr_userclip + 6); in brw_emit_unfilled_clip()