Lines Matching defs:Configuration
31 struct Configuration struct in sw::SwiftConfig
33 int pixelShaderVersion;
34 int vertexShaderVersion;
35 int textureMemory;
36 int identifier;
37 int vertexRoutineCacheSize;
38 int pixelRoutineCacheSize;
39 int setupRoutineCacheSize;
40 int vertexCacheSize;
41 int textureSampleQuality;
42 int mipmapQuality;
43 bool perspectiveCorrection;
44 int transcendentalPrecision;
45 int threadCount;
46 bool enableSSE;
47 bool enableSSE2;
48 bool enableSSE3;
49 bool enableSSSE3;
50 bool enableSSE4_1;
51 rr::Optimization optimization[10];
52 bool disableServer;
53 bool keepSystemCursor;
54 bool forceWindowed;
55 bool complementaryDepthBuffer;
56 bool postBlendSRGB;
57 bool exactColorRounding;
58 bool disableAlphaMode;
59 bool disable10BitMode;
60 int transparencyAntialiasing;
61 int frameBufferAPI;
62 bool precache;
63 int shadowMapping;
64 bool forceClearRegisters;
66 unsigned int minPrimitives;
67 unsigned int maxPrimitives;