Home | History | Annotate | Download | only in main

Lines Matching defs:value_desc

59  * Putting all this together we end up with struct value_desc below,
60 * and with a couple of macros to help, the table of struct value_desc
148 struct value_desc {
226 * declare them all up front so we can refer to them in the value_desc
406 static const struct value_desc values[] = {
1398 const struct value_desc *d;
1497 * \param d the struct value_desc that describes the enum
1501 find_custom_value(struct gl_context *ctx, const struct value_desc *d, union value *v)
1860 * Check extra constraints on a struct value_desc descriptor
1862 * If a struct value_desc has a non-NULL extra pointer, it means that
1869 * \param d the struct value_desc that has the extra constraints
1875 check_extra(struct gl_context *ctx, const char *func, const struct value_desc *d)
1971 static const struct value_desc error_value =
1975 * Find the struct value_desc corresponding to the enum 'pname'.
1978 * which holds the index in the 'values' array of struct value_desc.
1991 * \return the struct value_desc corresponding to the enum or a struct
1992 * value_desc of TYPE_INVALID if not found. This lets the calling
1996 static const struct value_desc *
2002 const struct value_desc *d;
2065 const struct value_desc *d;
2154 const struct value_desc *d;
2243 const struct value_desc *d;
2339 const struct value_desc *d;
2435 const struct value_desc *d;
2734 const struct value_desc *d;