Searched refs:gl_vertex_format (Results 1 – 13 of 13) sorted by relevance
260 static inline const struct gl_vertex_format *330 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,
411 struct gl_vertex_format struct1483 struct gl_vertex_format Format;
531 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format, in _mesa_set_vertex_format()640 struct gl_vertex_format new_format; in _mesa_update_array_format()
128 vbo_set_vertex_format(struct gl_vertex_format* vertex_format, in vbo_set_vertex_format()
439 const struct gl_vertex_format *glformat;1390 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()
629 const struct gl_vertex_format *glformat = input->glformat; in genX()792 const struct gl_vertex_format *glformat = gfx6_edgeflag_input->glformat; in genX()
58 const struct gl_vertex_format *vformat, in init_velement()
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.