Home
last modified time | relevance | path

Searched refs:gl_vertex_format (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Darrayobj.h260 static inline const struct gl_vertex_format *
330 static inline const struct gl_vertex_format *
Dapi_arrayelt.c66 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()
Dvarray.h46 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format,
Dmtypes.h411 struct gl_vertex_format struct
1483 struct gl_vertex_format Format;
Dvarray.c531 _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()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_private.h128 vbo_set_vertex_format(struct gl_vertex_format* vertex_format, in vbo_set_vertex_format()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.h439 const struct gl_vertex_format *glformat;
1390 const struct gl_vertex_format *glformat);
Dbrw_draw_upload.c252 const struct gl_vertex_format *glformat) in brw_get_vertex_surface_type()
Dbrw_draw.c304 static uint8_t get_wa_flags(const struct gl_vertex_format *glformat) in get_wa_flags()
DgenX_state_upload.c629 const struct gl_vertex_format *glformat = input->glformat; in genX()
792 const struct gl_vertex_format *glformat = gfx6_edgeflag_input->glformat; in genX()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_array.c58 const struct gl_vertex_format *vformat, in init_velement()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3235 - mesa: Provide gl_vertex_format accessors.
3237 - i965: Use gl_vertex_format in brw_vertex_element.
D19.0.0.rst1855 - mesa: Factor out struct gl_vertex_format.