Searched defs:bool_const (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c5492 BOOL bool_const; local
5617 bool_const = get_bool_const(ins, shader, ins->src[0].reg.idx[0].offset);
5619 bool_const = !bool_const;
5620 if (!priv->muted && !bool_const)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c5020 BOOL bool_const; local
5144 bool_const = get_bool_const(ins, This, ins->src[0].reg.idx);
5145 if(ins->src[0].modifiers == WINED3DSPSM_NOT) bool_const = !bool_const;
5146 if(!priv->muted && bool_const == FALSE)

Completed in 89 milliseconds