Home | History | Annotate | Download | only in Renderer

Lines Matching refs:BITS

55 			unsigned int positionRegister  : BITS(MAX_VERTEX_OUTPUTS);
56 unsigned int pointSizeRegister : BITS(MAX_VERTEX_OUTPUTS);
67 MaterialSource vertexDiffuseMaterialSourceActive : BITS(MATERIAL_LAST);
68 MaterialSource vertexSpecularMaterialSourceActive : BITS(MATERIAL_LAST);
69 MaterialSource vertexAmbientMaterialSourceActive : BITS(MATERIAL_LAST);
70 MaterialSource vertexEmissiveMaterialSourceActive : BITS(MATERIAL_LAST);
72 FogMode vertexFogMode : BITS(FOG_LAST);
87 TexGen texGenActive : BITS(TEXGEN_LAST);
103 StreamType type : BITS(STREAMTYPE_LAST);
106 unsigned int attribType : BITS(VertexShader::ATTRIBTYPE_LAST);