Searched refs:gl_vertex_format (Results 1 – 13 of 13) sorted by relevance
272 static inline const struct gl_vertex_format *342 static inline const struct gl_vertex_format *
66 vertex_format_to_index(const struct gl_vertex_format *vformat) in vertex_format_to_index()1395 func_nv(const struct gl_vertex_format *vformat) in func_nv()1406 func_arb(const struct gl_vertex_format *vformat) in func_arb()
46 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format,
460 struct gl_vertex_format struct1446 struct gl_vertex_format Format;
528 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format, in _mesa_set_vertex_format()635 struct gl_vertex_format new_format; in _mesa_update_array_format()
66 const struct gl_vertex_format *vformat, in init_velement_64bit()108 const struct gl_vertex_format *vformat, in init_velement()
107 vbo_set_vertex_format(struct gl_vertex_format* vertex_format, in vbo_set_vertex_format()
451 const struct gl_vertex_format *glformat;1396 const struct gl_vertex_format *glformat);
252 const struct gl_vertex_format *glformat) in brw_get_vertex_surface_type()
304 static uint8_t get_wa_flags(const struct gl_vertex_format *glformat) in get_wa_flags()
628 const struct gl_vertex_format *glformat = input->glformat; in genX()791 const struct gl_vertex_format *glformat = gen6_edgeflag_input->glformat; in genX()
3235 - mesa: Provide gl_vertex_format accessors.3237 - i965: Use gl_vertex_format in brw_vertex_element.
1855 - mesa: Factor out struct gl_vertex_format.