Lines Matching refs:value_desc
72 * Putting all this together we end up with struct value_desc below,
73 * and with a couple of macros to help, the table of struct value_desc
219 struct value_desc {
312 * declare them all up front so we can refer to them in the value_desc
710 * \param d the struct value_desc that describes the enum
714 find_custom_value(struct gl_context *ctx, const struct value_desc *d, union value *v)
1375 * Check extra constraints on a struct value_desc descriptor
1377 * If a struct value_desc has a non-NULL extra pointer, it means that
1384 * \param d the struct value_desc that has the extra constraints
1390 check_extra(struct gl_context *ctx, const char *func, const struct value_desc *d)
1558 static const struct value_desc error_value =
1562 * Find the struct value_desc corresponding to the enum 'pname'.
1565 * which holds the index in the 'values' array of struct value_desc.
1578 * \return the struct value_desc corresponding to the enum or a struct
1579 * value_desc of TYPE_INVALID if not found. This lets the calling
1583 static const struct value_desc *
1588 const struct value_desc *d;
1748 const struct value_desc *d;
1865 const struct value_desc *d;
1991 const struct value_desc *d;
2126 const struct value_desc *d;
2253 const struct value_desc *d;
2379 const struct value_desc *d;
3367 const struct value_desc *d;