Ejemplo n.º 1
0
void brw_set_default_saturate( struct brw_compile *p, bool enable )
{
   brw_inst_set_saturate(p->brw, p->current, enable);
}
Ejemplo n.º 2
0
void brw_set_default_saturate( struct brw_codegen *p, bool enable )
{
   brw_inst_set_saturate(p->devinfo, p->current, enable);
}