Lines Matching defs:State
145 struct State struct in sw::Sampler
149 TextureType textureType : BITS(TEXTURE_LAST);
150 Format textureFormat : BITS(FORMAT_LAST);
151 FilterType textureFilter : BITS(FILTER_LAST);
152 AddressingMode addressingModeU : BITS(ADDRESSING_LAST);
153 AddressingMode addressingModeV : BITS(ADDRESSING_LAST);
154 AddressingMode addressingModeW : BITS(ADDRESSING_LAST);
155 MipmapType mipmapFilter : BITS(FILTER_LAST);
156 bool sRGB : 1;
157 SwizzleType swizzleR : BITS(SWIZZLE_LAST);
158 SwizzleType swizzleG : BITS(SWIZZLE_LAST);
159 SwizzleType swizzleB : BITS(SWIZZLE_LAST);
160 SwizzleType swizzleA : BITS(SWIZZLE_LAST);
161 bool highPrecisionFiltering : 1;
162 CompareFunc compare : BITS(COMPARE_LAST);
165 bool compressedFormat : 1;