예제 #1
0
파일: brw_eu.c 프로젝트: Thermionix/Mesa-3D
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);
}