Home
last modified time | relevance | path

Searched refs:nr_userclip (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_clip_line.c47 if (c->key.nr_userclip) { in brw_clip_line_alloc_regs()
49 i += (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()
51 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()
75 if (!c->key.nr_userclip) { in brw_clip_line_alloc_regs()
131 GLint clipdist0_offset = c->key.nr_userclip in clip_and_emit_line()
189 if (c->key.nr_userclip) in clip_and_emit_line()
Dbrw_clip_tri.c54 if (c->key.nr_userclip) { in brw_clip_tri_alloc_regs()
56 i += (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()
58 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()
102 if (!c->key.nr_userclip) { in brw_clip_tri_alloc_regs()
266 GLint clipdist0_offset = c->key.nr_userclip in brw_clip_tri()
300 if (c->key.nr_userclip) in brw_clip_tri()
627 brw_clip_tri_alloc_regs(c, 3 + c->key.nr_userclip + 6); in brw_emit_tri_clip()
Dbrw_clip_util.c67 if (!c->key.nr_userclip) { in brw_clip_init_planes()
384 if (c->key.nr_userclip) { in brw_clip_plane_stride()
421 if (c->key.nr_userclip) { in brw_clip_init_clipmask()
Dbrw_clip_unfilled.c483 brw_clip_tri_alloc_regs(c, 3 + c->key.nr_userclip + 6); in brw_emit_unfilled_clip()
Dbrw_compiler.h416 unsigned nr_userclip:4; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c115 key.nr_userclip = util_logbase2(ctx->Transform.ClipPlanesEnabled) + 1; in brw_upload_clip_prog()