Home | History | Annotate | Download | only in glsl

Lines Matching defs:float_type

73 const glsl_type *const glsl_type::float_type = & builtin_core_types[8];
87 { glsl_type::float_type, "near" },
88 { glsl_type::float_type, "far" },
89 { glsl_type::float_type, "diff" },
104 { glsl_type::float_type, "size" },
105 { glsl_type::float_type, "sizeMin" },
106 { glsl_type::float_type, "sizeMax" },
107 { glsl_type::float_type, "fadeThresholdSize" },
108 { glsl_type::float_type, "distanceConstantAttenuation" },
109 { glsl_type::float_type, "distanceLinearAttenuation" },
110 { glsl_type::float_type, "distanceQuadraticAttenuation" },
118 { glsl_type::float_type, "shininess" },
128 { glsl_type::float_type, "spotExponent" },
129 { glsl_type::float_type, "spotCutoff" },
130 { glsl_type::float_type, "spotCosCutoff" },
131 { glsl_type::float_type, "constantAttenuation" },
132 { glsl_type::float_type, "linearAttenuation" },
133 { glsl_type::float_type, "quadraticAttenuation" },
152 { glsl_type::float_type, "density" },
153 { glsl_type::float_type, "start" },
154 { glsl_type::float_type, "end" },
155 { glsl_type::float_type, "scale" },