Lines Matching defs:RenderParams
91 struct RenderParams struct
93 enum Flags
103 RenderParams (TextureType texType_) in RenderParams() function
115 TextureType texType; //!< Texture type.
116 SamplerType samplerType; //!< Sampler type.
117 deUint32 flags; //!< Feature flags.
118 tcu::Vec4 w; //!< w coordinates for quad vertices.
119 float bias; //!< User-supplied bias.
120 float ref; //!< Reference value for shadow lookups.
123 tcu::Vec4 colorScale; //!< Scale for texture color values.
124 tcu::Vec4 colorBias; //!< Bias for texture color values.