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

  /external/mesa3d/src/intel/compiler/
brw_clip_line.c 47 if (c->key.nr_userclip) {
49 i += (6 + c->key.nr_userclip + 1) / 2;
51 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2;
75 if (!c->key.nr_userclip) {
131 GLint clipdist0_offset = c->key.nr_userclip
189 if (c->key.nr_userclip)
brw_clip_tri.c 54 if (c->key.nr_userclip) {
56 i += (6 + c->key.nr_userclip + 1) / 2;
58 c->prog_data.curb_read_length = (6 + c->key.nr_userclip + 1) / 2;
102 if (!c->key.nr_userclip) {
266 GLint clipdist0_offset = c->key.nr_userclip
300 if (c->key.nr_userclip)
627 brw_clip_tri_alloc_regs(c, 3 + c->key.nr_userclip + 6);
brw_clip_util.c 67 if (!c->key.nr_userclip) {
384 if (c->key.nr_userclip) {
421 if (c->key.nr_userclip) {
brw_compiler.h 337 unsigned nr_userclip:4; member in struct:brw_clip_prog_key
    [all...]
brw_clip_unfilled.c 483 brw_clip_tri_alloc_regs(c, 3 + c->key.nr_userclip + 6);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 115 key.nr_userclip = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;

Completed in 197 milliseconds