Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_clip_line.c48 if (c->key.nr_userclip) { in brw_clip_line_alloc_regs()
50 i += (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()
52 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_line_alloc_regs()
76 if (!c->key.nr_userclip) { in brw_clip_line_alloc_regs()
132 GLint clipdist0_offset = c->key.nr_userclip in clip_and_emit_line()
190 if (c->key.nr_userclip) in clip_and_emit_line()
Dbrw_clip_tri.c55 if (c->key.nr_userclip) { in brw_clip_tri_alloc_regs()
57 i += (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()
59 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2; in brw_clip_tri_alloc_regs()
103 if (!c->key.nr_userclip) { in brw_clip_tri_alloc_regs()
267 GLint clipdist0_offset = c->key.nr_userclip in brw_clip_tri()
301 if (c->key.nr_userclip) in brw_clip_tri()
628 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.c484 brw_clip_tri_alloc_regs(c, 3 + c->key.nr_userclip + 6); in brw_emit_unfilled_clip()
Dbrw_compiler.h466 unsigned nr_userclip:4; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2121 key.nr_userclip = util_logbase2(rs_state->clip_plane_enable) + 1; in crocus_update_compiled_clip()