Searched refs:pc_linear (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compile_sf.c363 GLushort *pc_linear)
369 *pc_linear = 0;
374 *pc_linear = 0xf;
377 *pc_linear = 0xf;
386 *pc_linear |= 0xf0;
389 *pc_linear |= 0xf0;
469 GLushort pc, pc_persp, pc_linear; local in function:brw_emit_tri_setup
470 bool last = calculate_masks(c, i, &pc, &pc_persp, &pc_linear);
483 if (pc_linear)
485 set_predicate_control_flag_value(p, c, pc_linear);
359 calculate_masks(struct brw_sf_compile * c,GLuint reg,GLushort * pc,GLushort * pc_persp,GLushort * pc_linear) argument
553 GLushort pc, pc_persp, pc_linear; local in function:brw_emit_line_setup
617 GLushort pc, pc_persp, pc_linear, pc_coord_replace; local in function:brw_emit_point_sprite_setup
713 GLushort pc, pc_persp, pc_linear; local in function:brw_emit_point_setup
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_sf.c363 GLushort *pc_linear)
369 *pc_linear = 0;
374 *pc_linear = 0xf;
377 *pc_linear = 0xf;
386 *pc_linear |= 0xf0;
389 *pc_linear |= 0xf0;
469 GLushort pc, pc_persp, pc_linear; local in function:brw_emit_tri_setup
470 bool last = calculate_masks(c, i, &pc, &pc_persp, &pc_linear);
483 if (pc_linear)
485 set_predicate_control_flag_value(p, c, pc_linear);
359 calculate_masks(struct brw_sf_compile * c,GLuint reg,GLushort * pc,GLushort * pc_persp,GLushort * pc_linear) argument
553 GLushort pc, pc_persp, pc_linear; local in function:brw_emit_line_setup
617 GLushort pc, pc_persp, pc_linear, pc_coord_replace; local in function:brw_emit_point_sprite_setup
713 GLushort pc, pc_persp, pc_linear; local in function:brw_emit_point_setup
[all...]

Completed in 5 milliseconds