示例#1
0
void brw_set_default_saturate( struct brw_compile *p, bool enable )
{
   brw_inst_set_saturate(p->brw, p->current, enable);
}
示例#2
0
文件: brw_eu.c 项目: aphogat/mesa
void brw_set_default_saturate( struct brw_codegen *p, bool enable )
{
   brw_inst_set_saturate(p->devinfo, p->current, enable);
}