Home
last modified time | relevance | path

Searched refs:MMXAvailable (Results 1 – 11 of 11) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dio.c117 BOOL MMXAvailable; variable
459 MMXAvailable = TRUE; in InitialiseSystem()
461 MMXAvailable = FALSE; in InitialiseSystem()
H A Dd3_func.cpp86 extern BOOL MMXAvailable;
H A Ddd_func.cpp154 extern BOOL MMXAvailable;
/dports/editors/lazarus-devel/examples/virtualtreeview/advanced/
H A DHeaderCustomDrawDemo.pas125 if IsHoverIndex and MMXAvailable then
/dports/editors/lazarus-qt5-devel/examples/virtualtreeview/advanced/
H A DHeaderCustomDrawDemo.pas125 if IsHoverIndex and MMXAvailable then
/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas246 MMXAvailable: Boolean; // necessary to know because the blend code uses MMX instructions
5297 MMXAvailable := HasMMX;
6375 if MMXAvailable and not (disSystemSupport in FStates) then
23984 not MMXAvailable then
24155 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
24197 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
29965 … if MMXAvailable and ((FDrawSelectionMode = smBlendedRectangle) or (tsUseThemes in FStates) or
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.virtualtrees.pas256 MMXAvailable: Boolean; // necessary to know because the blend code uses MMX instructions
5468 MMXAvailable := HasMMX;
6547 if MMXAvailable and not (disSystemSupport in FStates) then
24590 not MMXAvailable then
24761 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
24803 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
30622 … if MMXAvailable and ((FDrawSelectionMode = smBlendedRectangle) or (tsUseThemes in FStates) or
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/
H A DVirtualTrees.pas246 MMXAvailable: Boolean; // necessary to know because the blend code uses MMX instructions
5297 MMXAvailable := HasMMX;
6375 if MMXAvailable and not (disSystemSupport in FStates) then
23984 not MMXAvailable then
24155 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
24197 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
29965 … if MMXAvailable and ((FDrawSelectionMode = smBlendedRectangle) or (tsUseThemes in FStates) or
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas286 MMXAvailable: Boolean; // necessary to know because the blend code uses MMX instructions
5504 MMXAvailable := HasMMX;
6583 if MMXAvailable and not (disSystemSupport in FStates) then
24678 not MMXAvailable then
24848 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
24889 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
30711 … if MMXAvailable and ((FDrawSelectionMode = smBlendedRectangle) or (tsUseThemes in FStates) or
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.virtualtrees.pas286 MMXAvailable: Boolean; // necessary to know because the blend code uses MMX instructions
5504 MMXAvailable := HasMMX;
6583 if MMXAvailable and not (disSystemSupport in FStates) then
24678 not MMXAvailable then
24848 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
24889 if MMXAvailable and (toUseBlendedSelection in FOptions.PaintOptions) then
30711 … if MMXAvailable and ((FDrawSelectionMode = smBlendedRectangle) or (tsUseThemes in FStates) or
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dd3d_render.cpp130 extern BOOL MMXAvailable;